[BUGFIX] fix admin moving buttons on focus on dark-courgette

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
This commit is contained in:
Jerome Jutteau 2022-07-07 15:20:03 +02:00
parent 6412ba6fe0
commit d1eacb5148
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
- 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

View File

@ -134,7 +134,7 @@ input[type="submit"]:focus {
position: relative;
background: #FFF;
border-bottom: 5px solid #555;
margin-bottom: 15px;
margin-bottom: 10px;
}
.inner {