mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
update: css hover/inline block
This commit is contained in:
@@ -81,6 +81,7 @@ body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.last-status{
|
.last-status{
|
||||||
|
display: inline-block;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.5);
|
box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.5);
|
||||||
background: linear-gradient(to top, #cfc6b054 0%, #cfcfcfc4 100%);
|
background: linear-gradient(to top, #cfc6b054 0%, #cfcfcfc4 100%);
|
||||||
@@ -176,3 +177,7 @@ body{
|
|||||||
.clear {
|
.clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hover:hover{
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user