Make the settings close button more visible for dark themes

This commit is contained in:
Tri Nguyen 2016-04-08 16:53:35 -04:00
parent 6d3ef2f86b
commit 3d1f49dfde

View file

@ -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 */
/****************************/