'interblue/interblue.css' ändern
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-document regexp(".*tree_tool\\.pl.*") {
|
@-moz-document regexp(".*tree_tool\\.pl.*"), regexp(".*info_popup\\.pl.*") {
|
||||||
/* Hintergrundfarbe in der Baumverwaltung */
|
/* Hintergrundfarbe in der Baumverwaltung */
|
||||||
body {
|
body {
|
||||||
background: white !important;
|
background: white !important;
|
||||||
@@ -608,4 +608,28 @@ body {
|
|||||||
padding: 1.2rem;
|
padding: 1.2rem;
|
||||||
border-left: 0.3rem solid darkgray;
|
border-left: 0.3rem solid darkgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Bessere Unterscheidung von MVP Zeilen
|
||||||
|
*/
|
||||||
|
|
||||||
|
div.mvp-row.alternative {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.mvp-row {
|
||||||
|
border-top: 1rem dotted #4665AC;
|
||||||
|
padding-top: 2rem;
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mvp-rowcount {
|
||||||
|
top: 1rem !important;
|
||||||
|
left: 0.5rem !important;
|
||||||
|
color: #fff !important;
|
||||||
|
background: #4665AC;
|
||||||
|
padding: 0.35rem 0.7rem;
|
||||||
|
border-radius: 1rem;
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user