src/main/webapp/lightpit.css

changeset 393
0b5b37572021
parent 367
0a9065936aac
child 394
b6357a984ae7
equal deleted inserted replaced
392:c0c7b4ca2946 393:0b5b37572021
129 border-bottom-style: solid; 129 border-bottom-style: solid;
130 border-bottom-width: thin; 130 border-bottom-width: thin;
131 border-bottom-color: #d7d7df; 131 border-bottom-color: #d7d7df;
132 } 132 }
133 133
134 #sideMenu .menuEntry .onhover-edit-icon {
135 display: none;
136 }
137
138 #sideMenu .menuEntry:hover .onhover-edit-icon {
139 display: initial;
140 }
141
134 #mainMenu .menuEntry[data-active] { 142 #mainMenu .menuEntry[data-active] {
135 background: #d0d0d5; 143 background: #d0d0d5;
136 } 144 }
137 145
138 #sideMenu .menuEntry[data-active] { 146 #sideMenu .menuEntry[data-active] {

mercurial