diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 46aa6ba55..8b165194d 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -855,4 +855,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; padding: 2px 7px; } -#wImg {background-color: #e5e5e5;} \ No newline at end of file +#wImg {background-color: #e5e5e5;} + +.cat-move-order-popin input[name=recursiveAutoOrder] { + background-color: #d9d9d9; +} + +.cat-move-order-popin input[name=recursiveAutoOrder]:hover { + background-color: #ffc17e; +} \ No newline at end of file diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 6879d6dfb..9c7ac5faa 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -991,7 +991,7 @@ background: #ffa646; } .pagination-per-page { - background-color: #f9f9f9; + background-color: #FAFAFA; border-radius: 10px; display: flex; font-size: 12px; @@ -4903,14 +4903,6 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;} margin: 10px 0px; } -.cat-move-order-popin input[name=recursiveAutoOrder] { - background-color: #d9d9d9; -} - -.cat-move-order-popin input[name=recursiveAutoOrder]:hover { - background-color: #ffc17e; -} - .cat-move-order-popin .close-popin { position: absolute; right: -40px; diff --git a/admin/themes/roma/css/components/general.css b/admin/themes/roma/css/components/general.css index 9986dd5b1..59bbcbfc7 100644 --- a/admin/themes/roma/css/components/general.css +++ b/admin/themes/roma/css/components/general.css @@ -194,11 +194,11 @@ or (generated by selectize.js) } .info-message { - background-color: #50a48f; - color: #a9f6e3; + background-color: #4EA590; + color: #AAF6E4; } .info-warning { - background-color: #ee8800; - color:#ffdd99; + background-color: #D68042; + color: #FFDCC2; } \ No newline at end of file diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index d1c6a21ae..b1ab39878 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -221,7 +221,7 @@ INPUT[type="text"].large { width: 317px; } .buttonLike, input[type="button"], input[type="submit"], input[type="reset"] { color: #3c3c3c; - background-color: #ffa744; + background-color: #FFA646; } .buttonLike:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { @@ -1302,6 +1302,15 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; color: white; } +.cat-move-order-popin input[name=recursiveAutoOrder] { + background-color: #2E2E2E; + color: #777777; +} + +.cat-move-order-popin input[name=recursiveAutoOrder]:hover { + background-color: #1B1B1B; +} + /* Album search */ .search-album-ghost div { background-image: linear-gradient(#333, #444); @@ -1507,7 +1516,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; } .cat-move-order-popin .close-popin{ - color:#ccc; + color:#555; } .move-cat-container .move-cat-toogler{