|
|
|
@ -72,7 +72,6 @@ textarea {
|
|
|
|
|
border: 1px solid #b2b2b2;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
|
|
|
|
|
-webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="text"]:focus,
|
|
|
|
@ -81,7 +80,6 @@ input.button:focus,
|
|
|
|
|
textarea:focus {
|
|
|
|
|
border-color: #4787b1;
|
|
|
|
|
box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
|
|
|
|
|
-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -117,11 +115,9 @@ input.button {
|
|
|
|
|
background: #f7f7f7;
|
|
|
|
|
background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
|
|
|
|
|
background: -o-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #f9f9f9 0%, #e6e6e6 100%);
|
|
|
|
|
box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
|
|
|
|
|
-webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
@ -136,11 +132,9 @@ input.button {
|
|
|
|
|
background: #7a7b7d;
|
|
|
|
|
background: -moz-linear-gradient(top, #7b7b7b 0%, #606060 100%); /* FF3.6+ */
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b7b7b), color-stop(100%,#606060)); /* Chrome,Safari4+ */
|
|
|
|
|
background: -o-linear-gradient(top, #7b7b7b 0%, #606060 100%); /* Opera 11.10+ */
|
|
|
|
|
background: -ms-linear-gradient(top, #7b7b7b 0%, #606060 100%); /* IE10+ */
|
|
|
|
|
background: linear-gradient(to bottom, #7b7b7b 0%, #606060 100%); /* W3C */
|
|
|
|
|
box-shadow: 0 1px 1px 0 #ccc, inset 0 1px 0 0 #888;
|
|
|
|
|
-webkit-box-shadow: 0 1px 1px 0 #ccc, inset 0 1px 0 0 #888;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.formbuttons input.button:hover,
|
|
|
|
@ -150,14 +144,12 @@ input.button.mainaction:focus {
|
|
|
|
|
color: #f2f2f2;
|
|
|
|
|
border-color: #465864;
|
|
|
|
|
box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6), inset 0 1px 0 0 #888;
|
|
|
|
|
-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6), inset 0 1px 0 0 #888;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.formbuttons input.button:active {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: -moz-linear-gradient(top, #5c5c5c 0%, #7b7b7b 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#7b7b7b));
|
|
|
|
|
background: -o-linear-gradient(top, #5c5c5c 0%, #7b7b7b 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #5c5c5c 0%, #7b7b7b 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #5c5c5c 0%, #7b7b7b 100%);
|
|
|
|
|
}
|
|
|
|
@ -169,11 +161,9 @@ input.button.mainaction {
|
|
|
|
|
background: #505050;
|
|
|
|
|
background: -moz-linear-gradient(top, #505050 0%, #2a2e31 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#2a2e31));
|
|
|
|
|
background: -o-linear-gradient(top, #505050 0%, #2a2e31 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #505050 0%, #2a2e31 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #505050 0%, #2a2e31 100%);
|
|
|
|
|
box-shadow: inset 0 1px 0 0 #777;
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 0 #777;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input.button.mainaction:active {
|
|
|
|
@ -181,7 +171,6 @@ input.button.mainaction:active {
|
|
|
|
|
background: #515151;
|
|
|
|
|
background: -moz-linear-gradient(top, #2a2e31 0%, #505050 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2e31), color-stop(100%,#505050));
|
|
|
|
|
background: -o-linear-gradient(top, #2a2e31 0%, #505050 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #2a2e31 0%, #505050 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #2a2e31 0%, #505050 100%);
|
|
|
|
|
}
|
|
|
|
@ -210,11 +199,9 @@ a.button,
|
|
|
|
|
background: #f7f7f7;
|
|
|
|
|
background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
|
|
|
|
|
background: -o-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #f9f9f9 0%, #e6e6e6 100%);
|
|
|
|
|
box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
|
|
|
|
|
-webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -227,7 +214,6 @@ a.button:focus,
|
|
|
|
|
input.button:focus {
|
|
|
|
|
border-color: #4fadd5;
|
|
|
|
|
box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6);
|
|
|
|
|
-webkit-box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6);
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -244,7 +230,6 @@ input.button.disabled:hover,
|
|
|
|
|
input.button[disabled]:hover {
|
|
|
|
|
border-color: #c6c6c6;
|
|
|
|
|
box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.4);
|
|
|
|
|
-webkit-box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.4);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.button.disabled span.inner {
|
|
|
|
@ -257,7 +242,6 @@ a.button.disabled span.inner {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
background: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.buttongroup a.button.first,
|
|
|
|
@ -278,7 +262,6 @@ input.button:active {
|
|
|
|
|
background: #e6e6e6;
|
|
|
|
|
background: -moz-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f9f9f9));
|
|
|
|
|
background: -o-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #e6e6e6 0%, #f9f9f9 100%);
|
|
|
|
|
}
|
|
|
|
@ -289,18 +272,15 @@ input.button:active {
|
|
|
|
|
background: #d8d8d8;
|
|
|
|
|
background: -moz-linear-gradient(top, #d8d8d8 0%, #bababa 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#bababa));
|
|
|
|
|
background: -o-linear-gradient(top, #d8d8d8 0%, #bababa 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #d8d8d8 0%, #bababa 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #d8d8d8 0%, #bababa 100%);
|
|
|
|
|
box-shadow: 0 1px 1px 0 #999;
|
|
|
|
|
-webkit-box-shadow: 0 1px 1px 0 #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pagenav.dark a.button.pressed {
|
|
|
|
|
background: #bababa;
|
|
|
|
|
background: -moz-linear-gradient(top, #bababa 0%, #d8d8d8 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#d8d8d8));
|
|
|
|
|
background: -o-linear-gradient(top, #bababa 0%, #d8d8d8 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #bababa 0%, #d8d8d8 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #bababa 0%, #d8d8d8 100%);
|
|
|
|
|
}
|
|
|
|
@ -310,11 +290,9 @@ input.button:active {
|
|
|
|
|
background: #8a8a8a;
|
|
|
|
|
background: -moz-linear-gradient(top, #909090 0%, #858585 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909090), color-stop(100%,#858585));
|
|
|
|
|
background: -o-linear-gradient(top, #909090 0%, #858585 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #909090 0%, #858585 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #909090 0%, #858585 100%);
|
|
|
|
|
box-shadow: inset 0 1px 2px 0 #555;
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 2px 0 #555;
|
|
|
|
|
border-right-color: #555;
|
|
|
|
|
border-left-color: #555;
|
|
|
|
|
}
|
|
|
|
@ -324,7 +302,6 @@ input.button:active {
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
background: -moz-linear-gradient(top, #49b3d2 0, #66bcd9 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#49b3d2), color-stop(100%,#66bcd9));
|
|
|
|
|
background: -o-linear-gradient(top, #49b3d2 0, #66bcd9 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #49b3d2 0, #66bcd9 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #49b3d2 0, #66bcd9 100%);
|
|
|
|
|
}
|
|
|
|
@ -601,7 +578,6 @@ a.iconlink.upload {
|
|
|
|
|
background: #eaeaea;
|
|
|
|
|
background: -moz-linear-gradient(top, #eaeaea 0%, #c8c8c8 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#c8c8c8));
|
|
|
|
|
background: -o-linear-gradient(top, #eaeaea 0%, #c8c8c8 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #eaeaea 0%, #c8c8c8 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #eaeaea 0%, #c8c8c8 100%);
|
|
|
|
|
white-space: nowrap;
|
|
|
|
@ -641,12 +617,10 @@ a.iconlink.upload {
|
|
|
|
|
background: -moz-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.9) 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,0.85)), color-stop(100%,rgba(48,48,48,0.9)));
|
|
|
|
|
background: -webkit-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
|
|
|
|
|
background: -o-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
|
|
|
|
|
background: linear-gradient(to bottom, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
|
|
|
|
|
|
|
|
|
|
box-shadow: 0 1px 4px 0 rgba(50,50,50,0.8), inset 0px 1px 0 0px #888;
|
|
|
|
|
-webkit-box-shadow: 0 1px 4px 0 rgba(50,50,50,0.8), inset 0px 1px 0 0px #888;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#messagestack div:after {
|
|
|
|
@ -738,7 +712,6 @@ a.iconlink.upload {
|
|
|
|
|
background: #e3e3e3;
|
|
|
|
|
background: -moz-linear-gradient(top, #e3e3e3 0%, #cfcfcf 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#cfcfcf));
|
|
|
|
|
background: -o-linear-gradient(top, #e3e3e3 0%, #cfcfcf 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #e3e3e3 0%, #cfcfcf 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #e3e3e3 0%, #cfcfcf 100%);
|
|
|
|
|
}
|
|
|
|
@ -748,7 +721,6 @@ a.iconlink.upload {
|
|
|
|
|
background: #eee;
|
|
|
|
|
background: -moz-linear-gradient(top, #eee 0%, #dcdcdc 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#dcdcdc));
|
|
|
|
|
background: -o-linear-gradient(top, #eee 0%, #dcdcdc 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #eee 0%, #dcdcdc 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #eee 0%, #dcdcdc 100%);
|
|
|
|
|
}
|
|
|
|
@ -777,7 +749,6 @@ a.iconlink.upload {
|
|
|
|
|
background: #111;
|
|
|
|
|
background: -moz-linear-gradient(top, #404040 0%, #060606 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#060606));
|
|
|
|
|
background: -o-linear-gradient(top, #404040 0%, #060606 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #404040 0%, #060606 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #404040 0%, #060606 100%);
|
|
|
|
|
}
|
|
|
|
@ -859,7 +830,6 @@ a.iconlink.upload {
|
|
|
|
|
opacity: 0.94;
|
|
|
|
|
-webkit-transition: top 0.3s ease-in-out;
|
|
|
|
|
-moz-transition: top 0.3s ease-in-out;
|
|
|
|
|
-o-transition: top 0.3s ease-in-out;
|
|
|
|
|
transition: top 0.3s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -920,7 +890,6 @@ a.iconlink.upload {
|
|
|
|
|
background: #444;
|
|
|
|
|
background: -moz-linear-gradient(top, #444 0%, #333 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#333));
|
|
|
|
|
background: -o-linear-gradient(top, #444 0%, #333 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #444 0%, #333 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #444 0%, #333 100%);
|
|
|
|
|
color: #eee;
|
|
|
|
@ -928,7 +897,6 @@ a.iconlink.upload {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
border: 1px solid #777;
|
|
|
|
|
box-shadow: 0 1px 5px 0 #333;
|
|
|
|
|
-webkit-box-shadow: 0 1px 5px 0 #333;
|
|
|
|
|
z-index: 200;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-shadow: 0px 1px 1px #000;
|
|
|
|
@ -1086,7 +1054,6 @@ a.iconlink.upload {
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
box-shadow: 0 0 2px #999;
|
|
|
|
|
-webkit-box-shadow: 0 0 2px #999;
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -1377,7 +1344,6 @@ ul.treelist li.selected > div.expanded {
|
|
|
|
|
border-top: 1px solid #ccdde4;
|
|
|
|
|
background: #d9ecf4;
|
|
|
|
|
box-shadow: inset 0 1px 0 0 #fff;
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 0 #fff;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
@ -1534,7 +1500,6 @@ table.records-table {
|
|
|
|
|
background: #d6eaf3;
|
|
|
|
|
background: -moz-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, right top, color-stop(0,#e3f2f6), color-stop(8%,#d6eaf3), color-stop(100%,#d6eaf3));
|
|
|
|
|
background: -o-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
|
|
|
|
|
background: -ms-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px ,#d6eaf3 100%);
|
|
|
|
|
background: linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
|
|
|
|
|
border-left: 1px solid #bbd3da;
|
|
|
|
@ -1603,7 +1568,6 @@ table.records-table {
|
|
|
|
|
background: #019bc6;
|
|
|
|
|
background: -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
|
|
|
|
|
background: -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #019bc6 0%, #017cb4 100%);
|
|
|
|
|
}
|
|
|
|
@ -1650,7 +1614,6 @@ body.iframe .boxtitle {
|
|
|
|
|
background: #eee;
|
|
|
|
|
background: -moz-linear-gradient(top, #eee 0%, #dfdfdf 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#dfdfdf));
|
|
|
|
|
background: -o-linear-gradient(top, #eee 0%, #dfdfdf 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #eee 0%, #dfdfdf 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #eee 0%, #dfdfdf 100%);
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
@ -1827,7 +1790,6 @@ ul.proplist li {
|
|
|
|
|
border: 1px solid #333;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
box-shadow: inset 0 0 1px #ccc;
|
|
|
|
|
-webkit-box-shadow: inset 0 0 1px #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#login-form .box-bottom {
|
|
|
|
@ -1862,24 +1824,20 @@ ul.proplist li {
|
|
|
|
|
background: #f9f9f9;
|
|
|
|
|
background: -moz-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e2e2e2));
|
|
|
|
|
background: -o-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #f9f9f9 0%, #e2e2e2 100%);
|
|
|
|
|
box-shadow: inset 0 1px 0 0 #fff;
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 0 #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#login-form input.button:hover,
|
|
|
|
|
#login-form input.button:focus {
|
|
|
|
|
box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
|
|
|
|
|
-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#login-form input.button:active {
|
|
|
|
|
color: #333;
|
|
|
|
|
background: -moz-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#f9f9f9));
|
|
|
|
|
background: -o-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #dcdcdc 0%, #f9f9f9 100%);
|
|
|
|
|
}
|
|
|
|
@ -2004,7 +1962,6 @@ ul.proplist li {
|
|
|
|
|
padding: 28px 2px 0 2px;
|
|
|
|
|
text-shadow: 0px 1px 1px #eee;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
background: url(images/buttons.png) -100px 0 no-repeat transparent;
|
|
|
|
|
border: 0;
|
|
|
|
|
border-radius: 0;
|
|
|
|
@ -2193,7 +2150,6 @@ a.menuselector {
|
|
|
|
|
background: #f8f8f8;
|
|
|
|
|
background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
|
|
|
|
|
background: -o-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #f9f9f9 0%, #dddddd 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #f8f8f8 0%, #dddddd 100%);
|
|
|
|
|
text-decoration: none;
|
|
|
|
@ -2216,7 +2172,6 @@ a.menuselector:active {
|
|
|
|
|
background: #dddddd;
|
|
|
|
|
background: -moz-linear-gradient(top, #dddddd 0%, #f8f8f8 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#f8f8f8));
|
|
|
|
|
background: -o-linear-gradient(top, #dddddd 0%, #f8f8f8 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #dddddd 0%, #f8f8f8 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #dddddd 0%, #f8f8f8 100%);
|
|
|
|
|
text-decoration: none;
|
|
|
|
@ -2256,7 +2211,6 @@ a.iconbutton:focus,
|
|
|
|
|
.pagenav a.button:focus {
|
|
|
|
|
border-color: #4fadd5;
|
|
|
|
|
box-shadow: 0 0 4px 2px rgba(71,135,177, 0.8);
|
|
|
|
|
-webkit-box-shadow: 0 0 4px 2px rgba(71,135,177, 0.8);
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2319,7 +2273,6 @@ table.quota-info td.root {
|
|
|
|
|
z-index: 240;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
box-shadow: 0 2px 6px 0 #333;
|
|
|
|
|
-webkit-box-shadow: 0 2px 6px 0 #333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popupmenu.dropdown {
|
|
|
|
@ -2388,7 +2341,6 @@ select.decorated option[selected='selected'] {
|
|
|
|
|
background-color: #00aad6;
|
|
|
|
|
background: -moz-linear-gradient(top, #00aad6 0%, #008fc9 100%);
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aad6), color-stop(100%,#008fc9));
|
|
|
|
|
background: -o-linear-gradient(top, #00aad6 0%, #008fc9 100%);
|
|
|
|
|
background: -ms-linear-gradient(top, #00aad6 0%, #008fc9 100%);
|
|
|
|
|
background: linear-gradient(to bottom, #00aad6 0%, #008fc9 100%);
|
|
|
|
|
outline: none;
|
|
|
|
@ -2613,7 +2565,6 @@ ul.toolbarmenu li span.copy {
|
|
|
|
|
border: 1px solid #555;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
box-shadow: 0 2px 6px 0 #333;
|
|
|
|
|
-webkit-box-shadow: 0 2px 6px 0 #333;
|
|
|
|
|
z-index: 250;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|