Skip to content

Commit

Permalink
Fix #1110 Language toggle button in admin top bar visible also in ful…
Browse files Browse the repository at this point in the history
…lscreen mode
  • Loading branch information
flaviocopes committed May 9, 2017
1 parent 424e840 commit 779c480
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themes/grav/css-compiled/preset.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/grav/css-compiled/template.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/grav/css-compiled/template.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/grav/scss/preset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ form {

#admin-topbar {
#admin-lang-toggle {
z-index: 2;
z-index: 3;
button {
@include button-color($update-bg);
}
Expand Down
2 changes: 1 addition & 1 deletion themes/grav/scss/template/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
}

#admin-lang-toggle {
z-index:10;
z-index: 3;
float: left;
margin-right: 5px;

Expand Down

0 comments on commit 779c480

Please sign in to comment.