Make the settings close button more visible for dark themes
This commit is contained in:
parent
6d3ef2f86b
commit
3d1f49dfde
1 changed files with 9 additions and 0 deletions
|
@ -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 a new issue