diff options
Diffstat (limited to 'module/web/static/css/default/settings.less')
-rw-r--r-- | module/web/static/css/default/settings.less | 39 |
1 files changed, 32 insertions, 7 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index fde0b9215..40c04c9e8 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -1,19 +1,44 @@ @import "style.less";
-/*
- Settings
+/*
+ Settings
*/
.settings-menu {
- background-color: @yellowLightest;
+ background-color: #FFF;
+ box-shadow: 0 0 5px #000;
+// border: 10px solid #EEE;
+
+
+ .nav-header {
+ background: @blueDark;
+ color: @light;
+ }
+
+ li > a, .nav-header {
+ margin-left: -20px;
+ margin-right: -20px;
+ text-shadow: none;
+ }
+
+ i {
+ margin-top: 0;
+ }
+
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+
+}
+
+.nav > li > a:hover {
+ color: @blueDark;
}
.setting-box {
margin-top: 20px;
- border-color: @blueLighter;
- .gradient(top, @greyLighter, @yellowLighter);
- box-shadow: 0 0 5px @blue;
+ border: 10px solid @blueDark;
+ box-shadow: 0 0 5px @dark;
.page-header {
margin: 0;
@@ -28,4 +53,4 @@ background: none;
}
-}
+}
\ No newline at end of file |