gecko/browser/app/profile/extensions/testpilot@labs.mozilla.com/skin/mac/feedback.css
Zack Weinberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E) e4c76eccb0 Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6
This was generated with the command:

LC_ALL=C grep -irlEZe '[-_]moz[-_]border[-_]radius([-_](top|bottom)(right|left))?' * | xargs -0 perl -pi -e \
    's/-moz-border-radius-(top|bottom)(left|right)/border-${1}-${2}-radius/gi;
     s/_moz_border_radius_(top|bottom)Right/border_${1}_right_radius/g;
     s/_moz_border_radius_(top|bottom)Left/border_${1}_left_radius/g;
     s/-moz-border-radius/border-radius/gi;
     s/_moz_border_radius/border_radius/g;'
2010-09-09 08:21:47 -07:00

35 lines
983 B
CSS

/* Submit Button Style */
#pilot-notification-submit {
-moz-appearance: none;
background: #666
-moz-linear-gradient(rgba(110,110,110,.9), rgba(70,70,70,.9) 49%,
rgba(60,60,60,.9) 51%, rgba(50,50,50,.9));
background-clip: padding-box;
background-origin: padding-box;
border-radius: 12px;
border: 1px solid rgba(0,0,0,.65);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),
inset 0 0 1px rgba(255,255,255,.1),
0 1px 0 rgba(255,255,255,.1);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#pilot-notification-submit:hover:active {
background: -moz-linear-gradient(rgba(40,40,40,.9), rgba(70,70,70,.9));
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.2),
inset 0 1px 7px rgba(0,0,0,.4),
0 1px 0 rgba(255,255,255,.1);
}
/* Text Colors */
.pilot-notification-popup-container {
color: #fff;
}
.notification-link {
color: #fff;
}