aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/libs
diff options
context:
space:
mode:
authorShevAbam <shevabam@gmail.com>2015-07-15 14:12:29 +0200
committerShevAbam <shevabam@gmail.com>2015-07-15 14:12:29 +0200
commita935f5ece1d4b3738ad7b085d8dfebfbfc04cef0 (patch)
tree4e1864d6c8369a2d47879394ef76de9cbf856967 /web/css/libs
parent118bb1862cfca13201d349df8ec23b830921efb5 (diff)
Themes available !
Disk : filesystem column is hidden in mobile view
Diffstat (limited to 'web/css/libs')
-rw-r--r--web/css/libs/_classic-box.scss36
1 files changed, 36 insertions, 0 deletions
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