From 4146e1a01d8938d8577e15e24d94762cc6bcc42a Mon Sep 17 00:00:00 2001 From: benweet Date: Tue, 17 Sep 2013 00:23:30 +0100 Subject: [PATCH] Added School theme --- cache.manifest | 2 +- res-min/themes/night.css | 2 +- res/themes/night.less | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cache.manifest b/cache.manifest index bdf01c2c..198032ce 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -#Date Tue Sep 17 2013 00:13:28 +#Date Tue Sep 17 2013 00:22:40 CACHE: index.html diff --git a/res-min/themes/night.css b/res-min/themes/night.css index dfa978ab..6feb0ee7 100644 --- a/res-min/themes/night.css +++ b/res-min/themes/night.css @@ -1479,7 +1479,7 @@ body{tab-size:4} .navbar .working-indicator{width:50px;height:17px;background-position:0 0;margin-top:12px} .navbar .working-indicator.show{background-image:url("../img/loader-default.gif")} @media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.navbar .working-indicator.show{background-image:url("../img/loader-default2x.gif");background-size:50px 17px}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.navbar .working-indicator.show{background-image:url("../img/loader-default2x.gif");background-size:50px 17px}}.menu-panel,.document-panel{display:block;position:absolute;top:0;height:100%;z-index:10;overflow:initial} -.menu-panel .collapse-button i,.document-panel .collapse-button i{color:#cccccc;font-size:14px} +.menu-panel .collapse-button i,.document-panel .collapse-button i{color:#777777;font-size:14px} .menu-panel.in .collapse-button,.document-panel.in .collapse-button{background-color:#565656} .menu-panel .panel-content,.document-panel .panel-content{-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);overflow:auto;padding-bottom:30px;height:100%} .menu-panel .panel-content a>i,.document-panel .panel-content a>i{margin-right:3px;color:inherit} diff --git a/res/themes/night.less b/res/themes/night.less index 08c4a1fe..368f314d 100644 --- a/res/themes/night.less +++ b/res/themes/night.less @@ -12,6 +12,7 @@ @primary-color-lightest: darken(@primary-color, 35%); @primary-color-inv: #fff; @disabled-color: #999; +@panel-button-color: #777; @bg-navbar-hover: @secondary-bg-dark; @panel-border-color: @primary-bg;