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;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#form #submit:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
#chat .show-more-button,
|
#chat .show-more-button,
|
||||||
#form #submit,
|
|
||||||
#windows .header .button {
|
#windows .header .button {
|
||||||
background: #2e3642;
|
background: #2e3642;
|
||||||
border-color: #242a33;
|
border-color: #242a33;
|
||||||
@ -137,7 +140,6 @@ QUIT #d0907d
|
|||||||
}
|
}
|
||||||
|
|
||||||
#chat .show-more-button:hover,
|
#chat .show-more-button:hover,
|
||||||
#form #submit:hover,
|
|
||||||
#windows .header .button:hover {
|
#windows .header .button:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
@ -157,9 +157,12 @@ body {
|
|||||||
color: #dcdccc;
|
color: #dcdccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#form #submit:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
#chat .show-more-button,
|
#chat .show-more-button,
|
||||||
#form #submit,
|
|
||||||
#windows .header .button {
|
#windows .header .button {
|
||||||
background: #434443;
|
background: #434443;
|
||||||
border-color: #101010;
|
border-color: #101010;
|
||||||
@ -167,7 +170,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#chat .show-more-button:hover,
|
#chat .show-more-button:hover,
|
||||||
#form #submit:hover,
|
|
||||||
#windows .header .button:hover {
|
#windows .header .button:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user