mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-16 20:38:29 +01:00
[BUGFIX] fix admin moving buttons on focus on dark-courgette
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
This commit is contained in:
parent
6412ba6fe0
commit
d1eacb5148
@ -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
|
||||
|
@ -134,7 +134,7 @@ input[type="submit"]:focus {
|
||||
position: relative;
|
||||
background: #FFF;
|
||||
border-bottom: 5px solid #555;
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.inner {
|
||||
|
Loading…
x
Reference in New Issue
Block a user