Change background colors
This commit is contained in:
parent
cb603ea7be
commit
fd24fad641
@ -1,5 +1,4 @@
|
|||||||
body {
|
body {
|
||||||
background: #000;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -81,7 +80,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar, #chatcontrols, #chat, #chatinput {
|
#sidebar, #chatcontrols, #chat, #chatinput {
|
||||||
background: #0B3351 !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-top .leaflet-control {
|
.leaflet-top .leaflet-control {
|
||||||
@ -199,19 +198,18 @@ body {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
border: 2px outset #0e3d4e;
|
border: 2px outset #20A8B1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toolbox > a {
|
#toolbox > a {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
border: 2px outset #0e3d4e;
|
border: 2px outset #20A8B1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#portaldetails .close {
|
#portaldetails .close {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: 1px outset #0e3d4e;
|
border: 1px outset #20A8B1;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
background: #0e3d4e;
|
|
||||||
}
|
}
|
||||||
|
@ -367,7 +367,7 @@
|
|||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
background: #0E3D4E;
|
background: transparent !important;;
|
||||||
}
|
}
|
||||||
#bookmarksBox.mobile .bookmarkList ul,
|
#bookmarksBox.mobile .bookmarkList ul,
|
||||||
#bookmarksBox.mobile .bookmarkList ul li,
|
#bookmarksBox.mobile .bookmarkList ul li,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user