File: shared-menus.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 (45 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download | duplicates (4)
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
button.dzlmenubutton > box {
  margin-left: 3px;
  margin-right: 3px;
}
button.dzlmenubutton > box > image.arrow {
  margin-left: 3px;
}
popover.dzlmenubutton > box {
  margin: 8px;
}
dzlmenubuttonsection:first-child separator {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
dzlmenubuttonsection:not(:first-child) separator {
  border-color: @borders;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 10px;
}
dzlmenubuttonsection > label.title {
  font-weight: bold;
  font-size: 0.8333em;
  opacity: 0.5;
  margin-bottom: 6px;
}
dzlmenubuttonsection box.vertical checkbutton.dzlmenubuttonitem,
dzlmenubuttonsection box.vertical button.dzlmenubuttonitem {
  border: none;
  background: none;
  box-shadow: none;
  padding: 1px 10px;
  outline-offset: -2px;
}
dzlmenubuttonsection box.vertical checkbutton.dzlmenubuttonitem:hover,
dzlmenubuttonsection box.vertical button.dzlmenubuttonitem:hover {
  background-color: alpha(@theme_fg_color, 0.05);
}
dzlmenubuttonsection box.vertical checkbutton.dzlmenubuttonitem > box > image:first-child,
dzlmenubuttonsection box.vertical button.dzlmenubuttonitem > box > image:first-child {
  margin: 3px 8px 3px 0px;
  color: @theme_fg_color;
}