Adjusted color of hovered button in toolbar

pull/20/merge
Satyajit Sahoo 2013-02-27 20:50:08 +05:30
parent 3c3cc7ed6d
commit f166a58b84
1 changed files with 2 additions and 0 deletions

View File

@ -1628,6 +1628,8 @@ GtkTextView {
.primary-toolbar .button:hover,
.toolbar .button:hover {
border-color: shade(@toolbar_bg_color, 0.7);
background-image: none;
background-color: shade(@toolbar_bg_color, 1.10);
color: shade(@toolbar_fg_color, 0.7);
}