Rename file “mcg.css” to “gtk.css”
This commit is contained in:
parent
482ef99a50
commit
23742542af
3 changed files with 2 additions and 2 deletions
34
data/gtk.css
Normal file
34
data/gtk.css
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
.bg-texture {
|
||||
box-shadow:inset 4px 4px 10px rgba(0,0,0,0.3);
|
||||
background-image:url('noise-texture.png');
|
||||
}
|
||||
|
||||
.no-bg {
|
||||
background:none;
|
||||
}
|
||||
|
||||
.no-border {
|
||||
border:none;
|
||||
}
|
||||
|
||||
.cover-labels label {
|
||||
font-size:larger;
|
||||
}
|
||||
.cover-labels label:first-child {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
iconview.view:selected,
|
||||
iconview.view:selected:focus,
|
||||
GtkIconView.cell:selected,
|
||||
GtkIconView.cell:selected:focus {
|
||||
background-color:@theme_selected_bg_color;
|
||||
}
|
||||
|
||||
iconview.view:hover {
|
||||
-gtk-icon-effect:highlight;
|
||||
}
|
||||
|
||||
actionbar {
|
||||
background-color:@theme_unfocused_bg_color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue