diff --git a/css/gtk-widgets.css b/css/gtk-widgets.css new file mode 100644 index 0000000..cdb8a65 --- /dev/null +++ b/css/gtk-widgets.css @@ -0,0 +1,39 @@ + +.bg { + +} + +.label { + font-size: 13px; +} +.noborder{ + border:none; + border-width:0px; + border-radius:0px; + box-shadow: none; +} +.darkborder{ + border-width:1px; + border-radius:1px; +} +.bannerbackground { +background-color: #404040; +} +.elseps { + border-style:solid; + border-bottom-width: 1px; + border-image: linear-gradient(90deg, #aaaaaa 0%, #dcddde 100%); + border-image-slice: 1; + +} +.fgnb { +} + + +iconview:disabled { + background-color: rgba(0,0,0,0); +} +#noborders{ + border-style:solid; + border: 0px; +}