Bug 633723 - Add-ons "Loading ..." notification has anti-aliased corners. r=Unfocused

This commit is contained in:
Dão Gottwald 2011-02-16 08:34:41 +01:00
parent 9dadb8ba9d
commit b1bf3a624f
3 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,7 @@
border-radius: 8px; border-radius: 8px;
color: WindowText; color: WindowText;
background-color: Window; background-color: Window;
background-clip: padding-box;
} }
.alert .alert-title { .alert .alert-title {

View File

@ -160,6 +160,7 @@
border: 1px solid #A8B8D1; border: 1px solid #A8B8D1;
border-radius: 8px; border-radius: 8px;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(236, 241, 247, 0.7)); background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(236, 241, 247, 0.7));
background-clip: padding-box;
box-shadow: 0 -3px 0 rgba(58, 78, 103, 0.05) inset, box-shadow: 0 -3px 0 rgba(58, 78, 103, 0.05) inset,
0 3px 0 rgba(175, 195, 220, 0.3); 0 3px 0 rgba(175, 195, 220, 0.3);
} }

View File

@ -226,6 +226,7 @@
border: 1px solid #A8B8D1; border: 1px solid #A8B8D1;
border-radius: 8px; border-radius: 8px;
background-image: -moz-linear-gradient(top, #FFF, #ECF1F7); background-image: -moz-linear-gradient(top, #FFF, #ECF1F7);
background-clip: padding-box;
box-shadow: 2px 2px 4px #999; box-shadow: 2px 2px 4px #999;
} }