Merge pull request #768 from tnguyen14/master
Make the settings close button more visible for dark themes
This commit is contained in:
commit
88036119d6
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;
|
||||
}
|
||||
|
||||
button.close {
|
||||
color: #ddd;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
button.close:hover {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
/****************************/
|
||||
/* Weechat colors and style */
|
||||
/****************************/
|
||||
|
|
Loading…
Reference in a new issue