Skip to content

Commit a9714d6

Browse files
2 parents ded703b + 72aafbe commit a9714d6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

examples/css/header.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ ul.icl-nav-menu-sub:nth-child(1) {
252252
font-size: 1.4rem;
253253
max-height: 600px;
254254
margin-bottom: 10px;
255-
overflow: auto;
255+
/* overflow: auto; */
256256
color: #d7d7d7;
257257
}
258258

@@ -266,6 +266,17 @@ ul.icl-nav-menu-sub:nth-child(1) {
266266
line-height: 30px;
267267
}
268268

269+
.icl-nav-menu-sub .red-circle{
270+
display: inline-block;
271+
width: 6px;
272+
height: 6px;
273+
border-radius: 6px;
274+
position: absolute;
275+
right: -10px;
276+
top: 7px;
277+
background:#c70022;
278+
}
279+
269280
.icl-nav-menu-sub::-webkit-scrollbar {
270281
width: 3px;
271282
}

0 commit comments

Comments
 (0)