mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-07 00:15:52 +02:00
Fix colors in introduction dialog
This commit is contained in:
parent
442126a11a
commit
01b9302b0c
@ -7,19 +7,30 @@
|
||||
min-width: 515px;
|
||||
max-width: 835px;
|
||||
height: 328px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#td-introduction-modal .mdl-inner {
|
||||
padding-top: 0;
|
||||
#td-introduction-modal .mdl-header {
|
||||
color: #8899a6;
|
||||
}
|
||||
|
||||
#td-introduction-modal .mdl-header-title {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#td-introduction-modal .mdl-dismiss {
|
||||
color: #292f33;
|
||||
}
|
||||
|
||||
#td-introduction-modal .mdl-inner {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#td-introduction-modal .mdl-content {
|
||||
padding: 4px 16px 0;
|
||||
overflow-y: auto;
|
||||
border-color: #ccd6dd;
|
||||
background: #eaeaea;
|
||||
}
|
||||
|
||||
#td-introduction-modal p {
|
||||
|
Loading…
Reference in New Issue
Block a user