forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflat.css
More file actions
124 lines (98 loc) · 2.35 KB
/
Copy pathflat.css
File metadata and controls
124 lines (98 loc) · 2.35 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
/* Flat theme */
body {
letter-spacing: 0;
}
b, strong {
font-weight: 600;
}
.body-login, .body-reset {
background: #5f7eb3 !important;
}
.table-header {
box-shadow: none !important;
}
.l-header {
box-shadow: none;
background: #5070a6;
}
.l-menu__item--active {
background-color: #fff;
}
.l-menu__item.l-menu__item--active a {
background: none;
}
.l-menu__item a:hover {
background: #FFFFFF !important;
box-shadow: none;
}
.l-menu__item a:active {
background: none;
box-shadow: none;
}
.l-profile__notifications:hover,
.l-profile__notifications.updates:hover,
.l-profile__notifications.active.l-profile__notifications.updates:active {
background: white !important;
border: 1px solid transparent !important;
box-shadow: none !important;
}
.l-unit:hover {
box-shadow: none;
}
.l-unit__stat-col--left a, .l-unit__stat-col--left a:visited {
color: #5f7eb3;
}
.l-unit__stat-col--left a:hover {
color: #474747;
}
.l-unit:hover, .units .l-unit:hover {
box-shadow: none;
}
.vst-input {
box-shadow: none;
}
.vst-list {
box-shadow: none;
}
.advanced-options {
box-shadow: none !important;
}
.vst-textinput {
box-shadow: none;
}
.ui-button, .button {
box-shadow: none !important;
background: linear-gradient(to bottom, rgba(235,243,249,1) 0%,rgba(223,235,245,1) 100%) !important;
}
.ui-button.cancel, .button.cancel {
box-shadow: none !important;
background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%) !important;
}
.ui-button:hover, .button:hover, .ui-button.cancel:hover, .button.cancel:hover {
box-shadow: none !important;
background: linear-gradient(to bottom, rgba(241,248,253,1) 0%,rgba(227,240,251,1) 100%) !important;
}
.ui-button:focus,.ui-button:active,
.button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
.button.cancel:active,.button.cancel:focus {
box-shadow: none !important;
background: linear-gradient(to bottom, rgba(210,232,250,1) 0%,rgba(194,224,248,1) 100%) !important;
}
.alert {
text-shadow: none !important;
box-shadow: none !important;
}
.pill.usage {
box-shadow: none;
}
.badge {
box-shadow: none;
}
.notification-container {
box-shadow: none;
border: 1px solid #dadada;
}
.context-menu.sort-order {
box-shadow: none;
border: 1px solid #dadada;
}