]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
[BUGFIX] fix admin moving buttons on focus on dark-courgette
authorJerome Jutteau <jerome@jutteau.fr>
Thu, 7 Jul 2022 13:20:03 +0000 (15:20 +0200)
committerJerome Jutteau <jerome@jutteau.fr>
Thu, 7 Jul 2022 13:20:30 +0000 (15:20 +0200)
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
CHANGELOG.md
media/dark-courgette/style.css.php

index fc459ef1cbbd57d5ad13983990a19a31fbd44296..8b33efd300b5d9c8ad5f548654cb604c7a563a83 100644 (file)
@@ -14,7 +14,7 @@
 
 - Even more new translation, thanks a lot to all contributors!
 - Support for automatic dark theme
 
 - Even more new translation, thanks a lot to all contributors!
 - Support for automatic dark theme
-- Fixed wobling admin buttons
+- Fixed wobling admin buttons (light and dark default themes)
 - Disable file deduplication by default
 - Fix side effects of setting too high values in php configuration for async upload
 - Add support for X-Sendfile
 - Disable file deduplication by default
 - Fix side effects of setting too high values in php configuration for async upload
 - Add support for X-Sendfile
index 4d38d5ba988b01c7968d54839a7b26d3e88737c3..3657b87080f1b95b860d0f964290e5fc2382760a 100644 (file)
@@ -134,7 +134,7 @@ input[type="submit"]:focus {
   position: relative;
   background: #FFF;
   border-bottom: 5px solid #555;
   position: relative;
   background: #FFF;
   border-bottom: 5px solid #555;
-  margin-bottom: 15px;
+  margin-bottom: 10px;
 }
 
 .inner {
 }
 
 .inner {

patrick-canterino.de