From 3e599c7ce2963923846ee606ff6f7e5e23426099 Mon Sep 17 00:00:00 2001 From: Hannah Date: Wed, 19 Aug 2020 11:12:47 +0200 Subject: [PATCH] Small css changes mainly to dark mode colors Changes to colors in dark mode Changes to padding for "?" on group manager page Adds padding to theme page buttons Changes weight of icon-toggle-off --- admin/themes/default/theme.css | 12 +++++++---- admin/themes/roma/theme.css | 37 ++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 4 deletions(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 07dd5ebb3..d8ae3e889 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1811,7 +1811,7 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px; .showInfo-dropdown-action:hover {background-color: rgba(0, 0, 0, 0.192); color: white;} .themeActions {display: flex;flex-direction: column;} .themeActions DIV {display: table-cell; vertical-align: middle; line-height:18px;} -.themeActions span, .themeActions a {padding: 6px 5px; margin: 0px 10px 10px 10px; font-weight: bold; font-size: 12px;} +.themeActions span, .themeActions a {padding: 10px; margin: 0px 10px 10px 10px; font-weight: bold; font-size: 12px;} .themeActions span {font-size: 11px; background-color: #ddd; opacity: 0.5; color: ;} .themeActions a:nth-child(1) {background-color: #ffc17e; color: #222;} @@ -2026,7 +2026,7 @@ h2:lang(en) { text-transform:capitalize; } } .plugin-inactive .pluginContent .pluginActionLevel1{ - background-color: #ececec; + background-color: #999999; } .plugin-inactive .pluginContent .pluginActionLevel1:hover{ background-color:#ff9b32; @@ -2075,8 +2075,8 @@ h2:lang(en) { text-transform:capitalize; } float:right; margin:0; padding:0; - padding-top:2px; - padding-left:3px; + margin-right:15px; + margin-top:-10px; } .HelpActions a { border:0; margin:0; } @@ -4681,3 +4681,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .selectedAlbum.cat-list-album-path { margin: 30px 0 30px 0; } + +.icon-toggle-off:before{ + font-weight:600; +} \ No newline at end of file diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index c5b2ba6c6..bfe992f81 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1070,3 +1070,40 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background-color: #4ac641; color: #014400; } + +.themeBox{ + box-shadow: 0 0 5px #333; +} + +.pluginActionLevel1, +.themeActions a:nth-child(1) { + background-color: #ffa744; +} + +.themeActions a:nth-child(2), +.plugin-inactive .pluginContent .pluginActionLevel1{ + background-color:#999999; +} + +.pluginUnavailableAction{ + background-color:#888; + color:#666; +} + +.addAlbum label{ + color:#aaa; + margin:-5px 0; +} + +.popin-title, +.cat-move-order-popin .album-name{ + color:#999; +} + +.cat-move-order-popin .close-popin{ + color:#ccc; +} + +.move-cat-container .move-cat-toogler{ + color:#ffa744; +} \ No newline at end of file