Skip to content
This repository has been 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 accb4b5
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,19 @@
.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 +603,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 +679,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 accb4b5

Please sign in to comment.