Changed the color of many buttons to match a more modern design.

This commit is contained in:
Accensus 2017-06-19 00:42:44 +03:00
parent 7f82e8f173
commit 373a031f45

View file

@ -1058,8 +1058,8 @@ message-box textarea {
---------------------------------------- */ ---------------------------------------- */
a.button1, input.button1, input.button3, a.button2, input.button2 { a.button1, input.button1, input.button3, a.button2, input.button2 {
color: #0d1c29; color: rgb(141, 171, 206);
background-color: #2f3239; background-color: rgb(43, 49, 60);
background-image: url("{T_THEME_PATH}/images/bg_button.gif"); 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 */ /* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover { a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
border-color: #1c1f26; border-color: #7a8294;
color: #173955; color: rgb(172, 202, 236);
} }
input.search { input.search {