move CSS to separate file (implements #13)
This commit is contained in:
parent
826eabb729
commit
db5f5f19f0
2 changed files with 38 additions and 20 deletions
23
data/mcg.css
Normal file
23
data/mcg.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.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;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue