From be056399b6cd315e4a9d8964fa1309a5343673db Mon Sep 17 00:00:00 2001 From: MatthieuLP Date: Mon, 23 Jan 2023 12:36:30 +0100 Subject: [PATCH] related to #1851 Album manager dark mode update for line hover and popin inputs --- admin/themes/clear/theme.css | 8 +++++++- admin/themes/default/theme.css | 5 ----- admin/themes/roma/theme.css | 26 ++++++++------------------ 3 files changed, 15 insertions(+), 24 deletions(-) diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 970b60cc5..524cc7778 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -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; -} \ No newline at end of file +} + +.move-cat-container:hover .badge-container i, +.move-cat-container:hover .node-icon{ + color: #ffd7ad; + background-color: #f98100; +} diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index b1be539b7..2db62e8d3 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -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 { diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 5a61eefd9..303ed4295 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -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 {