Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
fixed backButton and forwardButton
Browse files Browse the repository at this point in the history
  • Loading branch information
Suguru Hirahara committed Nov 30, 2016
1 parent 8e5c3a1 commit 3990a63
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,21 @@
.backButton,
.forwardButton {
width: 100%;
height: 100%;
margin: 0;
}

.backButton {
background: url('../img/toolbar/back_btn.svg') center no-repeat;
background-size: 14px 14px;
}

.forwardButton {
background: url('../img/toolbar/forward_btn.svg') center no-repeat;
background-size: 14px 14px;
}


}

// Navigation bar at the center
Expand Down Expand Up @@ -592,23 +605,6 @@
}
}

.backButton,
.forwardButton {
height: 24px;
width: 30px;
margin: 0;
}

.backButton {
background: url('../img/toolbar/back_btn.svg') center no-repeat;
background-size: 14px 14px;
}

.forwardButton {
background: url('../img/toolbar/forward_btn.svg') center no-repeat;
background-size: 14px 14px;
}

.noScriptButtonContainer {
display: flex;
margin-left: 6px;
Expand Down Expand Up @@ -685,7 +681,7 @@
z-index: @zindexNavigationBar;
transition: margin @transitionDuration ease-in-out;

span {
button {
-webkit-user-select: none;
color: @buttonColor;
cursor: default;
Expand Down

0 comments on commit 3990a63

Please sign in to comment.