forked from elementary/code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApplication.css
More file actions
59 lines (52 loc) · 1.62 KB
/
Application.css
File metadata and controls
59 lines (52 loc) · 1.62 KB
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
56
57
58
/*
* Copyright (c) 2018 elementary LLC. (https://elementary.io)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 3, as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
.color-button radio,
.color-button radio:checked {
border-color: alpha (#000, 0.3);
box-shadow:
inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),
inset 0 0 0 1px alpha (@inset_dark_color, 0.3),
0 1px 0 0 alpha (@bg_highlight_color, 0.3);
padding: 10px;
-gtk-icon-shadow: none;
}
.color-button radio:focus {
border-color: @colorAccent;
box-shadow:
inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),
inset 0 0 0 1px alpha (@inset_dark_color, 0.3),
inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),
0 1px 0 0 alpha (@bg_highlight_color, 0.3),
0 0 0 1px alpha (@colorAccent, 0.25);
}
.color-dark radio {
background: #252E32;
border-color: #151B1C;
color: #fff;
}
.color-light radio {
background: #fdf6e3;
color: #4d4d4d;
}
.color-white radio {
background: #fff;
color: #000;
}
textview.scrubber {
border: 0;
}