Skip to content

Commit 1723b92

Browse files
committed
added !important
1 parent 6d10bfb commit 1723b92

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.toolBar {
2-
background-color: rgba(0, 29, 122, 0.8);
2+
background-color: rgba(0, 29, 122, 0.8) !important;
33
}
44

55
.toolPane {
6-
background-color: rgba(0, 29, 122, 0.8);
6+
background-color: rgba(0, 29, 122, 0.8) !important;
77
}
88

99
.sidePane {
@@ -17,28 +17,28 @@
1717
}
1818

1919
.logoContainer {
20-
background-color: white;
21-
background-image: url("");
20+
background-color: white !important;
21+
background: url("");
2222
-webkit-box-shadow: 0px 0px 3px #0028AD;
2323
-moz-box-shadow: 0px 0px 3px #0028AD;
2424
box-shadow: 0px 0px 3px #0028AD;
2525
}
2626

2727
.sidePaneTabItem {
28-
background-color: #0028AD;
28+
background-color: #0028AD !important;
2929
}
3030

3131
.layer-opacity-handle {
32-
background-color: #0028AD;
32+
background-color: #0028AD !important;
3333
}
3434

3535
.mb-element-overview .toggleOverview {
36-
background-color: #0028AD;
36+
background-color: #0028AD !important;
3737
}
3838

3939

4040
.button, .tabContainerAlt .tab {
41-
background-color: #0028AD;
41+
background-color: #0028AD !important;
4242
}
4343

4444
.iconPrint:before {
@@ -48,9 +48,9 @@
4848

4949
.popup {
5050
background-color: #eff7e9;
51-
background-image: url("");
51+
background: none;
5252
}
5353

5454
.pan{
55-
background-color: rgba(0, 93, 83, 0.9);
55+
background-color: rgba(0, 93, 83, 0.9) !important;
5656
}

0 commit comments

Comments
 (0)