You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
artwork/usr/share/themes/Lubuntu-default/gtk-3.0/workaround.css

59 lines
908 B

/**************
* Workaround *
**************/
.separator {
-GtkWidget-wide-separators: 1;
-GtkWidget-separator-width: 1;
border-style: solid;
border-color: #BFBFBF;
}
.background {
border-width: 0;
border-radius: 0;
}
.tooltip {
border-radius: 2px 2px 0px 0px;
border-style: solid;
border-width: 1px;
border-color: #9DC1E6;
background-color: @tooltip_bg_color;
-unico-border-gradient: none;
}
.grip {
background-color: @border_color;
}
.pane-separator {
color: @fg_color;
}
GtkFrame,
GtkCalendar {
padding: 2px;
}
.frame {
color: lighter (@fg_color);
border-style: solid;
border-width: 1px;
border-color: alpha (@border_color, 0.5);
}
GtkTreeView {
-GtkTreeView-vertical-separator: 0;
-GtkTreeView-expander-size: 8;
-GtkWidget-focus-line-width: 1;
border-radius: 0;
}
row {
border-width: 0;
}