Add styles for Catfish's sidebar

pull/218/head v2.5.1
Simon Steinbeiss 2015-01-20 12:12:18 +01:00
parent c119f55afe
commit e66a98a24e
1 changed files with 12 additions and 0 deletions

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 {
margin: 0;
padding: 0;