fixes #1298 always show the theme configuration button

This commit is contained in:
plegall
2021-01-27 19:36:09 +01:00
parent c25fce65b1
commit d1975a4502
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1831,6 +1831,8 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
.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 .pluginUnavailableAction {margin:0 10px 10px 10px;}
.themeActions a:nth-child(1) {background-color: #ffc17e; color: #222;}
.themeActions a:nth-child(1):hover {background-color: #ff7700; color: white; text-decoration: none;}