mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-22 03:31:15 +00:00
Changed the color of many buttons to match a more modern design.
This commit is contained in:
parent
7f82e8f173
commit
373a031f45
1 changed files with 4 additions and 4 deletions
|
@ -1058,8 +1058,8 @@ message-box textarea {
|
|||
---------------------------------------- */
|
||||
|
||||
a.button1, input.button1, input.button3, a.button2, input.button2 {
|
||||
color: #0d1c29;
|
||||
background-color: #2f3239;
|
||||
color: rgb(141, 171, 206);
|
||||
background-color: rgb(43, 49, 60);
|
||||
background-image: url("{T_THEME_PATH}/images/bg_button.gif");
|
||||
}
|
||||
|
||||
|
@ -1083,8 +1083,8 @@ a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.but
|
|||
|
||||
/* Hover states */
|
||||
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
|
||||
border-color: #1c1f26;
|
||||
color: #173955;
|
||||
border-color: #7a8294;
|
||||
color: rgb(172, 202, 236);
|
||||
}
|
||||
|
||||
input.search {
|
||||
|
|
Loading…
Reference in a new issue