Fix #1110 Language toggle button in admin top bar visible also in fullscreen mode

This commit is contained in:
Flavio Copes
2017-05-09 15:46:31 +02:00
parent 424e8400f9
commit 779c480a76
6 changed files with 6 additions and 5 deletions

View File

@@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1434,7 +1434,7 @@ form {
#admin-topbar {
#admin-lang-toggle {
z-index: 2;
z-index: 3;
button {
@include button-color($update-bg);
}

View File

@@ -250,7 +250,7 @@
}
#admin-lang-toggle {
z-index:10;
z-index: 3;
float: left;
margin-right: 5px;