Skip to content

Commit

Permalink
Bug 1144615 - 1 - Minor css fixes in animation panel; r=bgrins
Browse files Browse the repository at this point in the history
The toolbar class was making the whole background of the animation panel
be grey, unlike the other inspector side-bar panels.
Also removed the unnecessary right-border on the global play/pause button.
  • Loading branch information
Patrick Brosset committed Mar 26, 2015
1 parent ef6f408 commit 979616b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<span class="label">&allAnimations;</span>
<button id="toggle-all" standalone="true" class="devtools-button"></button>
</div>
<div id="players" class="theme-toolbar"></div>
<div id="players"></div>
<div id="error-message">
<p>&invalidElement;</p>
<p>&selectElement;</p>
Expand Down
2 changes: 1 addition & 1 deletion browser/themes/shared/devtools/animationinspector.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
}

#toggle-all {
border-width: 0px 1px;
border-width: 0 0 0 1px;
min-height: 20px;
}

Expand Down

0 comments on commit 979616b

Please sign in to comment.