Bug 823673 - Remove -moz-prefixed gradients usage from comm-central. r=Neil, r=mconley, r=Fallen
This commit is contained in:
Родитель
a66e253209
Коммит
b7dac3355d
|
@ -9,7 +9,7 @@ calendar-category-box:not([categories]) {
|
|||
|
||||
.calendar-category-box-gradient {
|
||||
width: 7px;
|
||||
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.38), transparent) !important;
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.38), transparent) !important;
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.38);
|
||||
}
|
||||
|
||||
|
@ -349,13 +349,13 @@ window[systemcolors] .multiday-view-day-box {
|
|||
|
||||
.fgdragbox[dragging="true"] {
|
||||
display: -moz-box;
|
||||
background-image: -moz-linear-gradient(top, #fe4b22, #feb822);
|
||||
background-image: linear-gradient(#fe4b22, #feb822);
|
||||
border: 5px #ffffff;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
window[systemcolors] .fgdragbox[dragging="true"] {
|
||||
background-image: -moz-linear-gradient(top, Highlight, Highlight);
|
||||
background-image: linear-gradient(Highlight, Highlight);
|
||||
border: 5px -moz-Field;
|
||||
}
|
||||
|
||||
|
@ -581,7 +581,7 @@ calendar-multiday-view[hidden="true"] {
|
|||
calendar-day-label {
|
||||
color: #000000;
|
||||
background-color: white;
|
||||
background-image: -moz-linear-gradient(top, #fafafa, #eeeeee);
|
||||
background-image: linear-gradient(#fafafa, #eeeeee);
|
||||
border-left: 1px solid #D2D2D2;
|
||||
border-bottom: 1px solid #D2D2D2;
|
||||
}
|
||||
|
@ -589,7 +589,7 @@ calendar-day-label {
|
|||
window[systemcolors] calendar-day-label {
|
||||
color: WindowText;
|
||||
background-color: -moz-Field;
|
||||
background-image: -moz-linear-gradient(transparent, transparent 48%, rgba(0, 0, 0, 0.02) 52%, rgba(0, 0, 0, 0.1));
|
||||
background-image: linear-gradient(transparent, transparent 48%, rgba(0, 0, 0, 0.02) 52%, rgba(0, 0, 0, 0.1));
|
||||
border-left: 1px solid ThreeDShadow;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
@ -818,7 +818,7 @@ window[systemcolors] .calendar-month-day-box-date-label[relation="today"][select
|
|||
|
||||
window[systemcolors] .calendar-month-day-box-date-label {
|
||||
color: WindowText;
|
||||
background-image: -moz-linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
|
||||
background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
|
||||
}
|
||||
|
||||
calendar-month-day-box-item {
|
||||
|
@ -829,7 +829,7 @@ calendar-month-day-box-item {
|
|||
.calendar-color-box {
|
||||
/* This rule should be adopted if the alarm image size is changed */
|
||||
min-height: 13px;
|
||||
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.01) 50%, rgba(0, 0, 0, 0.05));
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.01) 50%, rgba(0, 0, 0, 0.05));
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
|
||||
#mini-day-image {
|
||||
background-image: -moz-linear-gradient(transparent, transparent 48%,
|
||||
background-image: linear-gradient(transparent, transparent 48%,
|
||||
rgba(0, 0, 0, .02) 52%, rgba(0, 0, 0, .1));
|
||||
}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
#today-pane-panel:-moz-lwtheme > sidebarheader {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 19px);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 19px);
|
||||
}
|
||||
|
||||
#today-pane-splitter {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
#task-addition-box {
|
||||
background: -moz-linear-gradient(top, #eaeaea, #d1d1d1);
|
||||
background: linear-gradient(#eaeaea, #d1d1d1);
|
||||
}
|
||||
|
||||
.task-details-name {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/* added for new id ..... search box ..... */
|
||||
#unifinder-searchBox {
|
||||
background: -moz-linear-gradient(top, #eaeaea, #d1d1d1);
|
||||
background: linear-gradient(#eaeaea, #d1d1d1);
|
||||
border-bottom: 1px solid #bebebe;
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#today-pane-panel:-moz-lwtheme > sidebarheader {
|
||||
text-shadow: none;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 19px);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 19px);
|
||||
}
|
||||
|
||||
.miniday-nav-buttons {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
#today-pane-panel:-moz-lwtheme > sidebarheader {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 19px);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 19px);
|
||||
}
|
||||
|
||||
.miniday-nav-buttons {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
-moz-appearance: none;
|
||||
border-top: none;
|
||||
background-color: -moz-Dialog;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .5),
|
||||
rgba(255, 255, 255, 0));
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
#today-pane-panel:-moz-lwtheme > sidebarheader {
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5),
|
||||
rgba(255, 255, 255, 0) 28px);
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
#today-splitter:-moz-lwtheme {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5),
|
||||
rgba(255, 255, 255, 0) 19px, rgba(255, 255, 255, 0) 25px,
|
||||
ThreeDDarkShadow 25px, -moz-Dialog 26px);
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#pilot-notification-popup {
|
||||
-moz-appearance: none;
|
||||
background-color: Menu;
|
||||
background-image: -moz-linear-gradient(hsla(0,0%,100%,.2), transparent);
|
||||
background-image: linear-gradient(hsla(0,0%,100%,.2), transparent);
|
||||
box-shadow: inset 0 0 10px hsla(0,0%,100%,.2),
|
||||
inset 0 1px 0 hsla(0,0%,100%,.3);
|
||||
border-radius: 4px;
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
|
||||
#pilot-notification-submit {
|
||||
-moz-appearance: none;
|
||||
background: #666
|
||||
-moz-linear-gradient(rgba(110,110,110,.9), rgba(70,70,70,.9) 49%,
|
||||
background: #666 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;
|
||||
|
@ -21,7 +20,7 @@
|
|||
}
|
||||
|
||||
#pilot-notification-submit:hover:active {
|
||||
background: -moz-linear-gradient(rgba(40,40,40,.9), rgba(70,70,70,.9));
|
||||
background: linear-gradient(rgba(40,40,40,.9), rgba(70,70,70,.9));
|
||||
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);
|
||||
|
|
|
@ -146,9 +146,9 @@ imcontact[aliasing] .contactDisplayName {
|
|||
%else
|
||||
background-color: -moz-Dialog;
|
||||
%ifdef XP_WIN
|
||||
background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
|
||||
background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
|
||||
%else
|
||||
background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
||||
background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
||||
%endif
|
||||
%ifndef XP_WIN
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
|
@ -324,7 +324,7 @@ grippy {
|
|||
border-style: none;
|
||||
%ifdef XP_MACOSX
|
||||
min-height: 2px;
|
||||
background: -moz-linear-gradient(top, rgba(0,0,0,0.35), transparent);
|
||||
background: linear-gradient(rgba(0,0,0,0.35), transparent);
|
||||
%else
|
||||
height: 3px;
|
||||
background: transparent;
|
||||
|
|
|
@ -91,12 +91,12 @@ notification > hbox {
|
|||
|
||||
%define toolbarbuttonBorderColor rgba(59, 59, 59, 0.9)
|
||||
%define toolbarbuttonCornerRadius 3px
|
||||
%define toolbarbuttonBackground -moz-linear-gradient(top, #FFF, #ADADAD) repeat-x
|
||||
%define toolbarbuttonBackground linear-gradient(#FFF, #ADADAD) repeat-x
|
||||
%define toolbarbuttonPressedInnerShadow inset rgba(0, 0, 0, 0.3) 0 -6px 10px, inset #000 0 1px 3px, inset rgba(0, 0, 0, 0.2) 0 1px 3px
|
||||
%define toolbarbuttonPressedBackgroundColor #B5B5B5
|
||||
%define toolbarbuttonInactiveBorderColor rgba(146, 146, 146, 0.84)
|
||||
%define toolbarbuttonInactiveFontColor #7C7C7C
|
||||
%define toolbarbuttonInactiveBackgroundImage -moz-linear-gradient(top, #FFF, #CCC)
|
||||
%define toolbarbuttonInactiveBackgroundImage linear-gradient(#FFF, #CCC)
|
||||
|
||||
button {
|
||||
-moz-appearance: none;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
top: 1px;
|
||||
border-top: solid #555 1px;
|
||||
border-left: solid #555 1px;
|
||||
background-image: -moz-linear-gradient(top left, #333333, #333333 50%, transparent 50%, transparent);
|
||||
background-image: linear-gradient(to right bottom, #333333, #333333 50%, transparent 50%, transparent);
|
||||
background-image: -webkit-gradient(linear, left top, right bottom, from(#333333), color-stop(0.5, #333333), color-stop(0.5, transparent), to(transparent));
|
||||
transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
|
@ -28,7 +28,7 @@
|
|||
bottom: 1px;
|
||||
border-top: solid #000 1px;
|
||||
border-left: solid #000 1px;
|
||||
background-image: -moz-linear-gradient(top left, #000, #000 50%, transparent 50%, transparent);
|
||||
background-image: linear-gradient(to right bottom, #000, #000 50%, transparent 50%, transparent);
|
||||
background-image: -webkit-gradient(linear, left top, right bottom, from(#000), color-stop(0.5, #000), color-stop(0.5, transparent), to(transparent));
|
||||
transform: rotate(225deg);
|
||||
-webkit-transform: rotate(225deg);
|
||||
|
@ -47,7 +47,7 @@
|
|||
position: relative;
|
||||
z-index: 3;
|
||||
padding: 6px;
|
||||
background: -moz-linear-gradient(top, #333333, #000000);
|
||||
background: linear-gradient(#333333, #000000);
|
||||
background: -webkit-gradient(linear, center top, center bottom, from(#333333), to(#000000));
|
||||
color: #ffffff;
|
||||
font-size: 10.5pt;
|
||||
|
@ -72,7 +72,7 @@
|
|||
.bespin-completion-highlight {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
background-image: -moz-linear-gradient(top, #3e59be, #312d80);
|
||||
background-image: linear-gradient(#3e59be, #312d80);
|
||||
background-image: -webkit-gradient(linear, center top, center bottom, from(#3e59be), to(#312d80));
|
||||
border: solid rgba(37, 34, 91, 1.0) 1px;
|
||||
-moz-border-radius: 6px;
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
padding: 8px 12px;
|
||||
margin-left: 8px;
|
||||
color: @button_color;
|
||||
background: transparent -moz-linear-gradient(top, @button_bg, @button_bg2);
|
||||
background: transparent linear-gradient(@button_bg, @button_bg2);
|
||||
background: transparent -webkit-gradient(linear, 50% 0%, 50% 100%, from(@button_bg), to(@button_bg2));
|
||||
|
||||
border: 1px solid @button_border;
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
/* ::::: message in a tab ::::: */
|
||||
#displayDeck[collapsed="true"] + splitter + #messagepaneboxwrapper
|
||||
.main-header-area {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.3),
|
||||
rgba(255, 255, 255, 0) 19px);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.3),
|
||||
rgba(255, 255, 255, 0) 19px);
|
||||
}
|
||||
|
||||
/* ::::: msg header toolbars ::::: */
|
||||
|
|
|
@ -54,12 +54,12 @@ menulist > menupopup > menu > .menu-iconic-left {
|
|||
.contentTabToolbox {
|
||||
-moz-appearance: none;
|
||||
border-bottom: 1px solid threedshadow;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 19px);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 19px);
|
||||
}
|
||||
|
||||
.mail-toolbox:-moz-lwtheme,
|
||||
.contentTabToolbox:-moz-lwtheme {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 19px);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 19px);
|
||||
}
|
||||
|
||||
.mail-toolbox > toolbar,
|
||||
|
@ -401,8 +401,7 @@ notification[value="addon-install-blocked"],
|
|||
notification[value="addon-install-failed"],
|
||||
notification[value="addon-install-complete"] {
|
||||
background-image: url("chrome://mozapps/skin/extensions/stripes-info-negative.png"),
|
||||
-moz-linear-gradient(rgba(255, 255, 255, 0),
|
||||
rgba(255, 255, 255, 0.5));
|
||||
linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
|
|
|
@ -36,16 +36,16 @@ button {
|
|||
|
||||
input[type="submit"]:hover,
|
||||
button:hover {
|
||||
background-image: -moz-linear-gradient(center top , #fafafa 0%, #fafafa 50%, #eee 50%, #eee 100%);
|
||||
background-image: linear-gradient(#fafafa 0%, #fafafa 50%, #eee 50%, #eee 100%);
|
||||
}
|
||||
|
||||
input[type="submit"]:active,
|
||||
button:active {
|
||||
background-image: -moz-linear-gradient(center top , #ddd 0%, #ddd 100%);
|
||||
background-image: linear-gradient(#ddd 0%, #ddd 100%);
|
||||
}
|
||||
|
||||
input[type="submit"][disabled="true"], input[type="submit"][disabled="true"]:hover {
|
||||
background-image: -moz-linear-gradient(center top , #EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
background-image: linear-gradient(#EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
opacity: 0.5;
|
||||
cursor: default;
|
||||
}
|
||||
|
@ -460,7 +460,7 @@ input[type="submit"].search {
|
|||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #888a85;
|
||||
background: -moz-linear-gradient( center bottom, rgb(238,238,236) 16%, rgb(255,255,255) 76%);
|
||||
background: linear-gradient(to top, rgb(238,238,236) 16%, rgb(255,255,255) 76%);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -97,9 +97,9 @@ tabpanels {
|
|||
height: 28px;
|
||||
-moz-margin-start: -2px;
|
||||
-moz-margin-end: 0;
|
||||
background: -moz-linear-gradient(bottom, hsla(210, 23%, 10%, .4),
|
||||
background: linear-gradient(to top, hsla(210, 23%, 10%, .4),
|
||||
hsla(210, 23%, 10%, .1) 80%, transparent),
|
||||
-moz-linear-gradient(bottom, hsla(0, 0%, 100%, .4),
|
||||
linear-gradient(to top, hsla(0, 0%, 100%, .4),
|
||||
hsla(0, 0%, 100%, .1) 80%, transparent);
|
||||
background-position: 0 0, 1px 0;
|
||||
background-size: 1px 100%;
|
||||
|
@ -300,7 +300,7 @@ tabpanels {
|
|||
|
||||
.contentTabToolbox:-moz-lwtheme {
|
||||
height: 1px;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%);
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ listcell[enabled="true"] {
|
|||
font: icon;
|
||||
text-shadow: 0 1px #F2F2F2;
|
||||
border: 1px solid #A8A8A8;
|
||||
background: -moz-linear-gradient(bottom, #ECECEC, #ECECEC 50%, #F9F9F9 0%, #F9F9F9);
|
||||
background: linear-gradient(to top, #ECECEC, #ECECEC 50%, #F9F9F9 0%, #F9F9F9);
|
||||
min-width: 22px;
|
||||
height: 20px;
|
||||
padding: 0 1px 1px 0;
|
||||
|
@ -50,7 +50,7 @@ listcell[enabled="true"] {
|
|||
}
|
||||
|
||||
.small-button:not([disabled="true"]):hover:active {
|
||||
background: -moz-linear-gradient(bottom, #B0B0B0, #B4B4B4 50%, #BFBFBF 0%, #BABABA);
|
||||
background: linear-gradient(to top, #B0B0B0, #B4B4B4 50%, #BFBFBF 0%, #BABABA);
|
||||
border: 1px solid #9C9C9C;
|
||||
}
|
||||
|
||||
|
|
|
@ -11,17 +11,17 @@
|
|||
/* ::::: for the entire area ::::: */
|
||||
.main-header-area {
|
||||
color: #2E3436; /* Aluminium 6 */
|
||||
background: -moz-linear-gradient(top, #909090, #FFFFFF 5px);
|
||||
background: linear-gradient(#909090, #FFFFFF 5px);
|
||||
border-bottom:1px solid #BFBFBF;
|
||||
padding: 0.6ex;
|
||||
}
|
||||
|
||||
.main-header-area:-moz-window-inactive {
|
||||
background: -moz-linear-gradient(top, #CDCDCD, #FFFFFF 5px);
|
||||
background: linear-gradient(#CDCDCD, #FFFFFF 5px);
|
||||
}
|
||||
|
||||
#displayDeck:not([collapsed="true"]) + #threadpane-splitter + #messagepanebox .main-header-area {
|
||||
background: -moz-linear-gradient(top, #E4E4E4, #FFFFFF 5px);
|
||||
background: linear-gradient(#E4E4E4, #FFFFFF 5px);
|
||||
}
|
||||
|
||||
/* ::::: msg header toolbars ::::: */
|
||||
|
@ -160,7 +160,7 @@
|
|||
#attachmentName:hover,
|
||||
#attachmentName[selected="true"] {
|
||||
cursor: pointer;
|
||||
background: -moz-linear-gradient(top, #F9CE90, #F6A942); /* orange gradient */
|
||||
background: linear-gradient(#F9CE90, #F6A942); /* orange gradient */
|
||||
}
|
||||
|
||||
#attachmentName:focus {
|
||||
|
@ -568,7 +568,7 @@ toolbarpaletteitem #hdrDummyReplyButton {
|
|||
|
||||
.emailDisplayButton:hover {
|
||||
cursor: pointer;
|
||||
background: -moz-linear-gradient(top, #F9CE90, #F6A942); /* orange gradient */
|
||||
background: linear-gradient(#F9CE90, #F6A942); /* orange gradient */
|
||||
}
|
||||
|
||||
mail-emailaddress[selected="true"] .emailDisplayButton{
|
||||
|
@ -577,7 +577,7 @@ mail-emailaddress[selected="true"] .emailDisplayButton{
|
|||
tweak the bottom to blend in more w/ the menu */
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
background: -moz-linear-gradient(top, #F9CE90, #F6A942); /* orange gradient */
|
||||
background: linear-gradient(#F9CE90, #F6A942); /* orange gradient */
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
|
|
@ -98,7 +98,7 @@ notification[value="addon-install-blocked"],
|
|||
notification[value="addon-install-failed"],
|
||||
notification[value="addon-install-complete"] {
|
||||
background-image: url("chrome://mozapps/skin/extensions/stripes-info-negative.png"),
|
||||
-moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
|
||||
linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
|
||||
background-repeat: repeat-x;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
|
@ -123,8 +123,8 @@ notification[value="addon-install-complete"] > button {
|
|||
border: 1px solid rgba(60, 73, 97, 0.5);
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.25),
|
||||
0 1px rgba(255, 255, 255, 0.25);
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.45),
|
||||
rgba(255, 255, 255, 0.2));
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.45),
|
||||
rgba(255, 255, 255, 0.2));
|
||||
background-clip: padding-box;
|
||||
color: #252F3B;
|
||||
}
|
||||
|
@ -135,7 +135,7 @@ notification[value="addon-install-complete"] > button:active:hover {
|
|||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2),
|
||||
0 1px rgba(255, 255, 255, 0.25);
|
||||
background-color: transparent;
|
||||
background-image: -moz-linear-gradient(rgba(45, 54, 71, 0.3),
|
||||
rgba(45, 54, 71, 0.1));
|
||||
background-image: linear-gradient(rgba(45, 54, 71, 0.3),
|
||||
rgba(45, 54, 71, 0.1));
|
||||
border-color: rgba(60, 73, 97, 0.7);
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ button::-moz-focus-inner {
|
|||
input[type="submit"],
|
||||
button {
|
||||
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
|
||||
background-image: -moz-linear-gradient(center top , #EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
background-image: linear-gradient(#EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
border-color: #AAAAAA #AAAAAA #888888;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
|
@ -36,16 +36,16 @@ button {
|
|||
|
||||
input[type="submit"]:hover,
|
||||
button:hover {
|
||||
background-image: -moz-linear-gradient(center top , #fafafa 0%, #fafafa 50%, #eee 50%, #eee 100%);
|
||||
background-image: linear-gradient(#fafafa 0%, #fafafa 50%, #eee 50%, #eee 100%);
|
||||
}
|
||||
|
||||
input[type="submit"]:active,
|
||||
button:active {
|
||||
background-image: -moz-linear-gradient(center top , #ddd 0%, #ddd 100%);
|
||||
background-image: linear-gradient(#ddd 0%, #ddd 100%);
|
||||
}
|
||||
|
||||
input[type="submit"][disabled="true"], input[type="submit"][disabled="true"]:hover {
|
||||
background-image: -moz-linear-gradient(center top , #EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
background-image: linear-gradient(#EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
opacity: 0.5;
|
||||
cursor: default;
|
||||
}
|
||||
|
@ -460,7 +460,7 @@ input[type="submit"].search {
|
|||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #888a85;
|
||||
background: -moz-linear-gradient( center bottom, rgb(238,238,236) 16%, rgb(255,255,255) 76%);
|
||||
background: linear-gradient(to top, rgb(238,238,236) 16%, rgb(255,255,255) 76%);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,20 +19,20 @@
|
|||
.contentTabToolbox {
|
||||
-moz-appearance: none;
|
||||
border-bottom: 1px solid hsl(0, 0%, 60%);
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.32),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.32),
|
||||
rgba(255, 255, 255, 0) 19px);
|
||||
}
|
||||
|
||||
.mail-toolbox:not(:-moz-lwtheme),
|
||||
.contentTabToolbox:not(:-moz-lwtheme) {
|
||||
background-image: -moz-linear-gradient(hsl(0, 0%, 93%), hsl(0, 0%, 83%) 98%,
|
||||
background-image: linear-gradient(hsl(0, 0%, 93%), hsl(0, 0%, 83%) 98%,
|
||||
hsla(0, 0%, 100%, .15));
|
||||
}
|
||||
|
||||
.mail-toolbox:not(:-moz-lwtheme):-moz-window-inactive,
|
||||
.contentTabToolbox:not(:-moz-lwtheme):-moz-window-inactive {
|
||||
background-color: -moz-mac-chrome-inactive;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0),
|
||||
rgba(255, 255, 255, 0) 19px);
|
||||
}
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
.mail-toolbox:-moz-lwtheme,
|
||||
.contentTabToolbox:-moz-lwtheme {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5),
|
||||
rgba(255, 255, 255, 0) 28px);
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
|
||||
#quick-filter-bar-main-bar {
|
||||
background: -moz-linear-gradient(top, #f3f3f3, #ebebeb);
|
||||
background: linear-gradient(#f3f3f3, #ebebeb);
|
||||
border-bottom: 1px solid #bebebe;
|
||||
}
|
||||
|
||||
|
@ -46,15 +46,15 @@
|
|||
}
|
||||
|
||||
#threadTree[filterActive="matches"] {
|
||||
background: -moz-repeating-linear-gradient(top, #ecf3fe 0, #ecf3fe 18px, white 18px, white 36px);
|
||||
background: repeating-linear-gradient(to bottom, #ecf3fe 0, #ecf3fe 18px, white 18px, white 36px);
|
||||
}
|
||||
|
||||
#quick-filter-bar[filterActive="nomatches"] {
|
||||
background: -moz-linear-gradient(top, #ffcccc, #fd929d);
|
||||
background: linear-gradient(#ffcccc, #fd929d);
|
||||
}
|
||||
|
||||
#threadTree[filterActive="nomatches"] {
|
||||
background: -moz-repeating-linear-gradient(top, #fff0f4, #fff0f4 18px, white 18px, white 36px);
|
||||
background: repeating-linear-gradient(to bottom, #fff0f4, #fff0f4 18px, white 18px, white 36px);
|
||||
}
|
||||
|
||||
#qfb-filter-label {
|
||||
|
@ -76,7 +76,7 @@
|
|||
}
|
||||
|
||||
#quick-filter-bar toolbarbutton[checked="true"] {
|
||||
background-image: -moz-linear-gradient(#999999, #858585);
|
||||
background-image: linear-gradient(#999999, #858585);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 -1px 1px rgba(0, 0, 0, 0.2);
|
||||
color: #efefef !important;
|
||||
text-shadow: 0 1px rgba(0, 0, 0, .4);
|
||||
|
|
|
@ -77,7 +77,7 @@ menulist {
|
|||
font: icon;
|
||||
text-shadow: 0 1px #F2F2F2;
|
||||
border: 1px solid #A8A8A8;
|
||||
background: -moz-linear-gradient(bottom, #ECECEC, #ECECEC 50%, #F9F9F9 0%, #F9F9F9);
|
||||
background: linear-gradient(to top, #ECECEC, #ECECEC 50%, #F9F9F9 0%, #F9F9F9);
|
||||
min-width: 22px;
|
||||
height: 20px;
|
||||
padding: 0 1px 1px 0;
|
||||
|
@ -85,7 +85,7 @@ menulist {
|
|||
}
|
||||
|
||||
.small-button:not([disabled="true"]):hover:active {
|
||||
background: -moz-linear-gradient(bottom, #B0B0B0, #B4B4B4 50%, #BFBFBF 0%, #BABABA);
|
||||
background: linear-gradient(to top, #B0B0B0, #B4B4B4 50%, #BFBFBF 0%, #BABABA);
|
||||
border: 1px solid #9C9C9C;
|
||||
}
|
||||
|
||||
|
|
|
@ -112,9 +112,9 @@
|
|||
height: 28px;
|
||||
-moz-margin-start: -2px;
|
||||
-moz-margin-end: 0;
|
||||
background: -moz-linear-gradient(bottom, hsla(210, 23%, 10%, .4),
|
||||
background: linear-gradient(to top, hsla(210, 23%, 10%, .4),
|
||||
hsla(210, 23%, 10%, .1) 80%, transparent),
|
||||
-moz-linear-gradient(bottom, hsla(0, 0%, 100%, .4),
|
||||
linear-gradient(to top, hsla(0, 0%, 100%, .4),
|
||||
hsla(0, 0%, 100%, .1) 80%, transparent);
|
||||
background-position: 0 0, 1px 0;
|
||||
background-size: 1px 100%;
|
||||
|
@ -286,13 +286,13 @@ tabmail > tabbox > tabpanels {
|
|||
.tabmail-arrowscrollbox > .scrollbutton-up:hover,
|
||||
.tabmail-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-down:hover {
|
||||
-moz-image-region: rect(0, 26px, 20px, 13px);
|
||||
background-image: -moz-linear-gradient(transparent, rgba(0,0,0,0.15));
|
||||
background-image: linear-gradient(transparent, rgba(0,0,0,0.15));
|
||||
}
|
||||
|
||||
.tabmail-arrowscrollbox > .scrollbutton-up:hover:active,
|
||||
.tabmail-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-down:hover:active {
|
||||
-moz-image-region: rect(0, 39px, 20px, 26px);
|
||||
background-image: -moz-linear-gradient(transparent, rgba(0,0,0,0.3));
|
||||
background-image: linear-gradient(transparent, rgba(0,0,0,0.3));
|
||||
}
|
||||
|
||||
.tabmail-arrowscrollbox > .scrollbutton-up[disabled="true"],
|
||||
|
@ -401,7 +401,7 @@ tabpanels.plain {
|
|||
}
|
||||
|
||||
.contentTabToolbox:-moz-lwtheme {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%);
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
|
||||
@media (-moz-windows-compositor) {
|
||||
#abContactsPanel {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5) 10px,
|
||||
rgba(255, 255, 255, 0));
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5) 10px,
|
||||
rgba(255, 255, 255, 0));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
|||
padding: 1px 5px !important;
|
||||
border-radius: 2px;
|
||||
border: 1px solid;
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 32%, 93%, .2);
|
||||
border-color: hsla(210, 54%, 20%, .15) hsla(210, 54%, 20%, .2)
|
||||
|
@ -54,7 +54,7 @@
|
|||
|
||||
button:hover:active,
|
||||
#addressbookList[open="true"] {
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 54%, 20%, .15);
|
||||
border-color: hsla(210, 54%, 20%, .3) hsla(210, 54%, 20%, .35)
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#ab-toolbox:not(:-moz-lwtheme) {
|
||||
-moz-appearance: none;
|
||||
background-color: -moz-Dialog;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .5),
|
||||
rgba(255, 255, 255, 0));
|
||||
border-top: none;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
|
@ -161,7 +161,7 @@ toolbox[labelalign="end"] .toolbarbutton-menubutton-button {
|
|||
.toolbarbutton-menubutton-dropmarker,
|
||||
.toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):not([checked="true"]):not([open="true"]):not(:active):hover {
|
||||
color: -moz-DialogText;
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 32%, 93%, .2);
|
||||
border-color: hsla(210, 54%, 20%, .15) hsla(210, 54%, 20%, .2)
|
||||
|
@ -187,7 +187,7 @@ toolbox[labelalign="end"] .toolbarbutton-menubutton-button {
|
|||
.toolbarbutton-1[open="true"] >
|
||||
.toolbarbutton-menubutton-dropmarker:not([disabled="true"]),
|
||||
.toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):-moz-any([open="true"],[checked="true"],:hover:active) {
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 54%, 20%, .15);
|
||||
border-color: hsla(210, 54%, 20%, .3) hsla(210, 54%, 20%, .35)
|
||||
|
|
|
@ -49,8 +49,8 @@
|
|||
-moz-border-right-colors: rgb(217, 217, 217) rgba(255,255,255,.4);
|
||||
-moz-border-left-colors: rgb(217, 217, 217) rgba(255,255,255,.4);
|
||||
-moz-border-bottom-colors: rgb(217, 217, 217) rgba(255,255,255,.6);
|
||||
background-image: -moz-linear-gradient(rgba(190, 190, 190, 0.1),
|
||||
rgba(190, 190, 190, 0.4));
|
||||
background-image: linear-gradient(rgba(190, 190, 190, 0.1),
|
||||
rgba(190, 190, 190, 0.4));
|
||||
}
|
||||
|
||||
attachmentitem[selected="true"]:hover {
|
||||
|
@ -58,8 +58,8 @@
|
|||
-moz-border-right-colors: rgb(125, 162, 206) rgba(255,255,255,.4);
|
||||
-moz-border-left-colors: rgb(125, 162, 206) rgba(255,255,255,.4);
|
||||
-moz-border-bottom-colors: rgb(125, 162, 206) rgba(255,255,255,.6);
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, 0.28),
|
||||
rgba(131, 183, 249, 0.50));
|
||||
background-image: linear-gradient(rgba(131, 183, 249, 0.28),
|
||||
rgba(131, 183, 249, 0.50));
|
||||
}
|
||||
|
||||
attachmentlist:focus > attachmentitem[current="true"] {
|
||||
|
@ -74,8 +74,8 @@
|
|||
-moz-border-right-colors: rgb(125, 162, 206) rgba(255,255,255,.4);
|
||||
-moz-border-left-colors: rgb(125, 162, 206) rgba(255,255,255,.4);
|
||||
-moz-border-bottom-colors: rgb(125, 162, 206) rgba(255,255,255,.6);
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, 0.05),
|
||||
rgba(131, 183, 249, 0.16));
|
||||
background-image: linear-gradient(rgba(131, 183, 249, 0.05),
|
||||
rgba(131, 183, 249, 0.16));
|
||||
}
|
||||
|
||||
attachmentlist:focus > attachmentitem[selected="true"] {
|
||||
|
@ -83,8 +83,8 @@
|
|||
-moz-border-right-colors: rgb(132, 172, 221) rgba(255,255,255,.4);
|
||||
-moz-border-left-colors: rgb(132, 172, 221) rgba(255,255,255,.4);
|
||||
-moz-border-bottom-colors: rgb(132, 172, 221) rgba(255,255,255,.6);
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, 0.16),
|
||||
rgba(131, 183, 249, 0.375));
|
||||
background-image: linear-gradient(rgba(131, 183, 249, 0.16),
|
||||
rgba(131, 183, 249, 0.375));
|
||||
}
|
||||
|
||||
attachmentlist:focus > attachmentitem[selected="true"][current="true"] {
|
||||
|
@ -92,8 +92,8 @@
|
|||
-moz-border-right-colors: rgb(125, 162, 206) rgba(255,255,255,.4);
|
||||
-moz-border-left-colors: rgb(125, 162, 206) rgba(255,255,255,.4);
|
||||
-moz-border-bottom-colors: rgb(125, 162, 206) rgba(255,255,255,.6);
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, 0.28),
|
||||
rgba(131, 183, 249, 0.50));
|
||||
background-image: linear-gradient(rgba(131, 183, 249, 0.28),
|
||||
rgba(131, 183, 249, 0.50));
|
||||
}
|
||||
|
||||
attachmentitem:hover {
|
||||
|
@ -101,7 +101,7 @@
|
|||
-moz-border-right-colors: rgb(184, 214, 251) rgba(255,255,255,.4);
|
||||
-moz-border-left-colors: rgb(184, 214, 251) rgba(255,255,255,.4);
|
||||
-moz-border-bottom-colors: rgb(184, 214, 251) rgba(255,255,255,.6);
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, 0.05),
|
||||
rgba(131, 183, 249, 0.16));
|
||||
background-image: linear-gradient(rgba(131, 183, 249, 0.05),
|
||||
rgba(131, 183, 249, 0.16));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -132,8 +132,8 @@
|
|||
}
|
||||
|
||||
:-moz-any(imconv, imcontact, imgroup)[selected] {
|
||||
background-image: -moz-linear-gradient(rgba(190, 190, 190, .1),
|
||||
rgba(190, 190, 190, .4));
|
||||
background-image: linear-gradient(rgba(190, 190, 190, .1),
|
||||
rgba(190, 190, 190, .4));
|
||||
background-color: transparent;
|
||||
-moz-border-top-colors: rgb(217, 217, 217) rgba(255, 255, 255, .4);
|
||||
-moz-border-right-colors: rgb(217, 217, 217) rgba(255, 255, 255, .4);
|
||||
|
@ -142,8 +142,8 @@
|
|||
}
|
||||
|
||||
:-moz-any(imconv, imcontact, imgroup):hover {
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, .05),
|
||||
rgba(131, 183, 249, .16));
|
||||
background-image: linear-gradient(rgba(131, 183, 249, .05),
|
||||
rgba(131, 183, 249, .16));
|
||||
-moz-border-top-colors: rgb(184, 214, 251) rgba(255, 255, 255, .4);
|
||||
-moz-border-right-colors: rgb(184, 214, 251) rgba(255, 255, 255, .4);
|
||||
-moz-border-left-colors: rgb(184, 214, 251) rgba(255, 255, 255, .4);
|
||||
|
@ -151,8 +151,8 @@
|
|||
}
|
||||
|
||||
:-moz-any(imconv, imcontact, imgroup)[selected]:hover {
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, .28),
|
||||
rgba(131, 183, 249, .50));
|
||||
background-image: linear-gradient(rgba(131, 183, 249, .28),
|
||||
rgba(131, 183, 249, .50));
|
||||
-moz-border-top-colors: rgb(125, 162, 206) rgba(255, 255, 255, .4);
|
||||
-moz-border-right-colors: rgb(125, 162, 206) rgba(255, 255, 255, .4);
|
||||
-moz-border-left-colors: rgb(125, 162, 206) rgba(255, 255, 255, .4);
|
||||
|
@ -160,8 +160,8 @@
|
|||
}
|
||||
|
||||
#contactlistbox:focus > :-moz-any(imconv, imcontact, imgroup)[selected] {
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, .16),
|
||||
rgba(131, 183, 249, .375));
|
||||
background-image: linear-gradient(rgba(131, 183, 249, .16),
|
||||
rgba(131, 183, 249, .375));
|
||||
background-color: transparent;
|
||||
border: 2px solid transparent;
|
||||
-moz-border-top-colors: rgb(132, 172, 221) rgba(255, 255, 255, .4);
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#compose-toolbox:not(:-moz-lwtheme) {
|
||||
-moz-appearance: none;
|
||||
background-color: -moz-Dialog;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .5),
|
||||
rgba(255, 255, 255, 0));
|
||||
border-top: none;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
|
@ -117,7 +117,7 @@ toolbox[labelalign="end"] .toolbarbutton-menubutton-button {
|
|||
menulist {
|
||||
margin: 1px 4px;
|
||||
padding: 1px 5px !important;
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 32%, 93%, .2);
|
||||
border-color: hsla(210, 54%, 20%, .15) hsla(210, 54%, 20%, .2)
|
||||
|
@ -194,7 +194,7 @@ toolbox[labelalign="end"] .toolbarbutton-menubutton-button {
|
|||
.toolbarbutton-menubutton-dropmarker,
|
||||
.toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):not([checked="true"]):not([open="true"]):not(:active):hover {
|
||||
color: -moz-DialogText;
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 32%, 93%, .2);
|
||||
border-color: hsla(210, 54%, 20%, .15) hsla(210, 54%, 20%, .2)
|
||||
|
@ -220,7 +220,7 @@ toolbox[labelalign="end"] .toolbarbutton-menubutton-button {
|
|||
.toolbarbutton-1[open="true"] > .toolbarbutton-menubutton-dropmarker:not([disabled="true"]),
|
||||
.toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):-moz-any([open="true"],[checked="true"],:hover:active),
|
||||
menulist[open="true"] {
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 54%, 20%, .15);
|
||||
border-color: hsla(210, 54%, 20%, .3) hsla(210, 54%, 20%, .35)
|
||||
|
@ -284,7 +284,7 @@ toolbox[labelalign="end"] > toolbar[mode="full"] deck .toolbarbutton-text {
|
|||
#MsgHeadersToolbar {
|
||||
-moz-appearance: none;
|
||||
background-color: hsl(210, 75%, 92%);
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .5) 10px,
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .5) 10px,
|
||||
rgba(255, 255, 255, 0));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -273,7 +273,7 @@ padding: 4px 0px;
|
|||
padding: 1px 5px !important;
|
||||
border-radius: 2px;
|
||||
border: 1px solid;
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 32%, 93%, .2);
|
||||
border-color: hsla(210, 54%, 20%, .15) hsla(210, 54%, 20%, .2)
|
||||
|
@ -294,7 +294,7 @@ padding: 4px 0px;
|
|||
}
|
||||
|
||||
menulist[open="true"] {
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 54%, 20%, .15);
|
||||
border-color: hsla(210, 54%, 20%, .3) hsla(210, 54%, 20%, .35)
|
||||
|
@ -333,8 +333,8 @@ menulist > .menulist-label-box {
|
|||
}
|
||||
|
||||
#folderTree treechildren::-moz-tree-cell(dropOn) {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .7),
|
||||
rgba(255, 255, 255, .45));
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .7),
|
||||
rgba(255, 255, 255, .45));
|
||||
background-color: Highlight;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
#displayDeck[collapsed="true"] + splitter + #messagepaneboxwrapper
|
||||
.main-header-area {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
|
||||
rgba(255, 255, 255, .5) 100%);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .5),
|
||||
rgba(255, 255, 255, .5) 100%);
|
||||
}
|
||||
|
||||
@media (-moz-windows-default-theme) {
|
||||
|
@ -246,7 +246,7 @@
|
|||
.toolbarbutton-1.msgHeaderView-button,
|
||||
.toolbarbutton-1.msgHeaderView-button > .toolbarbutton-menubutton-button,
|
||||
.toolbarbutton-1.msgHeaderView-button > .toolbarbutton-menubutton-dropmarker {
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 32%, 93%, .2);
|
||||
border-color: hsla(210, 54%, 20%, .2) hsla(210, 54%, 20%, .25)
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
#displayDeck[collapsed="true"] + splitter + #messagepaneboxwrapper
|
||||
.main-header-area {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
|
||||
rgba(255, 255, 255, .5) 100%);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .5),
|
||||
rgba(255, 255, 255, .5) 100%);
|
||||
}
|
||||
|
||||
/* ::::: msg header toolbars ::::: */
|
||||
|
|
|
@ -67,7 +67,7 @@ treechildren::-moz-tree-cell-text {
|
|||
-moz-margin-end: 1px;
|
||||
border-radius: 3px;
|
||||
border: 2px solid transparent!important;
|
||||
background-image: -moz-linear-gradient(transparent, transparent) !important;
|
||||
background-image: linear-gradient(transparent, transparent) !important;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
@ -82,8 +82,8 @@ treechildren::-moz-tree-cell-text {
|
|||
rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: rgb(217, 217, 217)
|
||||
rgba(255, 255, 255, .6) !important;
|
||||
background-image: -moz-linear-gradient(rgba(190, 190, 190, .1),
|
||||
rgba(190, 190, 190, .4)) !important;
|
||||
background-image: linear-gradient(rgba(190, 190, 190, .1),
|
||||
rgba(190, 190, 190, .4)) !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
@ -93,8 +93,8 @@ treechildren::-moz-tree-cell-text {
|
|||
|
||||
listbox:focus > listitem[selected="true"] {
|
||||
background-color: rgba(131, 183, 249, .05);
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, .16),
|
||||
rgba(131, 183, 249, .375)) !important;
|
||||
background-image: linear-gradient(rgba(131, 183, 249, .16),
|
||||
rgba(131, 183, 249, .375)) !important;
|
||||
}
|
||||
|
||||
listbox:focus > listitem[current="true"],
|
||||
|
@ -121,8 +121,8 @@ treechildren::-moz-tree-cell-text {
|
|||
rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: rgb(132, 172, 221)
|
||||
rgba(255, 255, 255, .6) !important;
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, .16),
|
||||
rgba(131, 183, 249, .375)) !important;
|
||||
background-image: linear-gradient(rgba(131, 183, 249, .16),
|
||||
rgba(131, 183, 249, .375)) !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
@ -149,8 +149,8 @@ treechildren::-moz-tree-cell-text {
|
|||
rgba(255,255,255,.4) !important;
|
||||
-moz-border-bottom-colors: rgb(125, 162, 206)
|
||||
rgba(255,255,255,.6) !important;
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, .28),
|
||||
rgba(131, 183, 249, .50)) !important;
|
||||
background-image: linear-gradient(rgba(131, 183, 249, .28),
|
||||
rgba(131, 183, 249, .50)) !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
@ -163,8 +163,8 @@ treechildren::-moz-tree-cell-text {
|
|||
rgba(255,255,255,.4) !important;
|
||||
-moz-border-bottom-colors: rgb(184, 214, 251)
|
||||
rgba(255,255,255,.6) !important;
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, .05),
|
||||
rgba(131, 183, 249, .16)) !important;
|
||||
background-image: linear-gradient(rgba(131, 183, 249, .05),
|
||||
rgba(131, 183, 249, .16)) !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
@ -177,8 +177,8 @@ treechildren::-moz-tree-cell-text {
|
|||
rgba(255,255,255,.4) !important;
|
||||
-moz-border-bottom-colors: rgb(125, 162, 206)
|
||||
rgba(255,255,255,.6) !important;
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, .05),
|
||||
rgba(131, 183, 249, .16)) !important;
|
||||
background-image: linear-gradient(rgba(131, 183, 249, .05),
|
||||
rgba(131, 183, 249, .16)) !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
@ -191,8 +191,8 @@ treechildren::-moz-tree-cell-text {
|
|||
rgba(255,255,255,.4) !important;
|
||||
-moz-border-bottom-colors: rgb(125, 162, 206)
|
||||
rgba(255,255,255,.6) !important;
|
||||
background-image: -moz-linear-gradient(rgba(131, 183, 249, .28),
|
||||
rgba(131, 183, 249, .50)) !important;
|
||||
background-image: linear-gradient(rgba(131, 183, 249, .28),
|
||||
rgba(131, 183, 249, .50)) !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
@ -227,8 +227,8 @@ treechildren::-moz-tree-cell-text {
|
|||
notification[value="addon-install-failed"],
|
||||
notification[value="addon-install-complete"] {
|
||||
background-image: url("chrome://mozapps/skin/extensions/stripes-info-negative.png"),
|
||||
-moz-linear-gradient(rgba(204, 217, 234, 0.5),
|
||||
rgba(231, 237, 246, 0.8));
|
||||
linear-gradient(rgba(204, 217, 234, 0.5),
|
||||
rgba(231, 237, 246, 0.8));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -174,8 +174,8 @@ notification[value="addon-install-blocked"],
|
|||
notification[value="addon-install-failed"],
|
||||
notification[value="addon-install-complete"] {
|
||||
background-image: url("chrome://mozapps/skin/extensions/stripes-info-negative.png"),
|
||||
-moz-linear-gradient(rgba(255, 255, 255, 0),
|
||||
rgba(255, 255, 255, 0.5));
|
||||
linear-gradient(rgba(255, 255, 255, 0),
|
||||
rgba(255, 255, 255, 0.5));
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ button::-moz-focus-inner {
|
|||
input[type="submit"],
|
||||
button {
|
||||
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
|
||||
background-image: -moz-linear-gradient(center top , #EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
background-image: linear-gradient(#EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
border-color: #AAAAAA #AAAAAA #888888;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
|
@ -36,16 +36,16 @@ button {
|
|||
|
||||
input[type="submit"]:hover,
|
||||
button:hover {
|
||||
background-image: -moz-linear-gradient(center top , #fafafa 0%, #fafafa 50%, #eee 50%, #eee 100%);
|
||||
background-image: linear-gradient(#fafafa 0%, #fafafa 50%, #eee 50%, #eee 100%);
|
||||
}
|
||||
|
||||
input[type="submit"]:active,
|
||||
button:active {
|
||||
background-image: -moz-linear-gradient(center top , #ddd 0%, #ddd 100%);
|
||||
background-image: linear-gradient(#ddd 0%, #ddd 100%);
|
||||
}
|
||||
|
||||
input[type="submit"][disabled="true"], input[type="submit"][disabled="true"]:hover {
|
||||
background-image: -moz-linear-gradient(center top , #EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
background-image: linear-gradient(#EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
opacity: 0.5;
|
||||
cursor: default;
|
||||
}
|
||||
|
@ -460,7 +460,7 @@ input[type="submit"].search {
|
|||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #888a85;
|
||||
background: -moz-linear-gradient( center bottom, rgb(238,238,236) 16%, rgb(255,255,255) 76%);
|
||||
background: linear-gradient(to top, rgb(238,238,236) 16%, rgb(255,255,255) 76%);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ button::-moz-focus-inner {
|
|||
input[type="submit"],
|
||||
button {
|
||||
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75) inset;
|
||||
background-image: -moz-linear-gradient(center top , #EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
background-image: linear-gradient(#EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
border-color: #AAAAAA #AAAAAA #888888;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
|
@ -36,16 +36,16 @@ button {
|
|||
|
||||
input[type="submit"]:hover,
|
||||
button:hover {
|
||||
background-image: -moz-linear-gradient(center top , #fafafa 0%, #fafafa 50%, #eee 50%, #eee 100%);
|
||||
background-image: linear-gradient(#fafafa 0%, #fafafa 50%, #eee 50%, #eee 100%);
|
||||
}
|
||||
|
||||
input[type="submit"]:active,
|
||||
button:active {
|
||||
background-image: -moz-linear-gradient(center top , #ddd 0%, #ddd 100%);
|
||||
background-image: linear-gradient(#ddd 0%, #ddd 100%);
|
||||
}
|
||||
|
||||
input[type="submit"][disabled="true"], input[type="submit"][disabled="true"]:hover {
|
||||
background-image: -moz-linear-gradient(center top , #EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
background-image: linear-gradient(#EEEEEE 0%, #EEEEEE 50%, #E1E1E1 50%, #E1E1E1 100%);
|
||||
opacity: 0.5;
|
||||
cursor: default;
|
||||
}
|
||||
|
@ -460,7 +460,7 @@ input[type="submit"].search {
|
|||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #888a85;
|
||||
background: -moz-linear-gradient( center bottom, rgb(238,238,236) 16%, rgb(255,255,255) 76%);
|
||||
background: linear-gradient(to top, rgb(238,238,236) 16%, rgb(255,255,255) 76%);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
.mail-toolbox:-moz-lwtheme,
|
||||
.contentTabToolbox:-moz-lwtheme {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5),
|
||||
rgba(255, 255, 255, 0) 28px) !important;
|
||||
}
|
||||
|
||||
|
@ -74,7 +74,7 @@
|
|||
|
||||
.mail-toolbox:not(:-moz-lwtheme),
|
||||
.contentTabToolbox:not(:-moz-lwtheme) {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .5),
|
||||
rgba(255, 255, 255, 0));
|
||||
}
|
||||
|
||||
|
@ -197,7 +197,7 @@ toolbox[labelalign="end"] .toolbarbutton-menubutton-button {
|
|||
.toolbarbutton-menubutton-dropmarker,
|
||||
.toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):not([checked="true"]):not([open="true"]):not(:active):hover {
|
||||
color: -moz-DialogText;
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 32%, 93%, .2);
|
||||
border-color: hsla(210, 54%, 20%, .15) hsla(210, 54%, 20%, .2)
|
||||
|
@ -221,7 +221,7 @@ toolbox[labelalign="end"] .toolbarbutton-menubutton-button {
|
|||
.toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled="true"]):hover:active,
|
||||
.toolbarbutton-1[open="true"] > .toolbarbutton-menubutton-dropmarker:not([disabled="true"]),
|
||||
.toolbarbutton-1:not([type="menu-button"]):not([disabled="true"]):-moz-any([open="true"],[checked="true"],:hover:active) {
|
||||
background-image: -moz-linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
background-image: linear-gradient(hsla(0, 0%, 100%, .6),
|
||||
hsla(0, 0%, 100%, .1));
|
||||
background-color: hsla(210, 54%, 20%, .15);
|
||||
border-color: hsla(210, 54%, 20%, .3) hsla(210, 54%, 20%, .35)
|
||||
|
@ -309,19 +309,19 @@ toolbox[labelalign="end"] > toolbar[mode="full"] .toolbarbutton-1[type="menu"] {
|
|||
#tabbar-toolbar .toolbarbutton-1:not([disabled])[checked="true"],
|
||||
#tabbar-toolbar toolbarbutton[type="menu-button"]:hover >
|
||||
.toolbarbutton-menubutton-dropmarker:not([disabled="true"]) {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0),
|
||||
rgba(255, 255, 255, .5)),
|
||||
-moz-linear-gradient(transparent, rgba(0, 0, 0, .25) 30%),
|
||||
-moz-linear-gradient(transparent, rgba(0, 0, 0, .25) 30%);
|
||||
linear-gradient(transparent, rgba(0, 0, 0, .25) 30%),
|
||||
linear-gradient(transparent, rgba(0, 0, 0, .25) 30%);
|
||||
background-position: 1px -1px, 0 -1px, 100% -1px;
|
||||
background-size: calc(100% - 2px) 100%, 1px 100%, 1px 100%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#tabbar-toolbar .toolbarbutton-menubutton-button:not([disabled]):hover {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0),
|
||||
rgba(255, 255, 255, .5)),
|
||||
-moz-linear-gradient(transparent, rgba(0, 0, 0, .25) 30%);
|
||||
linear-gradient(transparent, rgba(0, 0, 0, .25) 30%);
|
||||
background-position: 1px -1px, 0 -1px;
|
||||
background-size: calc(100% - 1px) 100%, 1px 100%;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -382,12 +382,12 @@ toolbox[labelalign="end"] > toolbar[mode="full"] .toolbarbutton-1[type="menu"] {
|
|||
}
|
||||
|
||||
#mail-toolbar-menubar2:-moz-lwtheme {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%);
|
||||
}
|
||||
|
||||
#navigation-toolbox > #mail-toolbar-menubar2:not(:-moz-lwtheme) {
|
||||
background-color: hsl(210, 75%, 92%);
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .5),
|
||||
rgba(255, 255, 255, .5));
|
||||
border-bottom: 1px solid #AABCCF;
|
||||
}
|
||||
|
@ -668,9 +668,9 @@ toolbar[mode="text"] .button-appmenu .toolbarbutton-icon {
|
|||
|
||||
#appmenuPrimaryPane menupopup {
|
||||
-moz-appearance: none;
|
||||
background-image: -moz-linear-gradient(left, white 26px, ThreeDLightShadow 26px,
|
||||
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
||||
ThreeDHighlight 28px, white 28px);
|
||||
background-image: linear-gradient(to right, white 26px, ThreeDLightShadow 26px,
|
||||
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
||||
ThreeDHighlight 28px, white 28px);
|
||||
border: 3px solid;
|
||||
-moz-border-top-colors: ThreeDShadow white;
|
||||
-moz-border-bottom-colors: ThreeDShadow white;
|
||||
|
@ -680,9 +680,9 @@ toolbar[mode="text"] .button-appmenu .toolbarbutton-icon {
|
|||
|
||||
#appmenuSecondaryPane menupopup {
|
||||
-moz-appearance: none;
|
||||
background-image: -moz-linear-gradient(left, #f1f5fb 26px, ThreeDLightShadow 26px,
|
||||
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
||||
ThreeDHighlight 28px, #f1f5fb 28px);
|
||||
background-image: linear-gradient(to right, #f1f5fb 26px, ThreeDLightShadow 26px,
|
||||
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
||||
ThreeDHighlight 28px, #f1f5fb 28px);
|
||||
border: 3px solid;
|
||||
-moz-border-top-colors: ThreeDShadow #f1f5fb;
|
||||
-moz-border-bottom-colors: ThreeDShadow #f1f5fb;
|
||||
|
@ -691,14 +691,14 @@ toolbar[mode="text"] .button-appmenu .toolbarbutton-icon {
|
|||
}
|
||||
|
||||
#appmenuPrimaryPane menupopup:-moz-locale-dir(rtl) {
|
||||
background-image: -moz-linear-gradient(right, white 26px, ThreeDLightShadow 26px,
|
||||
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
||||
ThreeDHighlight 28px, white 28px);
|
||||
background-image: linear-gradient(to left, white 26px, ThreeDLightShadow 26px,
|
||||
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
||||
ThreeDHighlight 28px, white 28px);
|
||||
}
|
||||
#appmenuSecondaryPane menupopup:-moz-locale-dir(rtl) {
|
||||
background-image: -moz-linear-gradient(right, #f1f5fb 26px, ThreeDLightShadow 26px,
|
||||
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
||||
ThreeDHighlight 28px, #f1f5fb 28px);
|
||||
background-image: linear-gradient(to left, #f1f5fb 26px, ThreeDLightShadow 26px,
|
||||
ThreeDLightShadow 27px, ThreeDHighlight 27px,
|
||||
ThreeDHighlight 28px, #f1f5fb 28px);
|
||||
}
|
||||
|
||||
.appmenu-menuseparator {
|
||||
|
@ -714,7 +714,7 @@ toolbar[mode="text"] .button-appmenu .toolbarbutton-icon {
|
|||
.appmenu-edit-button:not([disabled]):hover {
|
||||
border: 1px solid #b8d6fb;
|
||||
box-shadow: inset 0 0 1px white;
|
||||
background: -moz-linear-gradient(#fafbfd, #ebf3fd);
|
||||
background: linear-gradient(#fafbfd, #ebf3fd);
|
||||
transition: .2s ease-in;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
-moz-appearance: none;
|
||||
border-top: none;
|
||||
border-bottom: 1px solid threedshadow;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .5),
|
||||
rgba(255, 255, 255, .1) 19px) !important;
|
||||
}
|
||||
|
||||
|
@ -874,7 +874,7 @@ toolbar[iconsize="small"] .button-appmenu[disabled] {
|
|||
.appmenu-edit-button:not([disabled]):hover {
|
||||
border: 1px solid #b8d6fb;
|
||||
box-shadow: inset 0 0 1px white;
|
||||
background: -moz-linear-gradient(#fafbfd, #ebf3fd);
|
||||
background: linear-gradient(#fafbfd, #ebf3fd);
|
||||
transition: .2s ease-in;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
}
|
||||
|
||||
#threadTree[filterActive="nomatches"] {
|
||||
background: -moz-repeating-linear-gradient(top left -45deg, #fff0f4,
|
||||
background: repeating-linear-gradient(-45deg, #fff0f4,
|
||||
#fff0f4 5px, white 5px, white 10px);
|
||||
}
|
||||
}
|
||||
|
@ -86,7 +86,7 @@
|
|||
|
||||
@media (-moz-windows-default-theme) {
|
||||
#quick-filter-bar toolbarbutton:not([checked="true"]):hover {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, .8),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, .8),
|
||||
rgba(255, 255, 255, .45) 49%, rgba(255, 255, 255, .35) 51%,
|
||||
rgba(255,255,255,.1));
|
||||
background-color: hsla(210, 48%, 96%, .75);
|
||||
|
|
|
@ -70,7 +70,7 @@ toolbox[labelalign="end"] #qfb-show-filter-bar {
|
|||
}
|
||||
|
||||
#quick-filter-bar-main-bar:-moz-system-metric(windows-default-theme) {
|
||||
background: -moz-linear-gradient(top, #f2f7fd 0, #e9f2fc 12px, #e3eefb 12px, #e3eefb 100%);
|
||||
background: linear-gradient(#f2f7fd 0, #e9f2fc 12px, #e3eefb 12px, #e3eefb 100%);
|
||||
border-top: 1px solid #fff;
|
||||
border-bottom: 2px solid;
|
||||
-moz-border-bottom-colors: #9196a2 #fff;
|
||||
|
|
|
@ -96,9 +96,9 @@
|
|||
height: 28px;
|
||||
-moz-margin-start: -2px;
|
||||
-moz-margin-end: 0;
|
||||
background: -moz-linear-gradient(bottom, hsla(210, 23%, 10%, .4),
|
||||
background: linear-gradient(to top, hsla(210, 23%, 10%, .4),
|
||||
hsla(210, 23%, 10%, .1) 80%, transparent),
|
||||
-moz-linear-gradient(bottom, hsla(0, 0%, 100%, .4),
|
||||
linear-gradient(to top, hsla(0, 0%, 100%, .4),
|
||||
hsla(0, 0%, 100%, .1) 80%, transparent);
|
||||
background-position: 0 0, 1px 0;
|
||||
background-size: 1px 100%;
|
||||
|
@ -341,10 +341,10 @@ tabpanels {
|
|||
.tabs-alltabs-button:hover:active,
|
||||
.tabmail-arrowscrollbox > .scrollbutton-up:not([disabled]):hover,
|
||||
.tabmail-arrowscrollbox > stack > .scrollbutton-down:not([disabled]):hover {
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0),
|
||||
rgba(255, 255, 255, .5)),
|
||||
-moz-linear-gradient(transparent, rgba(0, 0, 0, .25) 30%),
|
||||
-moz-linear-gradient(transparent, rgba(0, 0, 0, .25) 30%);
|
||||
linear-gradient(transparent, rgba(0, 0, 0, .25) 30%),
|
||||
linear-gradient(transparent, rgba(0, 0, 0, .25) 30%);
|
||||
background-position: 1px -1px, 0 -1px, 100% -1px;
|
||||
background-size: calc(100% - 2px) 100%, 1px 100%, 1px 100%;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -367,7 +367,7 @@ tabpanels {
|
|||
|
||||
.contentTabToolbox:-moz-lwtheme {
|
||||
height: 1px;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%);
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
|
|
|
@ -92,9 +92,9 @@
|
|||
height: 28px;
|
||||
-moz-margin-start: -2px;
|
||||
-moz-margin-end: 0;
|
||||
background: -moz-linear-gradient(bottom, hsla(210, 23%, 10%, .4),
|
||||
background: linear-gradient(to top, hsla(210, 23%, 10%, .4),
|
||||
hsla(210, 23%, 10%, .1) 80%, transparent),
|
||||
-moz-linear-gradient(bottom, hsla(0, 0%, 100%, .4),
|
||||
linear-gradient(to top, hsla(0, 0%, 100%, .4),
|
||||
hsla(0, 0%, 100%, .1) 80%, transparent);
|
||||
background-position: 0 0, 1px 0;
|
||||
background-size: 1px 100%;
|
||||
|
@ -411,7 +411,7 @@ tabpanels {
|
|||
|
||||
.contentTabToolbox:-moz-lwtheme {
|
||||
height: 1px;
|
||||
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%);
|
||||
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%);
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
-moz-border-right-colors: #CCCCCC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #CCCCCC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #CCCCCC rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(204, 204, 204, .28),
|
||||
rgba(204, 204, 204, .50)) !important;
|
||||
background: linear-gradient(rgba(204, 204, 204, .28),
|
||||
rgba(204, 204, 204, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-CCCCCC, selected, focus) {
|
||||
color: #000000 !important;
|
||||
|
@ -24,8 +24,8 @@
|
|||
-moz-border-right-colors: #C0C0C0 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #C0C0C0 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #C0C0C0 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(192, 192, 192, .28),
|
||||
rgba(192, 192, 192, .50)) !important;
|
||||
background: linear-gradient(rgba(192, 192, 192, .28),
|
||||
rgba(192, 192, 192, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-C0C0C0, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -37,8 +37,8 @@
|
|||
-moz-border-right-colors: #999999 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #999999 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #999999 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(153, 153, 153, .28),
|
||||
rgba(153, 153, 153, .50)) !important;
|
||||
background: linear-gradient(rgba(153, 153, 153, .28),
|
||||
rgba(153, 153, 153, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-999999, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -50,8 +50,8 @@
|
|||
-moz-border-right-colors: #666666 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #666666 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #666666 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 102, 102, .28),
|
||||
rgba(102, 102, 102, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 102, 102, .28),
|
||||
rgba(102, 102, 102, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-666666, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -63,8 +63,8 @@
|
|||
-moz-border-right-colors: #333333 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #333333 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #333333 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 51, 51, .28),
|
||||
rgba(51, 51, 51, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 51, 51, .28),
|
||||
rgba(51, 51, 51, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-000000, selected, focus) {
|
||||
|
@ -73,8 +73,8 @@
|
|||
-moz-border-right-colors: #000000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #000000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #000000 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(0, 0, 0, .28),
|
||||
rgba(0, 0, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(0, 0, 0, .28),
|
||||
rgba(0, 0, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-FFCCCC, selected, focus) {
|
||||
|
@ -83,8 +83,8 @@
|
|||
-moz-border-right-colors: #FFCCCC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFCCCC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFCCCC rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 204, 204, .28),
|
||||
rgba(255, 204, 204, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 204, 204, .28),
|
||||
rgba(255, 204, 204, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFCCCC, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -96,8 +96,8 @@
|
|||
-moz-border-right-colors: #FF6666 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FF6666 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FF6666 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 102, 102, .28),
|
||||
rgba(255, 102, 102, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 102, 102, .28),
|
||||
rgba(255, 102, 102, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FF6666, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -109,8 +109,8 @@
|
|||
-moz-border-right-colors: #FF0000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FF0000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FF0000 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 0, 0, .28),
|
||||
rgba(255, 0, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 0, 0, .28),
|
||||
rgba(255, 0, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-CC0000, selected, focus) {
|
||||
|
@ -119,8 +119,8 @@
|
|||
-moz-border-right-colors: #CC0000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #CC0000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #CC0000 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(204, 0, 0, .28),
|
||||
rgba(204, 0, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(204, 0, 0, .28),
|
||||
rgba(204, 0, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-990000, selected, focus) {
|
||||
|
@ -129,8 +129,8 @@
|
|||
-moz-border-right-colors: #990000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #990000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #990000 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(153, 0, 0, .28),
|
||||
rgba(153, 0, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(153, 0, 0, .28),
|
||||
rgba(153, 0, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-660000, selected, focus) {
|
||||
|
@ -139,8 +139,8 @@
|
|||
-moz-border-right-colors: #660000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #660000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #660000 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 0, 0, .28),
|
||||
rgba(102, 0, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 0, 0, .28),
|
||||
rgba(102, 0, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-330000, selected, focus) {
|
||||
|
@ -149,8 +149,8 @@
|
|||
-moz-border-right-colors: #330000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #330000 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #330000 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 0, 0, .28),
|
||||
rgba(51, 0, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 0, 0, .28),
|
||||
rgba(51, 0, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-FFCC99, selected, focus) {
|
||||
|
@ -159,8 +159,8 @@
|
|||
-moz-border-right-colors: #FFCC99 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFCC99 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFCC99 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 204, 153, .28),
|
||||
rgba(255, 204, 153, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 204, 153, .28),
|
||||
rgba(255, 204, 153, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFCC99, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -172,8 +172,8 @@
|
|||
-moz-border-right-colors: #FF9966 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FF9966 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FF9966 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 153, 102, .28),
|
||||
rgba(255, 153, 102, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 153, 102, .28),
|
||||
rgba(255, 153, 102, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FF9966, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -185,8 +185,8 @@
|
|||
-moz-border-right-colors: #FF9900 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FF9900 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FF9900 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 153, 0, .28),
|
||||
rgba(255, 153, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 153, 0, .28),
|
||||
rgba(255, 153, 0, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FF9900, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -198,8 +198,8 @@
|
|||
-moz-border-right-colors: #FF6600 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FF6600 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FF6600 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 102, 0, .28),
|
||||
rgba(255, 102, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 102, 0, .28),
|
||||
rgba(255, 102, 0, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FF6600, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -211,8 +211,8 @@
|
|||
-moz-border-right-colors: #CC6600 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #CC6600 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #CC6600 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(204, 102, 0, .28),
|
||||
rgba(204, 102, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(204, 102, 0, .28),
|
||||
rgba(204, 102, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-993300, selected, focus) {
|
||||
|
@ -221,8 +221,8 @@
|
|||
-moz-border-right-colors: #993300 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #993300 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #993300 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(153, 51, 0, .28),
|
||||
rgba(153, 51, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(153, 51, 0, .28),
|
||||
rgba(153, 51, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-663300, selected, focus) {
|
||||
|
@ -231,8 +231,8 @@
|
|||
-moz-border-right-colors: #663300 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #663300 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #663300 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 51, 0, .28),
|
||||
rgba(102, 51, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 51, 0, .28),
|
||||
rgba(102, 51, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-FFFF99, selected, focus) {
|
||||
|
@ -241,8 +241,8 @@
|
|||
-moz-border-right-colors: #FFFF99 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFFF99 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFFF99 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 255, 153, .28),
|
||||
rgba(255, 255, 153, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 255, 153, .28),
|
||||
rgba(255, 255, 153, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFFF99, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -254,8 +254,8 @@
|
|||
-moz-border-right-colors: #FFFF66 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFFF66 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFFF66 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 255, 102, .28),
|
||||
rgba(255, 255, 102, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 255, 102, .28),
|
||||
rgba(255, 255, 102, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFFF66, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -267,8 +267,8 @@
|
|||
-moz-border-right-colors: #FFCC66 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFCC66 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFCC66 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 204, 102, .28),
|
||||
rgba(255, 204, 102, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 204, 102, .28),
|
||||
rgba(255, 204, 102, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFCC66, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -280,8 +280,8 @@
|
|||
-moz-border-right-colors: #FFCC33 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFCC33 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFCC33 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 204, 51, .28),
|
||||
rgba(255, 204, 51, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 204, 51, .28),
|
||||
rgba(255, 204, 51, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFCC33, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -293,8 +293,8 @@
|
|||
-moz-border-right-colors: #CC9933 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #CC9933 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #CC9933 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(204, 153, 51, .28),
|
||||
rgba(204, 153, 51, .50)) !important;
|
||||
background: linear-gradient(rgba(204, 153, 51, .28),
|
||||
rgba(204, 153, 51, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-CC9933, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -306,8 +306,8 @@
|
|||
-moz-border-right-colors: #996633 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #996633 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #996633 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(153, 102, 51, .28),
|
||||
rgba(153, 102, 51, .50)) !important;
|
||||
background: linear-gradient(rgba(153, 102, 51, .28),
|
||||
rgba(153, 102, 51, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-663333, selected, focus) {
|
||||
|
@ -316,8 +316,8 @@
|
|||
-moz-border-right-colors: #663333 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #663333 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #663333 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 51, 51, .28),
|
||||
rgba(102, 51, 51, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 51, 51, .28),
|
||||
rgba(102, 51, 51, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-FFFFCC, selected, focus) {
|
||||
|
@ -326,8 +326,8 @@
|
|||
-moz-border-right-colors: #FFFFCC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFFFCC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFFFCC rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 255, 204, .28),
|
||||
rgba(255, 255, 204, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 255, 204, .28),
|
||||
rgba(255, 255, 204, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFFFCC, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -339,8 +339,8 @@
|
|||
-moz-border-right-colors: #FFFF33 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFFF33 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFFF33 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 255, 51, .28),
|
||||
rgba(255, 255, 51, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 255, 51, .28),
|
||||
rgba(255, 255, 51, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFFF33, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -352,8 +352,8 @@
|
|||
-moz-border-right-colors: #FFFF00 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFFF00 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFFF00 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 255, 0, .28),
|
||||
rgba(255, 255, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 255, 0, .28),
|
||||
rgba(255, 255, 0, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFFF00, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -365,8 +365,8 @@
|
|||
-moz-border-right-colors: #FFCC00 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFCC00 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFCC00 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 204, 0, .28),
|
||||
rgba(255, 204, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 204, 0, .28),
|
||||
rgba(255, 204, 0, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFCC00, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -378,8 +378,8 @@
|
|||
-moz-border-right-colors: #999900 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #999900 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #999900 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(153, 153, 0, .28),
|
||||
rgba(153, 153, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(153, 153, 0, .28),
|
||||
rgba(153, 153, 0, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-999900, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -391,8 +391,8 @@
|
|||
-moz-border-right-colors: #666600 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #666600 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #666600 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 102, 0, .28),
|
||||
rgba(102, 102, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 102, 0, .28),
|
||||
rgba(102, 102, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-333300, selected, focus) {
|
||||
|
@ -401,8 +401,8 @@
|
|||
-moz-border-right-colors: #333300 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #333300 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #333300 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 51, 0, .28),
|
||||
rgba(51, 51, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 51, 0, .28),
|
||||
rgba(51, 51, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-99FF99, selected, focus) {
|
||||
|
@ -411,8 +411,8 @@
|
|||
-moz-border-right-colors: #99FF99 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #99FF99 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #99FF99 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(153, 255, 153, .28),
|
||||
rgba(153, 255, 153, .50)) !important;
|
||||
background: linear-gradient(rgba(153, 255, 153, .28),
|
||||
rgba(153, 255, 153, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-99FF99, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -424,8 +424,8 @@
|
|||
-moz-border-right-colors: #66FF99 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #66FF99 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #66FF99 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 255, 153, .28),
|
||||
rgba(102, 255, 153, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 255, 153, .28),
|
||||
rgba(102, 255, 153, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-66FF99, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -437,8 +437,8 @@
|
|||
-moz-border-right-colors: #33FF33 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #33FF33 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #33FF33 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 255, 51, .28),
|
||||
rgba(51, 255, 51, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 255, 51, .28),
|
||||
rgba(51, 255, 51, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-33FF33, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -450,8 +450,8 @@
|
|||
-moz-border-right-colors: #33CC00 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #33CC00 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #33CC00 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 204, 0, .28),
|
||||
rgba(51, 204, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 204, 0, .28),
|
||||
rgba(51, 204, 0, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-33CC00, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -463,8 +463,8 @@
|
|||
-moz-border-right-colors: #009900 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #009900 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #009900 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(0, 153, 0, .28),
|
||||
rgba(0, 153, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(0, 153, 0, .28),
|
||||
rgba(0, 153, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-006600, selected, focus) {
|
||||
|
@ -473,8 +473,8 @@
|
|||
-moz-border-right-colors: #006600 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #006600 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #006600 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(0, 102, 0, .28),
|
||||
rgba(0, 102, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(0, 102, 0, .28),
|
||||
rgba(0, 102, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-003300, selected, focus) {
|
||||
|
@ -483,8 +483,8 @@
|
|||
-moz-border-right-colors: #003300 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #003300 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #003300 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(0, 51, 0, .28),
|
||||
rgba(0, 51, 0, .50)) !important;
|
||||
background: linear-gradient(rgba(0, 51, 0, .28),
|
||||
rgba(0, 51, 0, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-99FFFF, selected, focus) {
|
||||
|
@ -493,8 +493,8 @@
|
|||
-moz-border-right-colors: #99FFFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #99FFFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #99FFFF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(153, 255, 255, .28),
|
||||
rgba(153, 255, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(153, 255, 255, .28),
|
||||
rgba(153, 255, 255, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-99FFFF, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -506,8 +506,8 @@
|
|||
-moz-border-right-colors: #33FFFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #33FFFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #33FFFF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 255, 255, .28),
|
||||
rgba(51, 255, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 255, 255, .28),
|
||||
rgba(51, 255, 255, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-33FFFF, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -519,8 +519,8 @@
|
|||
-moz-border-right-colors: #66CCCC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #66CCCC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #66CCCC rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 204, 204, .28),
|
||||
rgba(102, 204, 204, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 204, 204, .28),
|
||||
rgba(102, 204, 204, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-66CCCC, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -532,8 +532,8 @@
|
|||
-moz-border-right-colors: #00CCCC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #00CCCC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #00CCCC rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(0, 204, 204, .28),
|
||||
rgba(0, 204, 204, .50)) !important;
|
||||
background: linear-gradient(rgba(0, 204, 204, .28),
|
||||
rgba(0, 204, 204, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-00CCCC, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -545,8 +545,8 @@
|
|||
-moz-border-right-colors: #339999 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #339999 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #339999 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 153, 153, .28),
|
||||
rgba(51, 153, 153, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 153, 153, .28),
|
||||
rgba(51, 153, 153, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-339999, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -558,8 +558,8 @@
|
|||
-moz-border-right-colors: #336666 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #336666 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #336666 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 102, 102, .28),
|
||||
rgba(51, 102, 102, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 102, 102, .28),
|
||||
rgba(51, 102, 102, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-003333, selected, focus) {
|
||||
|
@ -568,8 +568,8 @@
|
|||
-moz-border-right-colors: #003333 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #003333 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #003333 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(0, 51, 51, .28),
|
||||
rgba(0, 51, 51, .50)) !important;
|
||||
background: linear-gradient(rgba(0, 51, 51, .28),
|
||||
rgba(0, 51, 51, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-CCFFFF, selected, focus) {
|
||||
|
@ -578,8 +578,8 @@
|
|||
-moz-border-right-colors: #CCFFFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #CCFFFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #CCFFFF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(204, 255, 255, .28),
|
||||
rgba(204, 255, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(204, 255, 255, .28),
|
||||
rgba(204, 255, 255, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-CCFFFF, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -591,8 +591,8 @@
|
|||
-moz-border-right-colors: #66FFFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #66FFFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #66FFFF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 255, 255, .28),
|
||||
rgba(102, 255, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 255, 255, .28),
|
||||
rgba(102, 255, 255, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-66FFFF, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -604,8 +604,8 @@
|
|||
-moz-border-right-colors: #33CCFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #33CCFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #33CCFF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 204, 255, .28),
|
||||
rgba(51, 204, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 204, 255, .28),
|
||||
rgba(51, 204, 255, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-33CCFF, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -617,8 +617,8 @@
|
|||
-moz-border-right-colors: #3366FF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #3366FF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #3366FF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 102, 255, .28),
|
||||
rgba(51, 102, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 102, 255, .28),
|
||||
rgba(51, 102, 255, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-3333FF, selected, focus) {
|
||||
|
@ -627,8 +627,8 @@
|
|||
-moz-border-right-colors: #3333FF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #3333FF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #3333FF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 51, 255, .28),
|
||||
rgba(51, 51, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 51, 255, .28),
|
||||
rgba(51, 51, 255, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-000099, selected, focus) {
|
||||
|
@ -637,8 +637,8 @@
|
|||
-moz-border-right-colors: #000099 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #000099 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #000099 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(0, 0, 153, .28),
|
||||
rgba(0, 0, 153, .50)) !important;
|
||||
background: linear-gradient(rgba(0, 0, 153, .28),
|
||||
rgba(0, 0, 153, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-000066, selected, focus) {
|
||||
|
@ -647,8 +647,8 @@
|
|||
-moz-border-right-colors: #000066 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #000066 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #000066 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(0, 0, 102, .28),
|
||||
rgba(0, 0, 102, .50)) !important;
|
||||
background: linear-gradient(rgba(0, 0, 102, .28),
|
||||
rgba(0, 0, 102, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-CCCCFF, selected, focus) {
|
||||
|
@ -657,8 +657,8 @@
|
|||
-moz-border-right-colors: #CCCCFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #CCCCFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #CCCCFF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(204, 204, 255, .28),
|
||||
rgba(204, 204, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(204, 204, 255, .28),
|
||||
rgba(204, 204, 255, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-CCCCFF, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -670,8 +670,8 @@
|
|||
-moz-border-right-colors: #9999FF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #9999FF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #9999FF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(153, 153, 255, .28),
|
||||
rgba(153, 153, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(153, 153, 255, .28),
|
||||
rgba(153, 153, 255, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-9999FF, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -683,8 +683,8 @@
|
|||
-moz-border-right-colors: #6666CC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #6666CC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #6666CC rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 102, 204, .28),
|
||||
rgba(102, 102, 204, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 102, 204, .28),
|
||||
rgba(102, 102, 204, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-6633FF, selected, focus) {
|
||||
|
@ -693,8 +693,8 @@
|
|||
-moz-border-right-colors: #6633FF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #6633FF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #6633FF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 51, 255, .28),
|
||||
rgba(102, 51, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 51, 255, .28),
|
||||
rgba(102, 51, 255, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-6600CC, selected, focus) {
|
||||
|
@ -703,8 +703,8 @@
|
|||
-moz-border-right-colors: #6600CC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #6600CC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #6600CC rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 0, 204, .28),
|
||||
rgba(102, 0, 204, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 0, 204, .28),
|
||||
rgba(102, 0, 204, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-333399, selected, focus) {
|
||||
|
@ -713,8 +713,8 @@
|
|||
-moz-border-right-colors: #333399 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #333399 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #333399 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 51, 153, .28),
|
||||
rgba(51, 51, 153, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 51, 153, .28),
|
||||
rgba(51, 51, 153, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-330099, selected, focus) {
|
||||
|
@ -723,8 +723,8 @@
|
|||
-moz-border-right-colors: #330099 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #330099 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #330099 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 0, 153, .28),
|
||||
rgba(51, 0, 153, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 0, 153, .28),
|
||||
rgba(51, 0, 153, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-FFCCFF, selected, focus) {
|
||||
|
@ -733,8 +733,8 @@
|
|||
-moz-border-right-colors: #FFCCFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FFCCFF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FFCCFF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 204, 255, .28),
|
||||
rgba(255, 204, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 204, 255, .28),
|
||||
rgba(255, 204, 255, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FFCCFF, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -746,8 +746,8 @@
|
|||
-moz-border-right-colors: #FF99FF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #FF99FF rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #FF99FF rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(255, 153, 255, .28),
|
||||
rgba(255, 153, 255, .50)) !important;
|
||||
background: linear-gradient(rgba(255, 153, 255, .28),
|
||||
rgba(255, 153, 255, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-FF99FF, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -759,8 +759,8 @@
|
|||
-moz-border-right-colors: #CC66CC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #CC66CC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #CC66CC rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(204, 102, 204, .28),
|
||||
rgba(204, 102, 204, .50)) !important;
|
||||
background: linear-gradient(rgba(204, 102, 204, .28),
|
||||
rgba(204, 102, 204, .50)) !important;
|
||||
}
|
||||
treechildren::-moz-tree-cell-text(lc-CC66CC, selected, focus) {
|
||||
color: #000000;
|
||||
|
@ -772,8 +772,8 @@
|
|||
-moz-border-right-colors: #CC33CC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #CC33CC rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #CC33CC rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(204, 51, 204, .28),
|
||||
rgba(204, 51, 204, .50)) !important;
|
||||
background: linear-gradient(rgba(204, 51, 204, .28),
|
||||
rgba(204, 51, 204, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-993399, selected, focus) {
|
||||
|
@ -782,8 +782,8 @@
|
|||
-moz-border-right-colors: #993399 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #993399 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #993399 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(153, 51, 153, .28),
|
||||
rgba(153, 51, 153, .50)) !important;
|
||||
background: linear-gradient(rgba(153, 51, 153, .28),
|
||||
rgba(153, 51, 153, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-663366, selected, focus) {
|
||||
|
@ -792,8 +792,8 @@
|
|||
-moz-border-right-colors: #663366 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #663366 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #663366 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(102, 51, 102, .28),
|
||||
rgba(102, 51, 102, .50)) !important;
|
||||
background: linear-gradient(rgba(102, 51, 102, .28),
|
||||
rgba(102, 51, 102, .50)) !important;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(lc-330033, selected, focus) {
|
||||
|
@ -802,7 +802,7 @@
|
|||
-moz-border-right-colors: #330033 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-left-colors: #330033 rgba(255, 255, 255, .4) !important;
|
||||
-moz-border-bottom-colors: #330033 rgba(255, 255, 255, .6) !important;
|
||||
background: -moz-linear-gradient(rgba(51, 0, 51, .28),
|
||||
rgba(51, 0, 51, .50)) !important;
|
||||
background: linear-gradient(rgba(51, 0, 51, .28),
|
||||
rgba(51, 0, 51, .50)) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
#organizerScopeBar {
|
||||
padding: 3px;
|
||||
-moz-appearance: none;
|
||||
background: -moz-linear-gradient(top, #E8E8E8, #D0D0D0) repeat-x;
|
||||
background: linear-gradient(#E8E8E8, #D0D0D0) repeat-x;
|
||||
border-bottom: 1px solid #888888;
|
||||
}
|
||||
|
||||
|
@ -148,7 +148,7 @@ button[group="scopeBar"]:active:hover {
|
|||
border-radius: 10000px;
|
||||
border: 1px solid rgba(0, 0, 0, .4);
|
||||
text-shadow: 0 1px rgba(255, 255, 255, .4);
|
||||
background: -moz-linear-gradient(top, #FFF, #CACACA) repeat-x;
|
||||
background: linear-gradient(#FFF, #CACACA) repeat-x;
|
||||
box-shadow: 0 1px rgba(255, 255, 255, .4);
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ treechildren::-moz-tree-image(activeColumn, Enabled-true) {
|
|||
font: icon;
|
||||
text-shadow: 0 1px #F2F2F2;
|
||||
border: 1px solid #A8A8A8;
|
||||
background: -moz-linear-gradient(bottom, #ECECEC, #ECECEC 50%, #F9F9F9 0%, #F9F9F9);
|
||||
background: linear-gradient(to top, #ECECEC, #ECECEC 50%, #F9F9F9 0%, #F9F9F9);
|
||||
min-width: 22px;
|
||||
height: 20px;
|
||||
padding: 0 1px 1px 0;
|
||||
|
@ -37,7 +37,7 @@ treechildren::-moz-tree-image(activeColumn, Enabled-true) {
|
|||
}
|
||||
|
||||
.small-button:not([disabled="true"]):hover:active {
|
||||
background: -moz-linear-gradient(bottom, #B0B0B0, #B4B4B4 50%, #BFBFBF 0%, #BABABA);
|
||||
background: linear-gradient(to top, #B0B0B0, #B4B4B4 50%, #BFBFBF 0%, #BABABA);
|
||||
border: 1px solid #9C9C9C;
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ menulist {
|
|||
font: icon;
|
||||
text-shadow: 0 1px #F2F2F2;
|
||||
border: 1px solid #A8A8A8;
|
||||
background: -moz-linear-gradient(bottom, #ECECEC, #ECECEC 50%, #F9F9F9 0%, #F9F9F9);
|
||||
background: linear-gradient(to top, #ECECEC, #ECECEC 50%, #F9F9F9 0%, #F9F9F9);
|
||||
min-width: 22px;
|
||||
height: 20px;
|
||||
padding: 0 1px 1px 0;
|
||||
|
@ -65,7 +65,7 @@ menulist {
|
|||
}
|
||||
|
||||
.small-button:not([disabled="true"]):hover:active {
|
||||
background: -moz-linear-gradient(bottom, #B0B0B0, #B4B4B4 50%, #BFBFBF 0%, #BABABA);
|
||||
background: linear-gradient(to top, #B0B0B0, #B4B4B4 50%, #BFBFBF 0%, #BABABA);
|
||||
border: 1px solid #9C9C9C;
|
||||
}
|
||||
|
||||
|
|
|
@ -578,15 +578,15 @@
|
|||
|
||||
.addon-view[notification="warning"] {
|
||||
background-image: url("chrome://mozapps/skin/extensions/stripes-warning.png"),
|
||||
-moz-linear-gradient(rgba(255, 255, 0, 0.04),
|
||||
rgba(255, 255, 0, 0));
|
||||
linear-gradient(rgba(255, 255, 0, 0.04),
|
||||
rgba(255, 255, 0, 0));
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.addon-view[notification="error"] {
|
||||
background-image: url("chrome://mozapps/skin/extensions/stripes-error.png"),
|
||||
-moz-linear-gradient(rgba(255, 0, 0, 0.04),
|
||||
rgba(255, 0, 0, 0));
|
||||
linear-gradient(rgba(255, 0, 0, 0.04),
|
||||
rgba(255, 0, 0, 0));
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
|
@ -594,16 +594,16 @@
|
|||
.addon-view[pending="upgrade"],
|
||||
.addon-view[pending="install"] {
|
||||
background-image: url("chrome://mozapps/skin/extensions/stripes-info-positive.png"),
|
||||
-moz-linear-gradient(rgba(0, 255, 0, 0.04),
|
||||
rgba(0, 255, 0, 0));
|
||||
linear-gradient(rgba(0, 255, 0, 0.04),
|
||||
rgba(0, 255, 0, 0));
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.addon-view[pending="disable"],
|
||||
.addon-view[pending="uninstall"] {
|
||||
background-image: url("chrome://mozapps/skin/extensions/stripes-info-negative.png"),
|
||||
-moz-linear-gradient(rgba(128, 128, 128, 0.04),
|
||||
rgba(128, 128, 128, 0));
|
||||
linear-gradient(rgba(128, 128, 128, 0.04),
|
||||
rgba(128, 128, 128, 0));
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
|
@ -767,8 +767,8 @@
|
|||
border-radius: 3px;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/heart.png");
|
||||
background-color: #2F73EF;
|
||||
background-image: -moz-linear-gradient(rgba(251, 252, 253, 0.70), rgba(246, 247, 248, 0.27) 49%,
|
||||
rgba(231, 232, 233, 0.25) 51%, rgba(225, 226, 229, 0.1));
|
||||
background-image: linear-gradient(rgba(251, 252, 253, 0.70), rgba(246, 247, 248, 0.27) 49%,
|
||||
rgba(231, 232, 233, 0.25) 51%, rgba(225, 226, 229, 0.1));
|
||||
}
|
||||
|
||||
#detail-contrib-btn .button-box {
|
||||
|
@ -860,8 +860,8 @@
|
|||
|
||||
.download-progress {
|
||||
background-color: rgba(151,152,153,.05);
|
||||
background-image: -moz-linear-gradient(rgba(251, 252, 253, 0.95), rgba(246, 247, 248, 0.47) 49%,
|
||||
rgba(231, 232, 233, 0.45) 51%, rgba(225, 226, 229, 0.3));
|
||||
background-image: linear-gradient(rgba(251, 252, 253, 0.95), rgba(246, 247, 248, 0.47) 49%,
|
||||
rgba(231, 232, 233, 0.45) 51%, rgba(225, 226, 229, 0.3));
|
||||
background-clip: padding-box;
|
||||
border-radius: 3px;
|
||||
border: 1px solid;
|
||||
|
@ -886,7 +886,7 @@
|
|||
.download-progress[mode="undetermined"] .end-cap,
|
||||
.download-progress .progress .progress-bar {
|
||||
-moz-appearance: none;
|
||||
background-image: -moz-linear-gradient(#71CA83, #54B06C 49%, #43A05D 51%, #60BB76);
|
||||
background-image: linear-gradient(#71CA83, #54B06C 49%, #43A05D 51%, #60BB76);
|
||||
margin-top: -1px;
|
||||
margin-bottom: -1px;
|
||||
border: 1px solid;
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
|
||||
.mainBox {
|
||||
text-align: center;
|
||||
background-image: -moz-repeating-linear-gradient(-45deg,
|
||||
rgba(65, 65, 65, 0.8),
|
||||
rgba(65, 65, 65, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 40px);
|
||||
background-image: repeating-linear-gradient(-45deg,
|
||||
rgba(65, 65, 65, 0.8),
|
||||
rgba(65, 65, 65, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 40px);
|
||||
color: white;
|
||||
border-radius: 12px;
|
||||
/* recessed effect with dark inner shadow and lightened bottom */
|
||||
|
|
Загрузка…
Ссылка в новой задаче