Skip to content

Commit c5f31f7

Browse files
authored
Update MMM-Navigate.css
1 parent 1dc73a0 commit c5f31f7

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

MMM-Navigate.css

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,44 @@
11
body {
22
background-color: black;
33
}
4+
45
li {
56
list-style-type: none;
67
padding: 0;
78
margin: 0;
89
}
10+
911
li.selected {
10-
background: grey;
12+
background: grey;
1113
}
14+
15+
1216
li.locked {
1317
border: 2px;
1418
border-color: red;
1519
border-style: solid;
1620
}
21+
22+
.fa-lock1:after {
23+
content: "\f023";
24+
margin-left: 5px;
25+
/*display: inline-block;*/
26+
font: normal normal normal 14px/1 FontAwesome;
27+
font-size: inherit;
28+
text-rendering: auto;
29+
-webkit-font-smoothing: antialiased;
30+
-moz-osx-font-smoothing: grayscale;
31+
}
32+
1733
a:link {
1834
text-decoration: none;
1935
color: white;
2036
}
37+
2138
a:visited {
2239
color: white;
2340
}
41+
2442
a:hover {
2543
color: white
26-
}
44+
}

0 commit comments

Comments
 (0)