summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-22 12:13:54 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-22 12:14:53 +0100
commitc66c69755e79f51f66933952ac6ac3eac361cb0f (patch)
treeb6898271240e8339737db7fef3a51312120c3969 /scss
parentee87faffcf2f6b308cce8550922e84951d38908c (diff)
downloadIshtar-c66c69755e79f51f66933952ac6ac3eac361cb0f.tar.bz2
Ishtar-c66c69755e79f51f66933952ac6ac3eac361cb0f.zip
Improve navigation between sheets (CSS)
Diffstat (limited to 'scss')
-rw-r--r--scss/custom.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 5eaba09f4..7f8173d73 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -17,6 +17,11 @@ html{
background-color: $gray-100;
}
+body{
+ background-color: transparent;
+ position: relative;
+}
+
label {
margin-bottom: .2rem;
min-height: 1.5rem;
@@ -110,6 +115,28 @@ textarea {
.sheet h4 { color: $text-muted; }
+#window-fixed-menu{
+ background-color: $gray-200;
+ position: fixed;
+ right: 0;
+ margin-top: 25px;
+ z-index: 50;
+ width: 200px;
+}
+
+#window-fixed-menu-list li{
+ padding-bottom: 0.5em;
+}
+
+
+#window-fixed-menu-list li a.nav-link{
+ background-color: white;
+}
+
+#window-fixed-menu-list li a.nav-link.active{
+ background-color: $nav-pills-link-active-bg;
+}
+
#window h3{
background-color: $gray-400;
}