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

51 lines
860 B

* {
padding: 1px;
}
.bannerbackground {
background-color: #404040;
}
#thinborder {
border:0px;
background-image:none;
background-color: transparent;
color: transparent;
border-style: solid;
border-color:black;
border-bottom-width: 1px;
box-shadow: none;
}
#GnomeIcon{
border-style:solid;
border-bottom-width: 1px;
border-image: linear-gradient(90deg, #aaaaaa 0%, #dcddde 100%);
border-image-slice: 1;
background-color: black;
}
#iconlabel {
font-size:14px;
font-weight: bold;
}
GtkIconView.view {
background-color: #000000;
color: #000000;
}
iconview:disabled {
background-color: rgba(0,0,0,0);
}
GtkIconView.view.cell:selected,
GtkIconView.view.cell:selected:focus {
background-color: #bababa;
border-style: solid;
border-radius: 3px;
border-width: 1px;
border-color: #ffffff;
}