File: shared-panels.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-- 766 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
35
36
37
38
39
40
41
42
43
44
45

dzldockstack dzltabstrip button.control,
dzldockstack dzltabstrip dzltab button,
dzldockstack dzltabstrip dzltab {
  transition-duration: 200ms;
}

dzldockstack dzltabstrip dzltab button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  box-shadow: none;
}

dzldockstack dzltabstrip button.control,
dzldockstack dzltabstrip dzltab {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}

dzldockpaned .handle {
  border: 1px solid @borders;
}

.dzldockbinedge {
  background-color: @content_view_bg;
  border-color: @borders;
  border-style: solid;
}

.dzldockbinedge.right {
  border-left-width: 1px;
}

.dzldockbinedge.left {
  border-right-width: 1px;
}

.dzldockbinedge.bottom {
  border-top-width: 1px;
}