Skip to content

Commit f280f94

Browse files
authored
Update jside-menu.css
1 parent d360e19 commit f280f94

File tree

1 file changed

+73
-36
lines changed

1 file changed

+73
-36
lines changed

css/jside-menu.css

Lines changed: 73 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ body{
2727
-moz-osx-font-smoothing: grayscale;
2828

2929
}
30+
html{
31+
-webkit-font-smoothing: antialiased;}
32+
3033
:root{
3134
--skin-hover: rgba(0, 0, 0, 0.1);
32-
--skin-color: rgba(255, 255, 255, 0.9);
35+
--skin-color: rgba(255, 255, 255, 0.7);
3336
}
3437
.default-skin{
3538
font-family: 'Helvetica Neue';
@@ -76,8 +79,10 @@ body{
7679
}
7780

7881
.menu-trigger:before{
79-
font-family: 'Material-Design-Iconic-Font';
80-
content: '\f197';
82+
font-family: 'Material-Design-Iconic-Font';
83+
84+
content: '\f197';
85+
8186
font-size: 22pt;
8287

8388
}
@@ -212,51 +217,83 @@ body{
212217
}
213218

214219
/* Dropdowns */
215-
.has-sub ul{
216-
list-style: none;
217-
overflow: hidden;
218-
height: 0px;
219-
transition: .360s;
220+
.has-sub ul{
221+
222+
list-style: none;
223+
224+
overflow: hidden;
225+
226+
height: 0px;
227+
228+
transition: .360s;
229+
220230
background: #f2f9f9;
221-
}
222-
223-
.has-sub ul li a{
224-
display: block;
225-
padding: 12px 33px;
226-
border-bottom: 0;
231+
}
232+
233+
234+
235+
.has-sub ul li a{
236+
237+
display: block;
238+
239+
padding: 12px 33px;
240+
241+
border-bottom: 0;
242+
227243
font-size: 13px;
228244
color: #444;
229245
transition: .1s;
230246
-webkit-transition: .1s;
231247
border-bottom: 1px dotted #e1e1e1;
232-
}
248+
}
249+
233250
.has-sub ul li a:hover{
234251
background: #dedede;
235252
transition: .1s;
236253
-webkit-transition: .1s;
237254
}
238255

239-
.has-sub span{
240-
display: block;
241-
box-sizing: border-box;
242-
243-
}
244-
245-
.has-sub i.arrow{
246-
float: right;
247-
margin-right: 10px;
248-
transition: 0.360s;
256+
.has-sub span{
257+
258+
display: block;
259+
260+
box-sizing: border-box;
261+
262+
263+
264+
}
265+
266+
267+
268+
.has-sub i.arrow{
269+
270+
float: right;
271+
272+
margin-right: 10px;
273+
274+
transition: 0.360s;
275+
249276
font-size: 16px;
250-
}
251-
252-
.has-sub .arrowdown{
253-
transform: rotateZ(180deg);
254-
-webkit-transform: rotateZ(180deg);
255-
-moz-transform: rotateZ(180deg);
256-
transition: 0.360s;
257-
-webkit-transition: 0.360s;
258-
-moz-transition: 0.360s;
259-
}
277+
}
278+
279+
280+
281+
.has-sub .arrowdown{
282+
283+
transform: rotateZ(180deg);
284+
285+
-webkit-transform: rotateZ(180deg);
286+
287+
-moz-transform: rotateZ(180deg);
288+
289+
transition: 0.360s;
290+
291+
-webkit-transition: 0.360s;
292+
293+
-moz-transition: 0.360s;
294+
295+
}
296+
260297
.col{
261298
display: table;
262299

@@ -340,4 +377,4 @@ body{
340377
}
341378
.logo a:hover{
342379
color: var(--skin-hover);
343-
}
380+
}

0 commit comments

Comments
 (0)