forked from GnomeSnapExtensions/gSnap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
55 lines (47 loc) · 880 Bytes
/
stylesheet.css
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
46
47
48
49
50
51
52
53
54
55
*{
z-index: 99;
}
.tiling-icon
{
width: 24px;
height: 24px;
background-image: url("images/launcher_16.png");
background-size: 16px 16px;
}
.tiling-icon:hover
{
background-image: url("images/launcher_16_hover.png");
}
.tiling-icon:activate
{
background-image: url("images/launcher_16_activated.png");
}
.size-button
{
background-color: #888;
color: aqua;
border-radius: 0px;
}
.tab-button
{
background-color: #222;
color: #ccc;
border-radius:2px;
border: 2px #111;
padding-left: 12px;
padding-right: 12px;
}
.tab-button:hover {
background-color: #555;
color: #f1f1f1;
}
.grid-preview
{
background-color: rgba(12, 16, 194, 0.4);
border: solid 1px rgba(12, 16, 194, 0.6);
}
.grid-preview:activate
{
background-color: rgba(12, 16, 194, 0.4);
border: solid 1px rgba(12, 16, 194, 0.6);
}