* -moz-border-radius
* -moz-box-shadow
This commit is contained in:
Sean McArthur 2012-03-27 11:37:50 -07:00
Родитель c8648edb1d
Коммит a050cd559e
13 изменённых файлов: 100 добавлений и 100 удалений

Просмотреть файл

@ -22,9 +22,9 @@ license: MIT-style license
z-index: 10005;
padding: 5px 0;
opacity: 1;
-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
border-radius-bottomleft: 6px;
border-radius-bottomright: 6px;
overflow-y: auto;
overflow-x: hidden;
}

Просмотреть файл

@ -1,5 +1,5 @@
.roar-bg {
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
opacity: 0.9 !important;
}
@ -50,5 +50,5 @@
}
.roar-bg {
-moz-border-radius: 5px;
}
border-radius: 5px;
}

Просмотреть файл

@ -100,7 +100,7 @@ body {
font-style: bold;
background: #A6AEB5;
color: #F8F8F8;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 1px 3px;
margin: 5px 0 0;
display: inline-block;

Просмотреть файл

@ -76,7 +76,7 @@ body
text-shadow: 0 1px 0 #eee;
color: #222;
cursor: default;
-moz-box-shadow: 0 1px 2px -1px #555 inset;
box-shadow: 0 1px 2px -1px #555 inset;
}
#editor-tabs .tab .tab-close {

Просмотреть файл

@ -38,7 +38,7 @@ div.UI_Editor_Area {
border-top: 1px solid #777;
border-left: 1px solid #777;
border-radius: 3px 0 0 0;
-moz-box-shadow: 1px 1px 2px -2px #000 inset;
box-shadow: 1px 1px 2px -2px #000 inset;
overflow-x: auto;
}

Просмотреть файл

