'interblue/interblue.css' ändern

This commit is contained in:
2018-08-03 11:11:32 +02:00
parent e28f05e343
commit 45313dbc6e

View File

@@ -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;
@@ -596,16 +596,40 @@ body {
width: calc(100% - 1rem); width: calc(100% - 1rem);
} }
.ph_cols { .ph_cols {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
align-content:flex-start; align-content:flex-start;
} }
.ph { .ph {
background-color: white !important; background-color: white !important;
border-radius: 1rem !important; border-radius: 1rem !important;
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;
}
} }