From a935f5ece1d4b3738ad7b085d8dfebfbfc04cef0 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Wed, 15 Jul 2015 14:12:29 +0200 Subject: Themes available ! Disk : filesystem column is hidden in mobile view --- web/css/libs/_classic-box.scss | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'web/css/libs') diff --git a/web/css/libs/_classic-box.scss b/web/css/libs/_classic-box.scss index 80cdadc..dca208f 100644 --- a/web/css/libs/_classic-box.scss +++ b/web/css/libs/_classic-box.scss @@ -71,6 +71,7 @@ .box-content { padding: 6px; + overflow: auto; table a { text-decoration: none; @@ -95,4 +96,39 @@ margin-right: 5px; } } +} + + + +/* --------------------- */ +/* == THEMES */ +/* --------------------- */ +@each $name, $datas in $themes { + body.theme-#{""+$name+""} { + + .box { + box-shadow: 3px 3px 0 rgba(lighten(map-get($datas, main-color), 16%), .6); + border-color: lighten(map-get($datas, main-color), 16%); + + .box-header { + background-color: darken(map-get($datas, main-color), 7%); + + ul li a { + &:hover:not(.disabled) { + background: lighten(darken(map-get($datas, main-color), 7%), 20%); + color: darken(map-get($datas, main-color), 7%) !important; + } + } + } + .box-content { + table a { + color: darken(map-get($datas, main-color), 7%); + + &:hover { + color: lighten(darken(map-get($datas, main-color), 7%), 20%); + } + } + } + } + } } \ No newline at end of file -- cgit v1.3