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.
ubl-settings-manager/css/gtk-widgets.css

40 lines
499 B

.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;
}