summaryrefslogtreecommitdiffstats
path: root/panels/display/display-arrangement.css
blob: a3bc80b310bc3ea341c5804f3f67c6cec883ff8a (plain)
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
display-arrangement {
  font-weight: bold;
  font-size: larger;
}

display-arrangement.monitor {
  border: solid 1px @borders;
  margin: 0px 0px 1px 1px;
  background: @theme_bg_color;
  padding: 0.4em;
  border-radius: 5px;
}

display-arrangement.monitor.primary {
  border-top: 0.4em solid #000000;
}

display-arrangement.monitor-label {
  border-radius: 50%;
  min-width: 1.5em;
  min-height: 1.5em;
  color: #000;
  background: #ddd;
}

label.monitor-label {
  border-radius: 50%;
  font-weight: bold;
  min-width: 1.5em;
  min-height: 1.5em;
  color: #000;
  background: #ddd;
}