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

38 lines
580 B

* {
padding: 1;
}
.bannerbackground {
background-color: #404040;
}
#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;
}
GtkIconView.view.cell:selected,
GtkIconView.view.cell:selected:focus {
background-color: #bababa;
border-style: solid;
border-radius: 10px;
border-width: 3px;
border-color: #ffffff;
}