Skip to content

Commit

Permalink
Minor: Remove border from movable close button
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed Aug 25, 2017
1 parent fcad18a commit cc8e3c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skin/css/aios.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ sidebarheader>.close-icon.tabbable {
.tabs-closebutton {
display: none;
}
/* remove border from close icon */
#sidebarclose-button {
border: none;
}
#aios-sbhtoolbox, #aios-sbhtoolbar {
-moz-appearance: none;
min-width: 30px;
Expand Down

0 comments on commit cc8e3c2

Please sign in to comment.