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
+7 -1
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;
}