Skip to content

Commit 373a091

Browse files
committed
scalediscplay right position background:none
1 parent 1723b92 commit 373a091

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/Workshop/DemoBundle/Resources/public/demo_fullscreen.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,16 @@
4747
}
4848

4949
.popup {
50-
background-color: #eff7e9;
51-
background: none;
50+
background: none !important;
5251
}
5352

5453
.pan{
5554
background-color: rgba(0, 93, 83, 0.9) !important;
5655
}
56+
57+
.mb-element-scaledisplay {
58+
background-color: rgba(0, 29, 122, 0.8) !important;
59+
padding: 5px 10px !important;
60+
position:absolute !important;
61+
right:140px !important;
62+
}

0 commit comments

Comments
 (0)