related to #1851 dark mode adjustments

* Group input place holder
* Tag pagination items and oprhan tags warning
* New album comments dropdown font size
This commit is contained in:
MatthieuLP
2023-01-16 17:32:59 +01:00
parent f992c30a3e
commit 69171539d5
4 changed files with 29 additions and 18 deletions
@@ -302,6 +302,8 @@ Info
.info-message { .info-message {
display: none; display: none;
background-color: #c2f5c2;
color: #0a0;
} }
.info-error { .info-error {
+13 -9
View File
@@ -411,7 +411,6 @@ LI.menuLi {
.cat-modify { .cat-modify {
height: calc(100vh - 192px); height: calc(100vh - 192px);
width: calc(100vw - 205px);
display: grid; display: grid;
grid-template-rows: 50px auto 60px; grid-template-rows: 50px auto 60px;
} }
@@ -504,10 +503,11 @@ LI.menuLi {
} }
.cat-modify-actions .toggle-comment-option { .cat-modify-actions .toggle-comment-option {
font-size: 16px; font-size: 13px;
padding: 5px; padding: 5px;
width: 20px; width: 20px;
height: 24px; height: 24px;
z-index: 20;
} }
.cat-modify-actions a::after, .cat-modify-actions a::after,
@@ -710,7 +710,12 @@ LI.menuLi {
justify-content: end; justify-content: end;
border-top: 1px solid #ececec; border-top: 1px solid #ececec;
padding: 12px; padding: 12px;
} position: fixed;
bottom: 0;
right: 0;
width: 100%;
background: white;
}
.cat-delete-modes { .cat-delete-modes {
display: flex; display: flex;
@@ -2723,15 +2728,13 @@ h2:lang(en) { text-transform:capitalize; }
.AddPluginSuccess span, .AddPluginSuccess span,
.RestorePluginSuccess span, .RestorePluginSuccess span,
.DeactivatePluginSuccess span, .DeactivatePluginSuccess span {
.info-message {
color: #0a0; color: #0a0;
} }
.AddPluginSuccess label, .AddPluginSuccess label,
.DeactivatePluginSuccess label, .DeactivatePluginSuccess label,
.RestorePluginSuccess label, .RestorePluginSuccess label {
.info-message {
background-color: #c2f5c2; background-color: #c2f5c2;
color: #0a0; color: #0a0;
} }
@@ -3755,6 +3758,7 @@ a#showPermissions:hover {text-decoration: none;}
.tag-pagination .selected { .tag-pagination .selected {
background: #ffa646; background: #ffa646;
color: black;
} }
.tag-container .tag-box .tag-rename span { .tag-container .tag-box .tag-rename span {
@@ -4705,14 +4709,14 @@ input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;}
} }
#addGroupNameInput { #addGroupNameInput {
color: #353535 !important; color: #353535;
background-color: #F3F3F3 !important; background-color: #F3F3F3 !important;
border: none !important; border: none !important;
margin-top: 15px; margin-top: 15px;
} }
#addGroupNameInput::placeholder { #addGroupNameInput::placeholder {
color: #353535 !important; color: #353535;
} }
.groupIcon { .groupIcon {
@@ -191,4 +191,14 @@ or (generated by selectize.js)
.advanced-filter-item-container .selectize-control .selectize-input .item { .advanced-filter-item-container .selectize-control .selectize-input .item {
padding-right: 0 !important; padding-right: 0 !important;
}
.info-message {
background-color: #0a0;
color: #c2f5c2;
}
.info-warning {
background-color: #ee8800;
color:#ffdd99;
} }
+4 -9
View File
@@ -538,13 +538,13 @@ label>p.group_select {
} }
#addGroupNameInput { #addGroupNameInput {
color: #353535 !important; color: #999;
background-color: #252525 !important; background-color: #252525 !important;
border: none !important; border: none !important;
} }
#addGroupNameInput::placeholder { #addGroupNameInput::placeholder {
color: #777 !important; color: #777;
} }
.groups .AddUser .icon-user-add::before{ .groups .AddUser .icon-user-add::before{
@@ -956,6 +956,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.cat-modify-footer { .cat-modify-footer {
border-color: rgba(0, 0, 0, 0.2); border-color: rgba(0, 0, 0, 0.2);
background: #444444;
} }
.cat-modify-actions a:hover .cat-modify-actions a:hover
@@ -1202,11 +1203,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
color: white; color: white;
} }
.info-message {
color: #c2f5c2 ;
background-color:#0a0;
}
.info-error { .info-error {
color: #ffd5dc; color: #ffd5dc;
background-color:#f22; background-color:#f22;
@@ -1393,8 +1389,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.AddPluginSuccess span, .AddPluginSuccess span,
.RestorePluginSuccess span, .RestorePluginSuccess span,
.DeactivatePluginSuccess span, .DeactivatePluginSuccess span {
.info-message {
color: #c2f5c2; color: #c2f5c2;
} }