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
This commit is contained in:
Hannah
2020-08-19 11:12:47 +02:00
parent de1613cead
commit 3e599c7ce2
2 changed files with 45 additions and 4 deletions
+8 -4
View File
@@ -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;
}
+37
View File
@@ -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;
}