]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_components.scss
Started implementation of UI shortcuts system
[bookstack] / resources / sass / _components.scss
index acb45100f61da21b0c5a90cd5c313d760287e95f..661fce758180652aeeab5eda63d663b0d588594a 100644 (file)
@@ -982,4 +982,18 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
 }
 .status-indicator-inactive {
   background-color: $negative;
+}
+
+.shortcut-hint {
+  position: fixed;
+  padding: $-xxs $-xxs;
+  font-size: .85rem;
+  font-weight: 700;
+  line-height: 1;
+  z-index: 99;
+  background-color: #eee;
+  border-radius: 3px;
+  border: 1px solid #b4b4b4;
+  box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
+  color: #333;
 }
\ No newline at end of file