Unprefix uses of -moz-box-shadow and -moz-border-radius that have crept back in to the tree, prior to removing support for the prefixed forms. (Bug 693510) r=Mossop

This commit is contained in:
L. David Baron 2012-02-22 14:14:51 -08:00
parent 11b2338e5c
commit a36ec05ea2
27 changed files with 85 additions and 97 deletions

View File

@ -107,6 +107,6 @@ xul|thumb {
-moz-border-right-colors: none !important;
-moz-border-left-colors: none !important;
border: 1px solid rgba(255, 255, 255, 0.4) !important;
-moz-border-radius: 3px;
border-radius: 3px;
}

View File

@ -181,7 +181,7 @@ image.study-result {
color: white;
font-weight: bold;
padding: 2px;
-moz-border-radius: 100%;
border-radius: 100%;
margin-right: 25px;
margin-bottom: 13px;
}

View File

@ -102,9 +102,8 @@ src: url('chrome://testpilot/skin/fonts/DroidSans-Bold.ttf') format('truetype');
font-size: 16px;
padding: 8px 12px;
color: rgba(0, 0, 0, 0.8);
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-box-shadow:
border-radius: 0.5em;
box-shadow:
inset rgba(0, 0, 0, 0.2) 0 1px 1px,
inset rgba(255, 255, 255, 1) 0 3px 1px,
inset rgba(255, 255, 255, 0.3) 0 16px 0px,
@ -122,9 +121,8 @@ src: url('chrome://testpilot/skin/fonts/DroidSans-Bold.ttf') format('truetype');
padding: 8px 12px;
width: 240px;
color: rgba(0, 0, 0, 0.8);
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-box-shadow:
border-radius: 0.5em;
box-shadow:
inset rgba(0, 0, 0, 0.2) 0 1px 1px,
inset rgba(255, 255, 255, 1) 0 3px 1px,
inset rgba(255, 255, 255, 0.3) 0 16px 0px,
@ -143,10 +141,9 @@ src: url('chrome://testpilot/skin/fonts/DroidSans-Bold.ttf') format('truetype');
padding: 8px 24px;
margin: 24px auto;
color: rgba(0, 0, 0, 0.8);
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
background: rgba(220, 240, 247, 0.8) url('chrome://testpilot/skin/callout.png') no-repeat top center;
-moz-box-shadow:
box-shadow:
inset rgba(185, 221, 234, 0.2) 0 -10px 12px,
inset rgba(185, 221, 234, 1) 0 0px 1px,
inset rgba(255, 255, 255, 0.2) 0 10px 12px;
@ -161,10 +158,9 @@ src: url('chrome://testpilot/skin/fonts/DroidSans-Bold.ttf') format('truetype');
padding: 8px 24px;
margin: 8px auto;
color: rgba(0, 0, 0, 0.8);
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
background: rgba(220, 240, 247, 0.8) url('chrome://testpilot/skin/callout.png') no-repeat top center;
-moz-box-shadow:
box-shadow:
inset rgba(185, 221, 234, 0.2) 0 -10px 12px,
inset rgba(185, 221, 234, 1) 0 0px 1px,
inset rgba(255, 255, 255, 0.2) 0 10px 12px;
@ -197,8 +193,7 @@ src: url('chrome://testpilot/skin/fonts/DroidSans-Bold.ttf') format('truetype');
padding: 4px 40px;
width: 800px;
text-align: left;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
border-top: 1px solid #adb6ba;
border-left: 1px solid #adb6ba;
border-right: 1px solid #adb6ba;
@ -223,7 +218,7 @@ src: url('chrome://testpilot/skin/fonts/DroidSans-Bold.ttf') format('truetype');
font-size: 14px;
text-shadow: 1px 1px 1px rgba(173, 182, 186, 1);
background-color: rgba(173, 182, 186, 0.3);
-moz-box-shadow:
box-shadow:
inset rgba(0, 0, 0, 0.2) 0 -10px 12px;
padding: 9px 8px 8px 8px;
}
@ -255,4 +250,4 @@ src: url('chrome://testpilot/skin/fonts/DroidSans-Bold.ttf') format('truetype');
p.embiggened {
font-size: 14px;
}
}

View File

@ -53,7 +53,6 @@ body {
font-size: 16px;
padding: 6px 20px 20px 20px;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
background: rgba(220, 240, 247, 0.8) url('chrome://testpilot/skin/images/callout.png') no-repeat top center;
/* display: inline; */
}
@ -114,7 +113,6 @@ body {
padding: 8px 12px;
color: rgba(0, 0, 0, 0.8);
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
box-shadow:
inset rgba(0, 0, 0, 0.2) 0 1px 1px,
inset rgba(255, 255, 255, 1) 0 3px 1px,
@ -133,7 +131,6 @@ body {
width: 240px;
color: rgba(0, 0, 0, 0.8);
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
box-shadow:
inset rgba(0, 0, 0, 0.2) 0 1px 1px,
inset rgba(255, 255, 255, 1) 0 3px 1px,
@ -152,7 +149,6 @@ body {
margin: 24px auto;
color: rgba(0, 0, 0, 0.8);
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
background: rgba(220, 240, 247, 0.8) url('chrome://testpilot/skin/images/callout.png') no-repeat top center;
box-shadow:
inset rgba(185, 221, 234, 0.2) 0 -10px 8.5px,
@ -174,7 +170,6 @@ body {
margin: 8px auto;
color: rgba(0, 0, 0, 0.8);
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
background: rgba(220, 240, 247, 0.8) url('chrome://testpilot/skin/images/callout.png') no-repeat top center;
box-shadow:
inset rgba(185, 221, 234, 0.2) 0 -10px 8.5px,
@ -191,7 +186,6 @@ body {
margin: 8px auto;
color: rgba(0, 0, 0, 0.8);
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
background: rgba(220, 240, 247, 0.8) url('chrome://testpilot/skin/images/callout_continue.png') no-repeat top center;
box-shadow:
inset rgba(185, 221, 234, 0.2) 0 -10px 8.5px,
@ -238,7 +232,6 @@ body {
width: 800px;
text-align: left;
border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-top: 1px solid #adb6ba;
border-left: 1px solid #adb6ba;
border-right: 1px solid #adb6ba;

View File

@ -282,5 +282,5 @@
.styleinspector-propertyeditor {
border: 1px solid #CCC;
padding: 0;
-moz-box-shadow: 2px 2px 2px #CCC;
box-shadow: 2px 2px 2px #CCC;
}

View File

@ -284,5 +284,5 @@
.styleinspector-propertyeditor {
border: 1px solid #CCC;
padding: 0;
-moz-box-shadow: 2px 2px 2px #CCC;
box-shadow: 2px 2px 2px #CCC;
}

View File

@ -282,5 +282,5 @@
.styleinspector-propertyeditor {
border: 1px solid #CCC;
padding: 0;
-moz-box-shadow: 2px 2px 2px #CCC;
box-shadow: 2px 2px 2px #CCC;
}

View File

@ -12,7 +12,7 @@ height:100px;
border:none;
background:#00ff00;
-moz-appearance: none;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
div {
position:absolute;

View File

@ -12,7 +12,7 @@ border:none;
text-align: left;
font: 12px serif;
-moz-appearance: none;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
button span {
display:block;

View File

@ -1,6 +1,6 @@
<html>
<body>
<div style="background: blue; height: 100px; border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0;">
<div style="background: blue; height: 100px; border-radius: 0 0 0 0; border-radius: 0 0 0 0;">
<div style="background: purple; height: 50px;"></div>
</div>
</body>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Bugs with -moz-transform: rotate() and -moz-box-shadow</title>
<title>Bugs with -moz-transform: rotate() and box-shadow</title>
<style>
body {
@ -17,7 +17,7 @@
margin: 0;
height:16px;
width: 300px;
-moz-box-shadow: 0 0 .7em black;
box-shadow: 0 0 .7em black;
border: 1px black solid;
}
.vlabel {
@ -27,7 +27,7 @@
margin: 0;
width: 16px;
height: 300px;
-moz-box-shadow: 0 0 .7em black;
box-shadow: 0 0 .7em black;
border: 1px black solid;
}
</style>
@ -36,10 +36,10 @@
<body>
<p class="label"></p>
<p class="label" style="top: 400px; -moz-box-shadow:none; outline: 3px dashed blue;"></p>
<p class="vlabel" style="-moz-box-shadow:none; outline: 3px dashed blue;"></p>
<p class="label" style="top: 400px; box-shadow:none; outline: 3px dashed blue;"></p>
<p class="vlabel" style="box-shadow:none; outline: 3px dashed blue;"></p>
<p class="vlabel" style="left:102px; "></p>
<p class="vlabel" style="top:454px; -moz-box-shadow:none; outline: 3px dashed blue; "></p>
<p class="vlabel" style="top:454px; box-shadow:none; outline: 3px dashed blue; "></p>
<p class="vlabel" style="top:454px; left:102px;"></p>
<!-- cover a few shadow corners which are a bit different -->

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Bugs with -moz-transform: rotate() and -moz-box-shadow</title>
<title>Bugs with -moz-transform: rotate() and box-shadow</title>
<style>
body {
@ -18,7 +18,7 @@
height: 16px;
width: 300px;
-moz-transform: translate(96px);
-moz-box-shadow: 0 0 .7em black;
box-shadow: 0 0 .7em black;
border: 1px black solid;
}
.vlabel {
@ -28,7 +28,7 @@
margin: 0;
width: 16px;
height: 300px;
-moz-box-shadow: 0 0 .7em black;
box-shadow: 0 0 .7em black;
border: 1px black solid;
}
</style>
@ -37,10 +37,10 @@
<body>
<p class="label"></p>
<p class="label" style="top: 400px; -moz-box-shadow:none; outline: 3px dashed blue;"></p>
<p class="label" style="left:-100px; top: 200px; -moz-box-shadow:none; outline: 3px dashed blue; -moz-transform: rotate(90deg);"></p>
<p class="label" style="top: 400px; box-shadow:none; outline: 3px dashed blue;"></p>
<p class="label" style="left:-100px; top: 200px; box-shadow:none; outline: 3px dashed blue; -moz-transform: rotate(90deg);"></p>
<p class="label" style="left:-40px; top: 200px; -moz-transform: rotate(90deg);"></p>
<p class="label" style="left:-100px; top: 200px; -moz-box-shadow:none; outline: 3px dashed blue; -moz-transform: translate(0,396px) rotate(90deg);"></p>
<p class="label" style="left:-100px; top: 200px; box-shadow:none; outline: 3px dashed blue; -moz-transform: translate(0,396px) rotate(90deg);"></p>
<p class="label" style="left:-40px; top: 200px; -moz-transform: translate(0,396px) rotate(90deg);"></p>
<!-- cover a few shadow corners which are a bit different -->

View File

@ -12,7 +12,7 @@ body {
max-width: 50em;
margin: 1em auto;
border: 1px solid gray;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 3em;
-moz-padding-start: 30px;
background: white;

View File

@ -46,7 +46,7 @@
-moz-border-bottom-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-left-colors: none !important;
-moz-border-radius: @border_radius_tiny@;
border-radius: @border_radius_tiny@;
border: @border_width_tiny@ solid rgba(255, 255, 255, 0.4) !important;
}

View File

@ -129,7 +129,7 @@ xul|scrollbar xul|thumb {
-moz-border-right-colors: none !important;
-moz-border-left-colors: none !important;
border: 1px solid rgba(255, 255, 255, 0.4) !important;
-moz-border-radius: 3px;
border-radius: 3px;
}
select:not([size]):not([multiple]) > xul|scrollbar,
@ -148,7 +148,7 @@ button,
xul|button,
* > input:not([type="image"]) {
-moz-appearance: none !important; /* See bug 598421 for fixing the platform */
-moz-border-radius: 3px;
border-radius: 3px;
}
select[size],
@ -235,7 +235,7 @@ select > button {
border-width: 0px !important;
margin: 0px !important;
padding: 0px !important;
-moz-border-radius: 0;
border-radius: 0;
color: #414141;
background-size: auto auto, 100% 90%;

View File

@ -46,7 +46,7 @@
-moz-border-bottom-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-left-colors: none !important;
-moz-border-radius: @border_radius_tiny@;
border-radius: @border_radius_tiny@;
border: @border_width_tiny@ solid rgba(255, 255, 255, 0.4) !important;
}

View File

@ -134,7 +134,7 @@ xul|scrollbar xul|thumb {
-moz-border-right-colors: none !important;
-moz-border-left-colors: none !important;
border: 1px solid rgba(255, 255, 255, 0.4) !important;
-moz-border-radius: 3px;
border-radius: 3px;
}
select:not([size]):not([multiple]) > xul|scrollbar,
@ -153,7 +153,7 @@ button,
xul|button,
* > input:not([type="image"]) {
-moz-appearance: none !important; /* See bug 598421 for fixing the platform */
-moz-border-radius: 3px;
border-radius: 3px;
}
select[size],
@ -235,7 +235,7 @@ select > button {
border-width: 0px !important;
margin: 0px !important;
padding: 0px !important;
-moz-border-radius: 0;
border-radius: 0;
color: #414141;
background-size: auto auto, 100% 90%;

View File

@ -47,7 +47,7 @@
-moz-border-bottom-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-left-colors: none !important;
-moz-border-radius: @border_radius_tiny@;
border-radius: @border_radius_tiny@;
border: @border_width_tiny@ solid rgba(255, 255, 255, 0.4) !important;
}

View File

@ -12,7 +12,7 @@ body {
max-width: 50em;
margin: 1em auto;
border: 1px solid gray;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 3em;
-moz-padding-start: 30px;
background: white;

View File

@ -76,7 +76,7 @@ toolbarbutton.urlbar-button {
#tool-app-switch:hover:active {
background-color: #8db8d8 !important;
-moz-border-radius-bottomright: @border_radius_small@;
border-bottom-right-radius: @border_radius_small@;
}
#toolbar-main[fullscreen="true"] #tool-app-switch:not(:-moz-system-metric(maemo-classic)) {
@ -100,11 +100,11 @@ toolbarbutton.urlbar-button {
}
#tool-app-close:hover:active:-moz-locale-dir(ltr) {
-moz-border-radius-bottomleft: @border_radius_small@;
border-bottom-left-radius: @border_radius_small@;
}
#tool-app-close:hover:active:-moz-locale-dir(rtl) {
-moz-border-radius-bottomright: @border_radius_small@;
border-bottom-right-radius: @border_radius_small@;
}
%if MOZ_PLATFORM_MAEMO != 6
@ -159,13 +159,13 @@ toolbarbutton.urlbar-button {
}
#identity-box:-moz-locale-dir(ltr) {
-moz-border-radius-topleft: @border_radius_normal@;
-moz-border-radius-bottomleft: @border_radius_normal@;
border-top-left-radius: @border_radius_normal@;
border-bottom-left-radius: @border_radius_normal@;
}
#identity-box:-moz-locale-dir(rtl) {
-moz-border-radius-topright: @border_radius_normal@;
-moz-border-radius-bottomright: @border_radius_normal@;
border-top-right-radius: @border_radius_normal@;
border-bottom-right-radius: @border_radius_normal@;
}
#identity-box[open="true"],
@ -239,13 +239,13 @@ toolbarbutton.urlbar-button {
}
#urlbar-edit:-moz-locale-dir(ltr) {
-moz-border-radius-topleft: @border_radius_normal@;
-moz-border-radius-bottomleft: @border_radius_normal@;
border-top-left-radius: @border_radius_normal@;
border-bottom-left-radius: @border_radius_normal@;
}
#urlbar-edit:-moz-locale-dir(rtl) {
-moz-border-radius-topright: @border_radius_normal@;
-moz-border-radius-bottomright: @border_radius_normal@;
border-top-right-radius: @border_radius_normal@;
border-bottom-right-radius: @border_radius_normal@;
}
#urlbar-edit > hbox > .textbox-input-box {
@ -267,13 +267,13 @@ toolbarbutton.urlbar-button {
}
#urlbar-icons:-moz-locale-dir(ltr) {
-moz-border-radius-topright: @border_radius_normal@;
-moz-border-radius-bottomright: @border_radius_normal@;
border-top-right-radius: @border_radius_normal@;
border-bottom-right-radius: @border_radius_normal@;
}
#urlbar-icons:-moz-locale-dir(rtl) {
-moz-border-radius-topleft: @border_radius_normal@;
-moz-border-radius-bottomleft: @border_radius_normal@;
border-top-left-radius: @border_radius_normal@;
border-bottom-left-radius: @border_radius_normal@;
}
#urlbar-icons[disabled="true"] {
@ -394,7 +394,7 @@ toolbarbutton.urlbar-button {
}
.panel-close:hover:active:-moz-locale-dir(ltr) {
-moz-border-radius-bottomleft: @border_radius_small@;
border-bottom-left-radius: @border_radius_small@;
}
.panel-close:-moz-locale-dir(rtl) {
@ -402,7 +402,7 @@ toolbarbutton.urlbar-button {
}
.panel-close:hover:active:-moz-locale-dir(rtl) {
-moz-border-radius-bottomright: @border_radius_small@;
border-bottom-right-radius: @border_radius_small@;
}
%endif
@ -839,7 +839,7 @@ placeitem[src=""] .bookmark-item-container > image {
-moz-transition: opacity 1s ease;
background-color: #c90707;
border: @border_width_tiny@ solid #951919;
-moz-border-radius: @border_radius_tiny@;
border-radius: @border_radius_tiny@;
content: attr(badge);
font-size: @font_xtiny@ !important;
font-weight: bolder;
@ -1549,7 +1549,7 @@ setting {
-moz-border-bottom-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-left-colors: none !important;
-moz-border-radius: @border_radius_tiny@;
border-radius: @border_radius_tiny@;
border: @border_width_tiny@ solid rgba(255, 255, 255, 0.4) !important;
}
@ -1618,7 +1618,7 @@ setting {
@media (min-width: @tablet_panel_minwidth@) {
#awesome-panels {
-moz-box-shadow: 0px 0px @shadow_width_small@ black;
box-shadow: 0px 0px @shadow_width_small@ black;
}
#search-engines-popup {
max-width: -moz-calc(@tablet_panel_minwidth@);

View File

@ -129,7 +129,7 @@ xul|scrollbar xul|thumb {
-moz-border-right-colors: none !important;
-moz-border-left-colors: none !important;
border: 1px solid rgba(255, 255, 255, 0.4) !important;
-moz-border-radius: 3px;
border-radius: 3px;
}
select:not([size]):not([multiple]) > xul|scrollbar,
@ -148,7 +148,7 @@ button,
xul|button,
* > input:not([type="image"]) {
-moz-appearance: none !important; /* See bug 598421 for fixing the platform */
-moz-border-radius: 3px;
border-radius: 3px;
}
select[size],
@ -235,7 +235,7 @@ select > button {
border-width: 0px !important;
margin: 0px !important;
padding: 0px !important;
-moz-border-radius: 0;
border-radius: 0;
color: #414141;
background-size: 100% 90%;

View File

@ -76,7 +76,7 @@ toolbarbutton.urlbar-button {
#tool-app-switch:hover:active {
background-color: @color_background_highlight@ !important;
-moz-border-radius-bottomright: @border_radius_small@;
border-bottom-right-radius: @border_radius_small@;
}
#toolbar-main[fullscreen="true"] #tool-app-switch:not(:-moz-system-metric(maemo-classic)) {
@ -100,11 +100,11 @@ toolbarbutton.urlbar-button {
}
#tool-app-close:hover:active:-moz-locale-dir(ltr) {
-moz-border-radius-bottomleft: @border_radius_small@;
border-bottom-left-radius: @border_radius_small@;
}
#tool-app-close:hover:active:-moz-locale-dir(rtl) {
-moz-border-radius-bottomright: @border_radius_small@;
border-bottom-right-radius: @border_radius_small@;
}
%if MOZ_PLATFORM_MAEMO != 6
@ -364,7 +364,7 @@ toolbarbutton.urlbar-button {
}
.panel-close:hover:active:-moz-locale-dir(ltr) {
-moz-border-radius-bottomleft: @border_radius_small@;
border-bottom-left-radius: @border_radius_small@;
}
.panel-close:-moz-locale-dir(rtl) {
@ -372,7 +372,7 @@ toolbarbutton.urlbar-button {
}
.panel-close:hover:active:-moz-locale-dir(rtl) {
-moz-border-radius-bottomright: @border_radius_small@;
border-bottom-right-radius: @border_radius_small@;
}
%endif
@ -806,7 +806,7 @@ placeitem[src=""] .bookmark-item-container > image {
-moz-transition: opacity 1s ease;
background-color: #c90707;
border: @border_width_tiny@ solid #951919;
-moz-border-radius: @border_radius_tiny@;
border-radius: @border_radius_tiny@;
content: attr(badge);
font-size: @font_xtiny@ !important;
font-weight: bolder;

View File

@ -134,7 +134,7 @@ xul|scrollbar xul|thumb {
-moz-border-right-colors: none !important;
-moz-border-left-colors: none !important;
border: 1px solid rgba(255, 255, 255, 0.4) !important;
-moz-border-radius: 3px;
border-radius: 3px;
}
select:not([size]):not([multiple]) > xul|scrollbar,
@ -153,7 +153,7 @@ button,
xul|button,
* > input:not([type="image"]) {
-moz-appearance: none !important; /* See bug 598421 for fixing the platform */
-moz-border-radius: 3px;
border-radius: 3px;
}
select[size],
@ -235,7 +235,7 @@ select > button {
border-width: 0px !important;
margin: 0px !important;
padding: 0px !important;
-moz-border-radius: 0;
border-radius: 0;
color: #414141;
background-size: 100% 90%;

View File

@ -79,7 +79,7 @@ toolbarbutton.urlbar-button {
#tool-app-switch:hover:active {
background-color: @color_background_highlight@ !important;
-moz-border-radius-bottomright: @border_radius_small@;
border-bottom-right-radius: @border_radius_small@;
}
#toolbar-main[fullscreen="true"] #tool-app-switch:not(:-moz-system-metric(maemo-classic)) {
@ -103,11 +103,11 @@ toolbarbutton.urlbar-button {
}
#tool-app-close:hover:active:-moz-locale-dir(ltr) {
-moz-border-radius-bottomleft: @border_radius_small@;
border-bottom-left-radius: @border_radius_small@;
}
#tool-app-close:hover:active:-moz-locale-dir(rtl) {
-moz-border-radius-bottomright: @border_radius_small@;
border-bottom-right-radius: @border_radius_small@;
}
%if MOZ_PLATFORM_MAEMO != 6
@ -409,7 +409,7 @@ toolbarbutton.urlbar-button {
min-width: -moz-calc(@touch_button_small@ - 2 * @margin_snormal@) !important;
min-height: -moz-calc(@touch_button_small@ - 2 * @margin_snormal@) !important;
border: @border_width_small@ solid @color_url_border@;
-moz-border-radius: 100%;
border-radius: 100%;
}
#tool-back2 image {
@ -461,7 +461,7 @@ toolbarbutton.urlbar-button {
}
.panel-close:hover:active:-moz-locale-dir(ltr) {
-moz-border-radius-bottomleft: @border_radius_small@;
border-bottom-left-radius: @border_radius_small@;
}
.panel-close:-moz-locale-dir(rtl) {
@ -469,7 +469,7 @@ toolbarbutton.urlbar-button {
}
.panel-close:hover:active:-moz-locale-dir(rtl) {
-moz-border-radius-bottomright: @border_radius_small@;
border-bottom-right-radius: @border_radius_small@;
}
%endif
@ -968,7 +968,7 @@ placeitem[src=""] .bookmark-item-container > image {
-moz-transition: opacity 1s ease;
background-color: #c90707;
border: @border_width_tiny@ solid #951919;
-moz-border-radius: @border_radius_tiny@;
border-radius: @border_radius_tiny@;
content: attr(badge);
font-size: @font_xtiny@ !important;
font-weight: bolder;

View File

@ -78,7 +78,7 @@ textbox {
textbox:not([type="number"]) {
min-height: @textbox_height@;
border: @border_width_small@ solid #cacdd5;
-moz-border-radius: @border_radius_normal@;
border-radius: @border_radius_normal@;
-moz-border-top-colors: -moz-initial;
-moz-border-right-colors: -moz-initial;
-moz-border-bottom-colors: -moz-initial;
@ -548,7 +548,7 @@ progressmeter {
-moz-border-right-colors: -moz-initial;
-moz-border-bottom-colors: -moz-initial;
-moz-border-left-colors: -moz-initial;
-moz-border-radius: @border_radius_normal@;
border-radius: @border_radius_normal@;
}
.progress-bar {

View File

@ -211,7 +211,7 @@ arrowbox {
%ifndef honeycomb
@media (min-width: @tablet_panel_minwidth@) {
#awesome-panels {
-moz-box-shadow: 0px 0px @shadow_width_small@ black;
box-shadow: 0px 0px @shadow_width_small@ black;
}
#search-engines-popup {
max-width: -moz-calc(@tablet_panel_minwidth@);

View File

@ -170,7 +170,7 @@ panel[type="arrow"] {
background-clip: padding-box;
margin: 4px;
border: 2px solid;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-border-top-colors: rgba(255,255,255,.6) rgba(0,0,0,.7);
-moz-border-left-colors: rgba(255,255,255,.6) rgba(0,0,0,.7);
-moz-border-bottom-colors: rgba(255,255,255,.6) rgba(0,0,0,.7);