@ -13,3 +13,8 @@
@import url("shared.css");
@import url("widgets/menu.css");
@import url("widgets/button.css");
@import url("widgets/checkbox.css");
@import url("widgets/popover.css");
@import url("widgets/notebook.css");
@ -0,0 +1,32 @@
/* buttons, also headings from table views like thunar
*/
button,
switch slider {
background: @bg_color;
color: @fg_color;
border-radius: 1px;
padding: 0.5em;
border-width: 1px;
}
button.flat {
background: none;
border-color: transparent;
button:hover,
button:focus
switch:hover slider,
switch:focus slider {
color: @bg_color;
background-color: @acc1_color;
button:backdrop,
button:disabled,
switch:backdrop slider,
switch:disabled slider {
@ -0,0 +1,11 @@
radio,
check {
background-color: @bg_color;
border-color: @fg_color;
radio:hover,
check:hover {
@ -0,0 +1,15 @@
/*
* for menu popups, at least the headers
notebook,
notebook tab:checked {
background: @acc1_color;
notebook tab,
notebook header {
@ -0,0 +1,17 @@
* not sure yet whats up here
popover.background,
toolbar.osd {
background: #ff0000;
popover modelbutton {
background: #00ff00;
popover modelbutton:hover {
background: #0000ff;