forked from h0me5k1n/asusmerlin-nvpnmgr
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
vpnmgr_www.css
82 lines (69 loc) · 1.55 KB
/
vpnmgr_www.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
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
p {
font-weight: bolder;
}
thead.collapsible-jquery {
color: white;
padding: 0px;
width: 100%;
border: none;
text-align: left;
outline: none;
cursor: pointer;
}
.SettingsTable {
table-layout: fixed !important;
width: 745px !important;
text-align: left;
}
.SettingsTable input {
text-align: left;
margin-left: 3px !important;
}
.SettingsTable label {
margin-right: 10px !important;
}
.SettingsTable th {
background-color: #1F2D35 !important;
background: #2F3A3E !important;
border-bottom: none !important;
border-top: none !important;
font-size: 12px !important;
color: white !important;
padding: 4px !important;
font-weight: bolder !important;
padding: 0px !important;
}
.SettingsTable td {
padding: 4px 4px 4px 10px !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
border-right: none;
border-left: none;
}
.SettingsTable span.settingname {
background-color: #1F2D35 !important;
background: #2F3A3E !important;
}
.SettingsTable td.settingname {
border-right: solid 1px black;
background-color: #1F2D35 !important;
background: #2F3A3E !important;
font-weight: bolder !important;
}
.SettingsTable td.settingvalue {
text-align: left !important;
border-right: solid 1px black;
}
.SettingsTable th:first-child{
border-left: none !important;
}
.SettingsTable th:last-child {
border-right: none !important;
}
.SettingsTable .invalid {
background-color: darkred !important;
}
.SettingsTable .disabled {
background-color: #CCCCCC !important;
color: #888888 !important;
}