Added borders for expanders

This commit is contained in:
Satyajit Sahoo
2014-03-25 22:36:36 +05:30
parent c736089e41
commit 543bc49093
+3
View File
@@ -504,14 +504,17 @@ GtkComboBox.combobox-entry .button:insensitive {
************/ ************/
.expander { .expander {
color: alpha(currentColor, 0.7); color: alpha(currentColor, 0.7);
border: alpha(currentColor, 0.7);
} }
.expander:hover { .expander:hover {
color: alpha(currentColor, 0.8); color: alpha(currentColor, 0.8);
border-color: alpha(currentColor, 0.8);
} }
.expander:active { .expander:active {
color: alpha(currentColor, 0.9); color: alpha(currentColor, 0.9);
border-color: alpha(currentColor, 0.9);
} }
/************** /**************