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
commitb4cb171f32f0ee905a668a1687858b33bade2392 (patch)
treeb6898271240e8339737db7fef3a51312120c3969 /scss
parent531849bcc8a2f7970e35caeb011d7e7b76b1c493 (diff)
downloadIshtar-b4cb171f32f0ee905a668a1687858b33bade2392.tar.bz2
Ishtar-b4cb171f32f0ee905a668a1687858b33bade2392.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;
}