summaryrefslogtreecommitdiffstats
path: root/public/css/module.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/module.less')
-rw-r--r--public/css/module.less44
1 files changed, 26 insertions, 18 deletions
diff --git a/public/css/module.less b/public/css/module.less
index 49cc4e5..c4ad1bd 100644
--- a/public/css/module.less
+++ b/public/css/module.less
@@ -1,15 +1,7 @@
// Icinga Reporting | (c) 2018 Icinga GmbH | GPLv2
-.flatpickr-calendar {
- position: fixed;
-}
-
-.flatpickr-day {
- &.selected,
- &.selected:hover {
- border-color: @icinga-blue;
- background: @icinga-blue;
- }
+.content:focus {
+ outline: none;
}
.sla-column {
@@ -25,6 +17,10 @@
&.nok {
background-color: @color-critical;
}
+
+ &.unknown {
+ background-color: @state-unknown;
+ }
}
.sla-table {
@@ -92,16 +88,20 @@
}
}
-.action-bar .dropdown:first-child:hover .dropdown-menu {
- left: .25em;
-}
+.action-bar {
+ line-height: 2em;
-.action-bar .dropdown:last-child:hover .dropdown-menu {
- right: .25em;
-}
+ .dropdown:first-child:hover .dropdown-menu {
+ left: .25em;
+ }
-.action-bar > *:not(:last-child) {
- margin-right: .5em;
+ .dropdown:last-child:hover .dropdown-menu {
+ right: .25em;
+ }
+
+ > *:not(:last-child) {
+ margin-right: .5em;
+ }
}
/* Stuff that's missing in ipl <= 0.8 END */
@@ -189,6 +189,14 @@
.page-size-a4();
}
+.schedule-element-separator {
+ border-top: 1px solid @gray-lighter;
+}
+
+.icinga-controls .override-uploaded-file-hint {
+ margin-left: 14em;
+}
+
/* Form fallback styles, remove once <=2.9.5 support is dropped */
.icinga-controls {