forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1144615 - 1 - Minor css fixes in animation panel; r=bgrins
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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ body { | |
} | ||
|
||
#toggle-all { | ||
border-width: 0px 1px; | ||
border-width: 0 0 0 1px; | ||
min-height: 20px; | ||
} | ||
|
||
|