@ -39,7 +39,7 @@ form.UI_Editor_Menu_Descendant {
float: left;
position: relative;
background: -moz-linear-gradient(top, #F4F8FC, #CED4DB);
-moz-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
display: block;
margin: 1px 0 0;
padding: 4px 5px;
@ -52,7 +52,7 @@ form.UI_Editor_Menu_Descendant {
.UI_Editor_Menu_Descendant fieldset {
background: -moz-linear-gradient(270deg, #EBEFF2, #D4D9DF);
-moz-box-shadow: 0 -1px 0 #fff;
box-shadow: 0 -1px 0 #fff;
display: block;
padding: 0px 7px 7px 7px;
margin: 1px 0 0;
@ -63,32 +63,32 @@ form.UI_Editor_Menu_Descendant {
/* Starting element */
.UI_Editor_Menu_Button:first-child a,
.UI_Section_Open a {
-moz-border-radius: 3px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-radius: 3px;
border-radius-topright: 0;
border-radius-bottomright: 0;
}
.UI_Editor_Menu_Button:first-child a span,
.UI_Section_Open a {
-moz-border-radius: 2px;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-radius: 2px;
border-radius-topright: 0;
border-radius-bottomright: 0;
}
/* Ending element */
.UI_Editor_Menu_Button:last-child a,
.UI_Section_Close a {
border-right: 1px solid #888;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 0;
-moz-border-radius-bottomleft: 0;
border-radius: 3px;
border-radius-topleft: 0;
border-radius-bottomleft: 0;
}
.UI_Editor_Menu_Button:last-child a span,
.UI_Section_Close a {
-moz-border-radius: 2px;
-moz-border-radius-topleft: 0;
-moz-border-radius-bottomleft: 0;
border-radius: 2px;
border-radius-topleft: 0;
border-radius-bottomleft: 0;
}
.UI_Editor_Menu_Button a:hover,
@ -100,18 +100,18 @@ form.UI_Editor_Menu_Descendant {
.UI_Editor_Menu_Button a:active,
.UI_Editor_Menu_Button.pressed a {
background: -moz-linear-gradient(270deg, #BEC5CC, #D9DDE0);
-moz-box-shadow: none;
box-shadow: none;
color: #6D7880;
border-top-color:#555;
border-bottom-color:#bbb;
}
.UI_Editor_Menu_Button.UI_Single a {
-moz-border-radius: 3px;
border-radius: 3px;
}
.UI_Editor_Menu_Button.UI_Single a span {
-moz-border-radius: 2px;
border-radius: 2px;
}
/* Lighten the icon when active */
@ -132,7 +132,7 @@ form.UI_Editor_Menu_Descendant {
background: -moz-linear-gradient(270deg, #BEC5CC, #D9DDE0);
color: #6D7880;
cursor: default;
-moz-box-shadow: none;
box-shadow: none;
}
.UI_Editor_Menu_Button.disabled a span,
@ -145,7 +145,7 @@ form.UI_Editor_Menu_Descendant {
background-position: 0 0;
color: #fff;
text-shadow: 0 1px 0 #011E4F;
-moz-box-shadow: 0 -1px 0 #59A1F2;
box-shadow: 0 -1px 0 #59A1F2;
}
.UI_Editor_Menu_Button.Icon_new.Icon_new_extension a span {

Просмотреть файл

@ -58,7 +58,7 @@
top: 50%;
margin-top: -4px;
left: 10px;
-moz-border-radius: 7px;
border-radius: 7px;
}
/* Version indicator (Recent files only) */
@ -67,7 +67,7 @@
font-style: normal;
background: #4E5861;
color: #E4E4E4;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 1px 3px;
margin-left: 2px;
}

Просмотреть файл

@ -78,7 +78,7 @@ authors:
color: #4D5860;
text-shadow: 0 1px 0 #fff;
background: -moz-linear-gradient(270deg, #EBEFF2, #D4D9DF);
-moz-border-radius: 4px;
border-radius: 4px;
padding: 2px 7px;
margin-left: 5px;
cursor: pointer;
@ -108,7 +108,7 @@ authors:
padding: 1px;
float: right;
position: relative;
-moz-border-radius: 6px;
border-radius: 6px;
}
.UI_Forms .UI_Form_Actions li input,
@ -120,6 +120,6 @@ authors:
font-size: .9em;
color: #136B00;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}

Просмотреть файл

@ -29,7 +29,7 @@ body .UI_middleWrapper.page {
background: -moz-linear-gradient(270deg, #FFFFFE, #F3F5F7);
height: 100%;
padding: 1.5em 0;
-moz-box-shadow: 0 1px 0 #D0D5DB;
box-shadow: 0 1px 0 #D0D5DB;
}
@ -46,7 +46,7 @@ body .UI_middleWrapper.page {
padding-top: 1em;
padding-right: 40px;
border-right: solid 1px #D0D5DB;
-moz-box-shadow: 1px 0 0 #fff;
box-shadow: 1px 0 0 #fff;
}
#features-wrapper .UI_Feature_Copy h3 {
@ -98,18 +98,18 @@ body .UI_middleWrapper.page {
.fd_button {
background: -moz-linear-gradient(270deg, #8CC472, #5E9045);
padding: 15px 1px 13px 1px;
-moz-border-radius: 6px;
border-radius: 6px;
display: block;
}
.fd_button:hover {
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.fd_button a {
background: -moz-linear-gradient(270deg, #C5F3AE, #96CE79);
-moz-border-radius: 5px;
-moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
border-radius: 5px;
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
overflow: hidden;
color: #136B00;
font-family: Helvetica, Arial, Tahoma, sans-serif;
@ -125,7 +125,7 @@ body .UI_middleWrapper.page {
padding: 15px 30px 12px 75px;
background: url(../img/UI_Buttons/button-home-addon.png) 0 50% no-repeat;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 17px;
}
@ -140,7 +140,7 @@ body .UI_middleWrapper.page {
.fd_dropdown {
background: -moz-linear-gradient(270deg, #8CC472, #5E9045);
padding: 14px 1px 13px 1px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-right: 3em;
}
@ -156,13 +156,13 @@ body .UI_middleWrapper.page {
.fd_dropdown div.left:hover,
.fd_dropdown div.right:hover {
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.fd_dropdown div.left a {
background: -moz-linear-gradient(270deg, #C5F3AE, #96CE79);
-moz-border-radius: 5px 0px 0px 5px;
-moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
border-radius: 5px 0px 0px 5px;
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
color: #136B00;
padding: 18px 0px 13px 0px;
margin-right: 1px;
@ -172,7 +172,7 @@ body .UI_middleWrapper.page {
padding: 15px 30px 12px 65px;
background: url(../img/UI_Buttons/button-home-addon.png) 0 50% no-repeat;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 17px;
}
@ -180,7 +180,7 @@ body .UI_middleWrapper.page {
.fd_dropdown div.right {
padding: 0px 0px 15px 0px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
-moz-border-radius: 0px 6px 6px 0px;
border-radius: 0px 6px 6px 0px;
font-size: 17px;
}
@ -199,9 +199,9 @@ body .UI_middleWrapper.page {
.fd_dropdown div.right a {
background: -moz-linear-gradient(270deg, #C5F3AE, #96CE79);
-moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
color: #136B00;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
padding: 14px 15px 12px 15px;
}
@ -249,7 +249,7 @@ body .UI_middleWrapper.page {
border-top: 0;
padding: 0 0 4px 0;
width: 190px;
-moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
}
@ -259,7 +259,7 @@ body .UI_middleWrapper.page {
.fd_dropdown div.right ul li ul li a:visited,
.fd_dropdown div.right ul li ul li span {
margin: 0;
-moz-border-radius: 0;
border-radius: 0;
height: auto;
float: none;
display: block;
@ -353,12 +353,12 @@ body .UI_middleWrapper.page {
.UI_Mini_Button {
background: -moz-linear-gradient(270deg, #8CC472, #5E9045);
padding: 2px 1px 1px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-top: 10px;
}
.UI_Mini_Button:hover {
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.UI_Bottom_Info li {
@ -367,8 +367,8 @@ body .UI_middleWrapper.page {
.UI_Mini_Button a {
background: -moz-linear-gradient(270deg, #C5F3AE, #96CE79);
-moz-border-radius: 5px;
-moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
border-radius: 5px;
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
overflow: hidden;
display: block;
}
@ -385,7 +385,7 @@ body .UI_middleWrapper.page {
color: #136B00;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
font-weight: bold;
-moz-border-radius: 5px;
border-radius: 5px;
}
.UI_Mini_Button a:hover span {
@ -420,4 +420,4 @@ body .UI_middleWrapper.page {
}
.truncate {
cursor: pointer;
}
}

Просмотреть файл

@ -67,7 +67,7 @@ a:hover, a:focus {
border-bottom: 2px solid #153877;
background: url(../img/mozilla/header.png) repeat-x left top;
z-index: 1;
-moz-box-shadow: 0 2px 2px -2px #666;
box-shadow: 0 2px 2px -2px #666;
}
#app-header nav {
@ -101,8 +101,8 @@ a:hover, a:focus {
#app-header nav li.active {
background: -moz-linear-gradient(top, #000, #222);
-moz-border-radius: 3px;
-moz-box-shadow: 0 1px 0 #5077BF;
border-radius: 3px;
box-shadow: 0 1px 0 #5077BF;
margin: 0 3px;
padding: 1px;
color: #fff;
@ -111,7 +111,7 @@ a:hover, a:focus {
#app-header nav li.active span {
background: -moz-linear-gradient(top, #555, #666);
-moz-border-radius: 2px;
border-radius: 2px;
padding: 2px 8px;
display: inline-block;
}
@ -135,7 +135,7 @@ a:hover, a:focus {
#app-header nav li .pointytip ul {
background:rgba(0,0,0, 0.7);
-moz-border-radius:5px;
border-radius:5px;
overflow:hidden;
padding:5px;
}
@ -233,8 +233,8 @@ a:hover, a:focus {
border: solid 1px;
border-color: #333 #222 #000;
background: -moz-linear-gradient(top , #666, #444);
-moz-border-radius: 3px;
-moz-box-shadow: 0 2px 2px -1px #666;
border-radius: 3px;
box-shadow: 0 2px 2px -1px #666;
}
#package-info span {
@ -307,7 +307,7 @@ a:hover, a:focus {
font-size: .9em;
text-shadow: 0 1px 0 #000;
min-width: 120px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 220px;
z-index:9999;
}
@ -372,7 +372,7 @@ a:hover, a:focus {
.UI_Actions li a {
background: -moz-linear-gradient(center top , #F4F8FC, #CED4DB);
-moz-box-shadow: 0 -1px 0 #fff;
box-shadow: 0 -1px 0 #fff;
display: block;
padding: 7px 10px;
margin: 1px 0 0;
@ -382,24 +382,24 @@ a:hover, a:focus {
/* Starting element */
.UI_Actions li:first-child {
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-radius-topleft: 3px;
border-radius-bottomleft: 3px;
}
.UI_Actions li:first-child a {
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-radius-topleft: 2px;
border-radius-bottomleft: 2px;
}
/* Ending element */
.UI_Actions li:last-child {
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-radius-topright: 3px;
border-radius-bottomright: 3px;
}
.UI_Actions li:last-child a {
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-radius-topright: 2px;
border-radius-bottomright: 2px;
}
/* There's only one element */
@ -421,7 +421,7 @@ a:hover, a:focus {
.UI_Actions li.UI_Pick_Version a:active,
.UI_Actions li.pressed a {
background: -moz-linear-gradient(270deg, #BEC5CC, #D9DDE0);
-moz-box-shadow: none;
box-shadow: none;
border-top: none;
color: #6D7880;
}
@ -432,11 +432,11 @@ a:hover, a:focus {
}
.UI_Actions li.UI_Pick_Version.active {
-moz-border-radius-bottomright: 0;
border-radius-bottomright: 0;
}
.UI_Actions li.UI_Pick_Version.active a {
-moz-border-radius-bottomright: 0;
border-radius-bottomright: 0;
}
#app-footer
.UI_Actions li.UI_Pick_Version a span {
@ -457,9 +457,9 @@ a:hover, a:focus {
z-index: 50;
padding: 5px 0;
opacity: 0;
-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
border-radius-bottomleft: 6px;
border-radius-bottomright: 6px;
}
.UI_Actions li.UI_Pick_Version .UI_Versions.loading {
@ -469,7 +469,7 @@ a:hover, a:focus {
.UI_Actions li.UI_Pick_Version .UI_Versions li {
background: transparent;
-moz-border-radius: 0;
border-radius: 0;
padding: 0;
margin: 0;
float: none;
@ -478,7 +478,7 @@ a:hover, a:focus {
.UI_Actions li.UI_Pick_Version .UI_Versions li a {
background: transparent;
-moz-border-radius: 0;
border-radius: 0;
margin: 0;
display: block;
float: none;

Просмотреть файл

@ -19,8 +19,8 @@ authors:
.UI_Modal_Wrapper {
z-index: 100;
background: rgba(0, 0, 0, 0.25);
-moz-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-radius: 10px;
padding: 10px;
}
@ -28,14 +28,14 @@ authors:
border-top: none;
background: #fff;
-moz-border-radius: 7px;
-moz-border-radius: 7px;
/*-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6);*/
border-radius: 7px;
border-radius: 7px;
/*box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6);*/
}
.UI_Modal h3 {
background: -moz-linear-gradient(270deg, #59A1F2, #1C5AAB);
-moz-box-shadow: 0 -1px 0 #9CC7F8;
box-shadow: 0 -1px 0 #9CC7F8;
border-bottom: solid 1px #022052;
cursor: move;
color: #fff;
@ -43,8 +43,8 @@ authors:
padding: 12px;
font-size: 1.1em;
text-align: center;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-radius-topleft: 5px;
border-radius-topright: 5px;
}
.UI_Modal .UI_Modal_Section {
@ -96,9 +96,9 @@ authors:
padding: 7px 14px;
background: #E5E9EE;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-box-shadow: 0 -1px 0 #BEC5CC;
border-radius-bottomleft: 5px;
border-radius-bottomright: 5px;
box-shadow: 0 -1px 0 #BEC5CC;
}
.UI_Modal .UI_Modal_Actions li {
@ -108,7 +108,7 @@ authors:
float: right;
position: relative;
margin-left: 7px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.UI_Modal .UI_Modal_Actions input {
@ -120,7 +120,7 @@ authors:
color: #4D5860;
cursor:pointer;
-moz-border-radius: 4px;
border-radius: 4px;
}
.UI_Modal .UI_Modal_Actions input.closeModal {

Просмотреть файл

@ -73,7 +73,7 @@ ul li.top_branch > .holder > .label
border-width: 1px;
border-style: solid;
border-color: #dadada #d0d0d0 #cacaca;
-moz-border-radius:3px;
border-radius:3px;
display:block;
float:left;
}

Просмотреть файл

@ -58,18 +58,18 @@ pre {
background: -moz-linear-gradient(270deg, #8CC472, #5E9045);
margin: 10px auto;
padding: 2px 1px 1px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 250px;
}
#new-addon li:hover {
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#new-addon li a {
background: -moz-linear-gradient(270deg, #C5F3AE, #96CE79);
-moz-border-radius: 5px;
-moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
border-radius: 5px;
box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
overflow: hidden;
display: block;
color: #136B00;
@ -86,7 +86,7 @@ pre {
padding: 14px 31px 12px 76px;
background: url(/media/jetpack/img/UI_Buttons/button-home-addon.png) 0 50% no-repeat;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 1.3em;
}