Skip to content

Commit 555f97e

Browse files
authored
Merge pull request #175 from gtt-project/fix/layer-switcher-label-style
Fix LayerSwitcher label style (#163)
2 parents 50d9b98 + ea39fea commit 555f97e

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

src/stylesheets/app.scss

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,20 @@
1717
margin: 1em auto;
1818
}
1919

20-
.ol-control button{
21-
background-color: rgba(40, 40, 40, 0.8);
20+
.ol-control button {
21+
background-color: rgba(40, 40, 40, 0.8);
2222
}
23-
.ol-control button:hover{
24-
background-color: rgba(40, 40, 40, 1);
23+
.ol-control button:hover {
24+
background-color: rgba(40, 40, 40, 1);
25+
}
26+
27+
.tabular .ol-layerswitcher label {
28+
font-weight: initial;
29+
float: initial;
30+
text-align: initial;
31+
margin-left: initial;
32+
width: initial;
33+
line-height: initial;
2534
}
2635

2736
#admin-menu a.gtt {

0 commit comments

Comments
 (0)