File: mainwindow.css

package info (click to toggle)
clementine 1.2.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 24,792 kB
  • ctags: 20,160
  • sloc: cpp: 111,170; xml: 4,413; python: 2,687; ansic: 984; sql: 753; sh: 66; makefile: 25
file content (54 lines) | stat: -rw-r--r-- 944 bytes parent folder | download | duplicates (7)
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
43
44
45
46
47
48
49
50
51
52
53
54
darwin {
  font-size: 11pt;
}

darwin QMenu {
  font-size: 13pt;
}

#playlist {
  background-color: %palette-base;
  alternate-background-color: %palette-alternate-base;

}

#playlist[default_background_enabled = "true"] {
  background-image: url(:logo.png);
  background-attachment: fixed;
  background-position: bottom right;
  background-repeat: none;
  background-clip: content;
}

QToolButton {
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 1px;
}

QToolButton::menu-button {
  width: 16px;
  border: none;
}

QToolButton[popupMode="1"] {
  padding-right: 16px;
}

QToolButton:hover {
  border: 2px solid %palette-highlight;
  background-color: %palette-highlight-lighter;
}

QToolButton:hover[popupMode="1"] {
  padding-right: 16px;
}

QToolButton:pressed {
  border: 2px solid %palette-highlight-darker;
  background-color: %palette-highlight-lighter;
}

QToolButton:pressed[popupMode="1"] {
  padding-right: 16px;
}