Merge pull request #768 from tnguyen14/master
Make the settings close button more visible for dark themes
This commit is contained in:
commit
88036119d6
|
@ -160,6 +160,15 @@ input[type=text], input[type=password], #sendMessage, .badge, .btn-send, .btn-se
|
||||||
border-bottom-color: #121212;
|
border-bottom-color: #121212;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.close {
|
||||||
|
color: #ddd;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.close:hover {
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
/* Weechat colors and style */
|
/* Weechat colors and style */
|
||||||
/****************************/
|
/****************************/
|
||||||
|
|
Loading…
Reference in New Issue