File: shared-pathbar.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 (34 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (5)
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
dzlpathbar button {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  opacity: 0.75;
  padding: 3px 3px 0px 3px;
}

dzlpathbar button image {
  color: alpha(currentColor, 0.8);
}

dzlpathbar label.separator {
  font-size: 0.83333em;
  opacity: 0.55;
}

dzlpathbar button:checked {
  border-bottom: 2px solid @theme_selected_bg_color;
  font-weight: bold;
  opacity: 1;
}

dzlpathbar button:checked:backdrop {
  border-bottom-color: alpha(@borders,.75);
}

dzlpathbar button:hover {
  opacity: 0.9;
  border-bottom-color: @borders;
}