From c5530994b493b8d248d39ebdb15abade7d6eab84 Mon Sep 17 00:00:00 2001 From: Zacharie Date: Tue, 28 Apr 2020 10:24:10 +0200 Subject: [PATCH] Minor fixe : change div border of plugin Minibox to css border --- admin/themes/default/template/plugins_installed.tpl | 1 - admin/themes/default/theme.css | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index 7c614e263..f0da0059b 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -228,7 +228,6 @@ jQuery(document).ready(function() { {/if}
-
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 5a9061def..04b76ba5e 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1140,8 +1140,6 @@ h2:lang(en) { text-transform:capitalize; } margin-left: 0; } - .pluginBar {width: 1.5%;} - .pluginContent { width: 98.5%; text-align: left; @@ -1151,6 +1149,7 @@ h2:lang(en) { text-transform:capitalize; } padding-left: 10px; overflow: hidden; position: relative; + border-left: solid 4px #ffc17e } .pluginMiniBoxNameCell { @@ -1177,8 +1176,7 @@ h2:lang(en) { text-transform:capitalize; } .pluginActionLevel2 {background-color: #ececec; font-weight: bold;} .pluginActionLevel2:hover {background-color: #8b8b8b; color: white; text-decoration: none; } .pluginActionLevel3 {padding-left: 10px; opacity: 0.9;} -.pluginBarActive {background-color: #ffc17e} -.pluginBarInactive {background-color: #8b8b8b} +.plugin-inactive .pluginContent {border-color: #8b8b8b} .pluginMiniBox .showInfo, .themeBox .showInfo { display:block;position:absolute;top:0;right:5px;width:15px; padding: 10px;}