Integrated hint alerts in the main frame
diff --git a/dev/scss/header/hint.scss b/dev/scss/header/hint.scss
index a50ffbf..5659a2e 100644
--- a/dev/scss/header/hint.scss
+++ b/dev/scss/header/hint.scss
@@ -28,7 +28,7 @@
}
div.alert.hint {
- position: relative;
+ position: absolute;
background-color: rgba(254,26,0,.9); // from alertify
color: $nearly-white;
padding: $item-padding;
@@ -38,6 +38,10 @@
radius: $standard-border-radius;
top-left-radius: 0;
}
+ width: auto;
+ min-width: 10em;
+ max-width: 23em !important;
+ transition: opacity 0.2s ease 0s;
}
div.hint.alert::before {
@@ -55,11 +59,7 @@
}
}
-
-
-
-
-#searchMirror {
+.hint.mirror {
position: absolute;
left: 0;
top: 0;
@@ -72,7 +72,7 @@
white-space: pre-wrap;
overflow: hidden;
}
- // Todo: Besser nur, wenn im Focus
+ // TODO: Only in focus
> div {
position: absolute;
display: block;