File: shared-preferences.css

package info (click to toggle)
libdazzle 3.44.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,964 kB
  • sloc: ansic: 64,328; xml: 69; javascript: 19; makefile: 12
file content (51 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download | duplicates (3)
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
entry.preferences-search {
  border: none;
  border-right: 1px solid @borders;
  border-bottom: 1px solid @borders;
  border-radius: 0;
}

dzlpreferencesview stacksidebar list {
  background-color: @content_view_bg;
  border-right: 1px solid @borders;
}

dzlpreferencesview stacksidebar list separator {
  background-color: transparent;
}

dzlpreferencesview list row entry {
  background: transparent;
  border: none;
  padding: 0;
  padding-left: 5px;
  border-radius: 3px;
  margin: -5px;
}

dzlpreferencesview list row spinbutton entry {
  margin-left: 2px;
}

dzlpreferencesview dzlpreferencesgroup list row {
  padding: 10px;
  border-bottom: 1px solid alpha(@borders, 0.2);
}

dzlpreferencesview dzlpreferencesgroup list row:last-child {
  border-bottom: none;
}

dzlpreferencesview dzlpreferencesgroup list entry {
  background: none;
  min-height: 0px;
}

dzlpreferencesview stackswitcher {
  margin: 12px 12px 0px 12px;
}

/* Tweak preferences+shortcut label */
row:selected preferencesbin label.keycap {
  color: @theme_fg_color;
}