blob: b1d20c5ceca34897088aa60be7f51b5964b03a73 (
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
|
.helloworld-label {
font-size: 72px;
font-weight: bold;
color: #ffffff;
background-color: rgba(0,0,0,0.5);
border-radius: 5px;
padding: .5em;
}
.multimonitor-spacer {
height: 4em;
}
.multimonitor-status-indicators-box {
spacing: 0px;
}
.multimonitor-status-icon {
padding: 0 2px;
}
.workspace-thumbnails-left {
border-radius: 0 9px 9px 0;
}
.workspace-thumbnails-left:rtl {
border-radius: 9px 0 0 9px;
}
|