Merge pull request #187 from thelounge/astorije/fix-send-themes

Fix Send button style on Zenburn and Morning themes
This commit is contained in:
Pavel Djundik 2016-03-13 10:50:57 +02:00
commit f81235900b
2 changed files with 8 additions and 4 deletions

View file

@ -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;
}

View file

@ -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;
}