related to #1851 Album manager dark mode update for line hover and popin inputs

This commit is contained in:
MatthieuLP
2023-01-23 12:36:30 +01:00
parent f4de473db8
commit be056399b6
3 changed files with 15 additions and 24 deletions

View File

@@ -830,4 +830,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
background: #ffa646;
box-shadow: 0 2px #af7200;
color: white !important;
}
}
.move-cat-container:hover .badge-container i,
.move-cat-container:hover .node-icon{
color: #ffd7ad;
background-color: #f98100;
}

View File

@@ -4196,11 +4196,6 @@ a#showPermissions:hover {text-decoration: none;}
.move-cat-container:hover {
background-color: #ffd7ad;
}
.move-cat-container:hover .badge-container i,
.move-cat-container:hover .node-icon{
color: #ffd7ad;
background-color: #f98100;
}
/* Pending Comments */
#pendingComments {

View File

@@ -393,16 +393,15 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co
color: #777;
}
.move-cat-container:hover {
background-color: #f9852c;
background-color: #232323;
}
.move-cat-container:hover .badge-container i,
.move-cat-container:hover .node-icon{
color: #faa96b;
background-color: #ae5d1e;
border-color: #ae5d1e;
background-color: transparent;
}
.move-cat-container:hover .move-cat-action a {
color: #333333;
.move-cat-action a:hover {
color: #777;
background: #111;
}
.disabledToggle .move-cat-toogler{
@@ -410,22 +409,11 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co
opacity: 0.5;
pointer-events: none;
}
.move-cat-container:hover .move-cat-toogler span{
color: #ae5d1e !important;
}
.move-cat-container:hover .icon-grip-vertical-solid{
color: #333 !important;
}
.move-cat-container.disabledToggle:hover .move-cat-toogler{
color: #333 !important;
opacity: 0.5;
pointer-events: none;
}
.move-cat-container:hover .move-cat-title-container {
color: #333333;
}
.AddUserPopInContainer,
.AddAlbumPopInContainer,
.DeleteAlbumPopInContainer,
@@ -441,9 +429,11 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co
.AddUserPopInContainer .AddUserInput,
.AddAlbumPopInContainer .user-property-input,
.DeleteAlbumPopInContainer .DeleteAlbumInput,
.RenameAlbumPopInContainer .RenameAlbumInput {
.RenameAlbumPopInContainer .RenameAlbumInput,
.RenameAlbumLabelUsername input {
background-color:#252525;
border: solid 2px #252525;
outline: none;
}
.AddAlbumCancel, .RenameAlbumCancel {