Private GIT

Skip to content
Snippets Groups Projects
Commit 166b1617 authored by root's avatar root
Browse files

Finanlement ! find #overlib to change border color of overlib + some reorganize

parent 9be26266
No related branches found
No related tags found
No related merge requests found
...@@ -78,8 +78,6 @@ html[data-theme='dark'] { ...@@ -78,8 +78,6 @@ html[data-theme='dark'] {
--text-color-highlight: hsl(25, 70%, 45%); --text-color-highlight: hsl(25, 70%, 45%);
} }
/* SCROLL BAR*/ /* SCROLL BAR*/
::-webkit-scrollbar { ::-webkit-scrollbar {
...@@ -648,12 +646,27 @@ legend { ...@@ -648,12 +646,27 @@ legend {
} }
/* OVERLIB BG*/ /* OVERLIB BG*/
.overlib { .lib_overlib {
background: inherit;
background-color: #000000; background-color: #333;
color:cyan;
padding: 0;
margin: 0;
}
.devices-overlib-box {
background-color: #292929;
} }
/*border of overlib different than content*/
#overDiv {
z-index: 1200 !important;
border: solid 1px #777;
background-color: #333;
padding: 5px;
border-radius: 4px;
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
/* FOOTER */ /* FOOTER */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment