Bug 800219 - Do not appear to expand downloads toolbar button when clicking it. r=mak ui-r=shorlander

This commit is contained in:
Frank Yan 2012-10-11 14:27:33 -07:00
parent 8589181d90
commit 8f7f6b8348

View File

@ -162,6 +162,7 @@ richlistitem[type="download"][state="1"]:hover {
/*** Status and progress indicator ***/
#downloads-button,
#downloads-indicator {
width: 35px;
}
@ -251,7 +252,7 @@ richlistitem[type="download"][state="1"]:hover {
#downloads-indicator-counter {
height: 10px;
margin: 0;
margin: -3px 0 0;
color: hsl(0,0%,30%);
text-shadow: 0 1px 0 hsla(0,0%,100%,.5);
font-size: 10px;
@ -261,7 +262,7 @@ richlistitem[type="download"][state="1"]:hover {
#downloads-indicator-progress {
width: 16px;
height: 6px;
height: 4px;
min-width: 0;
min-height: 0;
margin-top: 1px;