20
20
margin-right : auto;
21
21
margin-top : 50px ;
22
22
23
- border : 1px solid # bce8f1 ;
23
+ border : 1px solid # 979C9C ;
24
24
border-radius : 15px ;
25
25
box-shadow : 0 0 7px rgba (0 , 0 , 0 , 0.5 );
26
26
}
66
66
order : 2 ;
67
67
align-items : center;
68
68
69
+ color : # DA727E ;
69
70
border-left-style : solid;
70
- border-left-color : # bce8f1 ;
71
+ border-left-color : # FFBC67 ;
71
72
border-left-width : 1px ;
72
73
margin-left : 5px ;
73
74
padding-left : 25px ;
76
77
77
78
.context-cache {
78
79
display : flex;
79
- margin : 0 3px 3px 3px ;
80
+ /* margin: 0 3px 3px 3px;*/
80
81
justify-content : flex-start;
81
82
cursor : hand;
82
83
}
83
84
84
- .context-cache : nth-child (2 ) {
85
- margin-top : 10px ;
86
- margin-bottom : 10px ;
87
- }
88
-
89
85
.context-cache .checkbox-wrapper {
90
86
display : flex;
91
87
align-items : center;
92
88
}
93
89
94
- .checkbox {
90
+ .context-menu-label {
91
+ background-color : white;
92
+ margin : 3px 3px 3px 3px ;
93
+ padding : 10px ;
94
+ border : 1px solid # ddd ;
95
+ border-radius : 22px ;
96
+ text-align : center;
97
+ color : # 455C7B ;
98
+ width : 100% ;
95
99
cursor : hand;
100
+
101
+ transition : all 0.3s ease-in 0s ;
102
+ }
103
+
104
+ input : checked + .context-menu-label {
105
+ background-color : # 455C7B ;
106
+ color : white;
107
+ }
108
+
109
+ .checkbox {
110
+ display : none;
96
111
}
97
112
98
113
.list-item {
99
- background-color : white ;
114
+ background-color : # 455C7B ;
100
115
margin : 3px 3px 3px 3px ;
101
116
padding : 10px ;
102
117
border : 1px solid # ddd ;
103
118
cursor : hand;
119
+ border-radius : 22px ;
120
+ -webkit-box-shadow : 0 1px 2px rgba (0 , 0 , 0 , .2 );
104
121
}
105
122
106
123
.list-item : active {
107
124
cursor : -webkit-grabbing;
108
125
}
109
126
110
- .list-item : first-child {
111
- border-top-left-radius : 4px ;
112
- border-top-right-radius : 4px ;
113
- }
114
-
115
- .list-item : last-child {
116
- border-bottom-right-radius : 4px ;
117
- border-bottom-left-radius : 4px ;
118
- }
119
-
120
- .list-item img {
121
- min-width : 165px ;
127
+ .list-item p {
128
+ text-align : center;
129
+ color : # DA727E ;
122
130
}
123
131
124
132
.title {
125
- background-color : # d9edf7 ;
133
+ background-color : # 685C79 ;
126
134
padding-top : 5px ;
127
135
padding-bottom : 5px ;
128
- color : # 31708f ;
136
+ color : white ;
129
137
border-top-left-radius : 10px ;
130
138
border-top-right-radius : 10px ;
131
139
}
132
140
133
141
h3 {
134
142
text-align : center;
135
- border-bottom-color : rgba ( 188 , 232 , 230 , 1 ) ;
143
+ border-bottom-color : # 343642 ;
136
144
border-bottom-width : 3px ;
137
145
}
138
146
139
- p {
147
+ .setting-definition p {
148
+ color : # 685C79 ;
140
149
padding-right : 10px ;
141
150
}
142
151
168
177
}
169
178
.onoffswitch-label {
170
179
display : block; overflow : hidden; cursor : pointer;
171
- border : 2px solid # A1A1A1 ; border-radius : 22px ;
180
+ border : 2px solid # 685C79 ; border-radius : 22px ;
172
181
}
173
182
.onoffswitch-inner {
174
183
display : block; width : 200% ; margin-left : -100% ;
@@ -182,20 +191,20 @@ p {
182
191
.onoffswitch-inner : before {
183
192
content : "ON" ;
184
193
padding-left : 10px ;
185
- background-color : # 31708F ; color : # D9EDF7 ;
194
+ background-color : # FFBC67 ; color : # DA727E ;
186
195
}
187
196
.onoffswitch-inner : after {
188
197
content : "OFF" ;
189
198
padding-right : 10px ;
190
- background-color : # D9EDF7 ; color : # 31708F ;
199
+ background-color : # DA727E ; color : # FFBC67 ;
191
200
text-align : right;
192
201
}
193
202
.onoffswitch-switch {
194
203
display : block; width : 36px ; margin : 0px ;
195
204
background : # FFFFFF ;
196
205
position : absolute; top : 0 ; bottom : 0 ;
197
206
right : 48px ;
198
- border : 2px solid # A1A1A1 ; border-radius : 22px ;
207
+ border : 2px solid # 685C79 ; border-radius : 22px ;
199
208
transition : all 0.3s ease-in 0s ;
200
209
}
201
210
.onoffswitch-checkbox : checked + .onoffswitch-label .onoffswitch-inner {
0 commit comments