src/main/webapp/lightpit.css

changeset 412
e0119fb1b442
parent 395
c3ef1c328b36
equal deleted inserted replaced
411:568aff1e5d13 412:e0119fb1b442
57 57
58 .dark-text { 58 .dark-text {
59 color: #1c204e; 59 color: #1c204e;
60 } 60 }
61 61
62 .edit-icon {
63 margin-left: 1ex;
64 margin-right: 1ex;
65 }
66
67 .edit-icon::before {
68 display: inline-block;
69 width: .8em;
70 height: .8em;
71 margin: 0;
72 padding: 0;
73 content: '';
74 mask-image: url('edit.svg');
75 mask-size: contain;
76 mask-repeat: no-repeat;
77 mask-position: center;
78 background-color: currentColor;
79 }
80
62 textarea, input, button, select { 81 textarea, input, button, select {
63 font-family: inherit; 82 font-family: inherit;
64 font-size: inherit; 83 font-size: inherit;
65 } 84 }
66 85
128 border-bottom-style: solid; 147 border-bottom-style: solid;
129 border-bottom-width: thin; 148 border-bottom-width: thin;
130 border-bottom-color: #d7d7df; 149 border-bottom-color: #d7d7df;
131 } 150 }
132 151
133 #sideMenu .menuEntry .edit-icon-container { 152 #sideMenu .menuEntry .edit-icon {
134 width: .9em;
135 height: .9em;
136 display: inline-block;
137 }
138
139 #sideMenu .menuEntry .onhover-edit-icon {
140 display: none; 153 display: none;
141 } 154 }
142 155
143 #sideMenu .menuEntry:hover .onhover-edit-icon { 156 #sideMenu .menuEntry:hover .edit-icon {
144 display: initial; 157 display: initial;
145 } 158 }
146 159
147 #mainMenu .menuEntry[data-active] { 160 #mainMenu .menuEntry[data-active] {
148 background: #d0d0d5; 161 background: #d0d0d5;

mercurial