#1467 Plugin Update refresh

- Style the update plugin and update extension page to match with pluginBoxes design
- Move the css of plugin installed from .tpl to .css
- Change class name of pluginBox forms (classic, line and compact in classic-form, line-form...)
- Factorize the code of the update extension page
This commit is contained in:
Zacharie Guet
2021-10-24 15:41:17 +02:00
parent 1a6fadb468
commit f38d63ccd8
6 changed files with 450 additions and 514 deletions
+3 -2
View File
@@ -288,11 +288,12 @@ a.stat-box:hover {
#helpContent, #pLoaderPage, #ftpPage, #ftpPage LEGEND {color:#aaa;}
.pluginBox, .pluginContent, .groups .GroupContainer {background-color:#333;color:#999;border-right-color:#333; box-shadow: none;border-left: none;}
.pluginContainer.line-form .pluginBox:hover .pluginContent {background: #1e1e1d;}
.pluginName {color:#aaa;}
.pluginBox.incompatible {border-color:#800 !important;}
.pluginActionLevel1, .pluginActionLevel2 {color: #333;}
.pluginActionLevel2 {background-color: #bbbbbb;}
.pluginActionLevel1 {color: #333;}
.pluginActionLevel2 {color: #bbbbbb;}
.pluginFilter {color: #c1c1c1;}
.pluginFilter input {border-color: #c1c1c1;}
.languageBox {background-color:#333;}