Add styles for Catfish's sidebar

This commit is contained in:
Simon Steinbeiss
2015-01-20 12:12:18 +01:00
parent c119f55afe
commit e66a98a24e
+12
View File
@@ -1,3 +1,15 @@
CatfishWindow .sidebar .button.flat {
padding: 4px 6px;
transition: none;
}
CatfishWindow .sidebar .button.flat:active,
CatfishWindow .sidebar .button.flat:checked {
border-color: shade(@theme_bg_color, 0.8);
background-color: shade(@theme_bg_color, 0.95);
background-image: none;
}
XfceHeading { XfceHeading {
margin: 0; margin: 0;
padding: 0; padding: 0;