We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc73a0 commit c5f31f7Copy full SHA for c5f31f7
MMM-Navigate.css
@@ -1,26 +1,44 @@
1
body {
2
background-color: black;
3
}
4
+
5
li {
6
list-style-type: none;
7
padding: 0;
8
margin: 0;
9
10
11
li.selected {
- background: grey;
12
+ background: grey;
13
14
15
16
li.locked {
17
border: 2px;
18
border-color: red;
19
border-style: solid;
20
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
33
a:link {
34
text-decoration: none;
35
color: white;
36
37
38
a:visited {
39
40
41
42
a:hover {
43
color: white
- }
44
0 commit comments