blob: 820ab6c13ec9e5ef40a29629169163d5c100bea3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
/****************
* Thunar *
****************/
.thunar .sidebar .view, .thunar .sidebar iconview {
background-color: #ececec;
}
.thunar toolbar.horizontal button image, .thunar .horizontal.inline-toolbar button image {
-gtk-icon-transform: scale(0.9);
}
/****************
* Xfce Panel *
****************/
.xfce4-panel.panel frame > border {
border: 0;
}
.xfce4-panel.panel label {
font-weight: normal;
}
.xfce4-panel.panel button {
border-radius: 0;
border: none;
margin-left: 1px;
}
.xfce4-panel.panel button:hover {
}
.xfce4-panel.panel button:active,
.xfce4-panel.panel button:checked {
border: none;
}
.xfce4-panel.panel button label,
.xfce4-panel.panel button image {
border: none;
}
|