mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-15 01:21:33 +02:00
Fix #1110 Language toggle button in admin top bar visible also in fullscreen mode
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
* Resolved z-index issues with mobile nav and pages form elements
|
||||
* Fixed issue with file picker where the selected file preview would not show
|
||||
* Default to config file slug if translation is missing, otherwise use translation also in the tab title, not just in the page heading [#1039](https://github.com/getgrav/grav-plugin-admin/issues/1039)
|
||||
* Fix language toggle button in admin top bar visible also in fullscreen mode [#1110](https://github.com/getgrav/grav-plugin-admin/issues/1110)
|
||||
|
||||
# v1.4.2
|
||||
## 04/24/2017
|
||||
|
||||
2
themes/grav/css-compiled/preset.css
vendored
2
themes/grav/css-compiled/preset.css
vendored
File diff suppressed because one or more lines are too long
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1434,7 +1434,7 @@ form {
|
||||
|
||||
#admin-topbar {
|
||||
#admin-lang-toggle {
|
||||
z-index: 2;
|
||||
z-index: 3;
|
||||
button {
|
||||
@include button-color($update-bg);
|
||||
}
|
||||
|
||||
@@ -250,7 +250,7 @@
|
||||
}
|
||||
|
||||
#admin-lang-toggle {
|
||||
z-index:10;
|
||||
z-index: 3;
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user