Fix Send button style on Zenburn and Morning themes
This commit is contained in:
parent
0696a472a8
commit
ab4ae79efc
@ -127,9 +127,12 @@ QUIT #d0907d
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#form #submit:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
#chat .show-more-button,
|
||||
#form #submit,
|
||||
#windows .header .button {
|
||||
background: #2e3642;
|
||||
border-color: #242a33;
|
||||
@ -137,7 +140,6 @@ QUIT #d0907d
|
||||
}
|
||||
|
||||
#chat .show-more-button:hover,
|
||||
#form #submit:hover,
|
||||
#windows .header .button:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -157,9 +157,12 @@ body {
|
||||
color: #dcdccc;
|
||||
}
|
||||
|
||||
#form #submit:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
#chat .show-more-button,
|
||||
#form #submit,
|
||||
#windows .header .button {
|
||||
background: #434443;
|
||||
border-color: #101010;
|
||||
@ -167,7 +170,6 @@ body {
|
||||
}
|
||||
|
||||
#chat .show-more-button:hover,
|
||||
#form #submit:hover,
|
||||
#windows .header .button:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user