mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-22 19:51:05 +00:00
Slight change of a color in the user CP.
This commit is contained in:
parent
a501db0499
commit
d65509d8b7
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ message-box textarea {
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
|
||||||
a.button1, input.button1, input.button3, a.button2, input.button2 {
|
a.button1, input.button1, input.button3, a.button2, input.button2 {
|
||||||
color: rgb(141, 171, 206);
|
color: #99c6ff;
|
||||||
background-color: rgb(43, 49, 60);
|
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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue