2015-01-20 11:12:18 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2013-09-06 20:46:15 +00:00
|
|
|
XfceHeading {
|
2014-02-24 13:18:50 +00:00
|
|
|
margin: 0;
|
2013-09-06 20:46:15 +00:00
|
|
|
padding: 0;
|
|
|
|
border-width: 0;
|
2014-02-24 13:18:50 +00:00
|
|
|
background-color: @theme_base_color;
|
|
|
|
background-image: none;
|
|
|
|
color: @theme_text_color;
|
2013-09-06 20:46:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.xfce4-panel {
|
|
|
|
background-color: @panel_bg_color;
|
2014-02-24 13:18:50 +00:00
|
|
|
color: @panel_fg_color;
|
2013-10-04 15:33:26 +00:00
|
|
|
font: normal;
|
2013-09-06 20:46:15 +00:00
|
|
|
}
|
|
|
|
|
2013-09-10 11:29:48 +00:00
|
|
|
.xfce4-panel .button {
|
2014-02-24 13:18:50 +00:00
|
|
|
padding: 0 2px;
|
2013-09-10 11:29:48 +00:00
|
|
|
border-radius: 0;
|
2014-02-24 13:18:50 +00:00
|
|
|
border-style: none;
|
2013-09-11 18:06:15 +00:00
|
|
|
color: @panel_fg_color;
|
2013-09-10 11:29:48 +00:00
|
|
|
}
|
|
|
|
|
2013-09-06 20:46:15 +00:00
|
|
|
.xfce4-panel .button:active {
|
2014-02-24 13:18:50 +00:00
|
|
|
background-color: shade(@panel_bg_color, 0.8);
|
2013-09-06 20:46:15 +00:00
|
|
|
background-image: none;
|
2014-02-24 13:18:50 +00:00
|
|
|
color: @panel_fg_color;
|
2013-09-06 20:46:15 +00:00
|
|
|
}
|
|
|
|
|
2013-09-10 11:29:48 +00:00
|
|
|
.xfce4-panel .button:hover,
|
|
|
|
.xfce4-panel .button:active:hover {
|
2014-02-24 13:18:50 +00:00
|
|
|
background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
2013-09-06 20:46:15 +00:00
|
|
|
background-image: none;
|
|
|
|
color: shade(@panel_fg_color, 1.08);
|
2014-01-31 01:05:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.xfce4-panel .menu {
|
|
|
|
-gtk-image-effect: none;
|
2014-02-24 13:18:50 +00:00
|
|
|
}
|