Merge branch 'master' into gtk-3.12

pull/127/head
Satyajit Sahoo 2014-03-27 15:49:02 +05:30
commit 7b29958ee6
1 changed files with 6 additions and 3 deletions

View File

@ -504,14 +504,17 @@ GtkComboBox.combobox-entry .button:insensitive {
************/
.expander {
color: alpha(currentColor, 0.7);
border: alpha(currentColor, 0.7);
}
.expander:hover {
color: alpha(currentColor, 0.8);
border-color: alpha(currentColor, 0.8);
}
.expander:active {
color: alpha(currentColor, 0.9);
border-color: alpha(currentColor, 0.9);
}
/**************