mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-21 19:31:00 +00:00
Changed a bunch of colors.
This commit is contained in:
parent
2645c7d4bc
commit
1616238f81
2 changed files with 4 additions and 4 deletions
|
@ -990,7 +990,7 @@ Colours and backgrounds for forms.css
|
|||
----------------------------------------*/
|
||||
select {
|
||||
border-color: #336b99;
|
||||
background-color: #666666;
|
||||
background-color: #999999;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
|
@ -1026,13 +1026,13 @@ fieldset.quick-login input.inputbox {
|
|||
----------------------------------------*/
|
||||
|
||||
message-box textarea {
|
||||
color: #a7a7a9;
|
||||
color: #bbbbbb;
|
||||
}
|
||||
|
||||
/* Input field styles
|
||||
---------------------------------------- */
|
||||
.inputbox {
|
||||
background-color: #1c2027;
|
||||
background-color: #111215;
|
||||
border-color: #336b99;
|
||||
border-style: solid;
|
||||
color: #a7a7a9;
|
||||
|
|
|
@ -268,7 +268,7 @@ fieldset.submit-buttons input {
|
|||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
font-size: 1.2em;
|
||||
color: #888888;
|
||||
color: #bfbfbf;
|
||||
}
|
||||
|
||||
/* Emoticons panel */
|
||||
|
|
Loading…
Reference in a new issue