interblue update

This commit is contained in:
2019-03-15 11:21:59 +01:00
parent 45313dbc6e
commit b950201e61

View File

@@ -309,7 +309,7 @@ body {
height: 32px; height: 32px;
width: 32px; width: 32px;
background-size: 28px 28px !important; background-size: 28px 28px !important;
background-repeat: none; background-repeat: no-repeat;
background-position: center; background-position: center;
} }
@@ -349,7 +349,6 @@ body {
background: lightblue; background: lightblue;
border: 1px solid white; border: 1px solid white;
width: 1rem; width: 1rem;
margin: 3px;
float:left; float:left;
position: absolute; position: absolute;
opacity: 0.5; opacity: 0.5;
@@ -632,4 +631,43 @@ body {
border-radius: 1rem; border-radius: 1rem;
font-size: 2rem; font-size: 2rem;
} }
input[type=checkbox] {
box-shadow: 0px 0px 2px rgba(255, 0, 0, 1) !important;
transform: scale(1.4);
margin: 5px;
}
input[type=checkbox]:checked {
box-shadow: 0px 0px 5px rgba(0, 255, 0, 1) !important;
}
input[type=button] {
border: 1px solid #666;
border-radius: 0.2rem;
padding: 5px 10px;
margin: 5px
}
input[type=button]:hover {
background: white;
}
table.dialogue-facelift {
/* margin-top: 20px; */
margin-bottom: 20px;
box-shadow: 0px 0px 30px rgba(0,0,0,1);
}
}
@-moz-document domain("interred.nmg.de"), domain("testsystem.nmg-interred.com"), domain("generator.chip.de") {
.tooltip-block:hover:after{
border: 1px solid #fc0;
padding: 3px 6px;
background: #fffea1;
content: attr(data-title);
position: absolute;
right: -40px;
top: -26px;
}
} }