Ticket #16461: colors-classic.dev.diff
File colors-classic.dev.diff, 19.1 KB (added by , 14 years ago) |
---|
-
colors-classic.dev.css
138 138 .widget .widget-top, 139 139 .postbox h3, 140 140 .stuffbox h3 { 141 background: #cfdfe9 url("../images/blue-grad.png?ver=20101102") repeat-x left top; 141 background-repeat: repeat-x; 142 background-position: left top; 143 background-color: #cfdfe9; 144 background-image: url("../images/blue-grad.png?ver=20101102"); 145 background-image: -webkit-gradient(linear, left top, from(#ecf2f9), to(#d5e6f2)); 146 background-image: -webkit-linear-gradient(#ecf2f9, #d5e6f2); 147 background-image: -moz-linear-gradient(#ecf2f9, #d5e6f2); 148 background-image: linear-gradient(#ecf2f9, #d5e6f2); 142 149 text-shadow: #fff 0 1px 0; 143 150 } 144 151 … … 258 265 } 259 266 260 267 .post-com-count { 261 background-image: url( ../images/bubble_bg.gif);268 background-image: url("../images/bubble_bg.gif"); 262 269 color: #fff; 263 270 } 264 271 … … 302 309 border-color: #666; 303 310 } 304 311 312 305 313 .button, 306 314 .submit input, 307 315 .button-secondary { 308 background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; 309 text-shadow: rgba(255,255,255,1) 0 1px 0; 316 background-color: #f2f2f2; 317 background-repeat: repeat-x; 318 background-attachment: scroll; 319 background-position: left top; 320 background-image: url("../images/white-grad.png"); 321 background-image: -webkit-gradient(linear, left top, from(#fff), to(#ededed)); 322 background-image: -webkit-linear-gradient(#fff, #ededed); 323 background-image: -moz-linear-gradient(#fff, #ededed); 324 background-image: linear-gradient(#fff, #ededed); 325 text-shadow: rgba(255, 255, 255, 1) 0 1px 0; 310 326 } 311 327 312 328 .button:active, 313 329 .submit input:active, 314 330 .button-secondary:active { 315 background: #eee url(../images/white-grad-active.png) repeat-x scroll left top; 331 background-color: #eee; 332 background-repeat: repeat-x; 333 background-attachment: scroll; 334 background-position: left top; 335 background-image: url("../images/white-grad-active.png"); 336 background-image: -webkit-gradient(linear, left top, from(#ededed), to(#fff)); 337 background-image: -webkit-linear-gradient(#ededed, #fff); 338 background-image: -moz-linear-gradient(#ededed, #fff); 339 background-image: linear-gradient(#ededed, #fff); 316 340 } 317 341 318 342 input.button-primary, … … 321 345 border-color: #298cba; 322 346 font-weight: bold; 323 347 color: #fff; 324 background: #21759B url(../images/button-grad.png) repeat-x scroll left top; 348 background-color: #21759B; 349 background-repeat: repeat-x; 350 background-attachment: scroll; 351 background-position: left top; 352 background-image: url("../images/button-grad.png"); 353 background-image: -webkit-gradient(linear, left top, from(#5e89af), to(#436d92)); 354 background-image: -webkit-linear-gradient(#5e89af, #436d92); 355 background-image: -moz-linear-gradient(#5e89af, #436d92); 356 background-image: -o-gradient(#5e89af, #436d92); 357 background-image: linear-gradient(#5e89af, #436d92); 325 358 text-shadow: rgba(0,0,0,0.3) 0 -1px 0; 326 359 } 327 360 328 361 input.button-primary:active, 329 362 button.button-primary:active, 330 363 a.button-primary:active { 331 background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top; 364 background-color: #21759b; 365 background-repeat: repeat-x; 366 background-attachment: scroll; 367 background-position: left top; 368 background-image: url("../images/button-grad-active.png"); 369 background-image: -webkit-gradient(linear, left top, from(#436d92), to(#5e89af)); 370 background-image: -webkit-linear-gradient(#436d92, #5e89af); 371 background-image: -moz-linear-gradient(#436d92, #5e89af); 372 background-image: linear-gradient(#436d92, #5e89af); 332 373 color: #eaf2fa; 333 374 } 334 375 … … 472 513 h3.dashboard-widget-title small, 473 514 .find-box-head { 474 515 color: #333; 475 background: #cfdfe9 url(../images/blue-grad.png?ver=20101102) repeat-x scroll left top; 516 background-color: #cfdfe9; 517 background-repeat: repeat-x; 518 background-attachment: scroll; 519 background-position: left top; 520 background-image: url("../images/blue-grad.png?ver=20101102"); 521 background-image: -webkit-gradient(linear, left top, from(#ecf2f9), to(#d5e6f2)); 522 background-image: -webkit-linear-gradient(#ecf2f9, #d5e6f2); 523 background-image: -moz-linear-gradient(#ecf2f9, #d5e6f2); 524 background-image: linear-gradient(#ecf2f9, #d5e6f2); 476 525 } 477 526 478 527 th.sortable a:hover, th.sortable a:active, th.sortable a:focus { … … 570 619 #footer { 571 620 color: #777; 572 621 border-color: #b0c8d7; 573 background: #cfdfe9; /* fallback color */ 574 background:-moz-linear-gradient(bottom, #cfdfe9, #eff8ff); 575 background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); 622 background-color: #cfdfe9; /* fallback color */ 623 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); 624 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); 625 background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); 626 background-image: linear-gradient(bottom, #cfdfe9, #eff8ff); 576 627 } 577 628 578 629 #media-items, … … 659 710 } 660 711 661 712 .curtime #timestamp { 662 background-image: url( ../images/date-button.gif);713 background-image: url("../images/date-button.gif"); 663 714 } 664 715 665 716 #quicktags #ed_link { … … 676 727 677 728 .tagchecklist span a, 678 729 #bulk-titles div a { 679 background: url( ../images/xit.gif) no-repeat;730 background: url("../images/xit.gif") no-repeat; 680 731 } 681 732 682 733 .tagchecklist span a:hover, 683 734 #bulk-titles div a:hover { 684 background: url( ../images/xit.gif) no-repeat -10px 0;735 background: url("../images/xit.gif") no-repeat -10px 0; 685 736 } 686 737 687 738 #update-nag, .update-nag { … … 695 746 } 696 747 697 748 #wphead { 698 border-bottom:#b0c8d7 1px solid; 699 background: #cfdfe9; /* fallback color */ 700 background:-moz-linear-gradient(bottom, #cfdfe9, #eff8ff); 701 background:-webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); 749 border-bottom: #b0c8d7 1px solid; 750 background-color: #cfdfe9; /* fallback color */ 751 background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#eff8ff)); 752 background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); 753 background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); 754 background-image: linear-gradient(bottom, #cfdfe9, #eff8ff); 702 755 } 703 756 704 757 #wphead h1 a { … … 766 819 border-color: #cfdfe9; 767 820 background-color: #cfdfe9; 768 821 background-image: url("../images/ed-bg-vs.gif?ver=20101102"); 822 background-image: -webkit-gradient(linear, left top, from(#436d92), to(#d5e6f2)); 823 background-image: -webkit-linear-gradient(#436d92, #d5e6f2); 824 background-image: -moz-linear-gradient(#436d92, #d5e6f2); 825 background-image: linear-gradient(#436d92, #d5e6f2); 769 826 } 770 827 771 828 #ed_toolbar input { … … 933 990 } 934 991 935 992 .wp_themeSkin tr.mceFirst td.mceToolbar { 936 background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top;937 993 border-color: #cfdfe9; 994 background-repeat: repeat-x; 995 background-attachment: scroll; 996 background-position: left top; 997 background-image: url("../images/ed-bg-vs.gif"); 998 background-image: -webkit-gradient(linear, left top, from(#eff8ff), to(#cfdfe9)); 999 background-image: -webkit-linear-gradient(#eff8ff, #cfdfe9); 1000 background-image: -moz-linear-gradient(#eff8ff, #cfdfe9); 1001 background-image: linear-gradient(#eff8ff, #cfdfe9); 1002 938 1003 } 939 1004 940 1005 .wp-admin #mceModalBlocker { … … 942 1007 } 943 1008 944 1009 .wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft { 945 background : #444444;1010 background-color: #444444; 946 1011 border-left: 1px solid #999; 947 1012 border-top: 1px solid #999; 948 1013 -moz-border-radius: 4px 0 0 0; … … 952 1017 } 953 1018 954 1019 .wp-admin .clearlooks2 .mceFocus .mceTop .mceRight { 955 background : #444444;1020 background-color: #444444; 956 1021 border-right: 1px solid #999; 957 1022 border-top: 1px solid #999; 958 1023 border-top-right-radius: 4px; … … 962 1027 } 963 1028 964 1029 .wp-admin .clearlooks2 .mceMiddle .mceLeft { 965 background : #f1f1f1;1030 background-color: #f1f1f1; 966 1031 border-left: 1px solid #999; 967 1032 } 968 1033 969 1034 .wp-admin .clearlooks2 .mceMiddle .mceRight { 970 background : #f1f1f1;1035 background-color: #f1f1f1; 971 1036 border-right: 1px solid #999; 972 1037 } 973 1038 974 1039 .wp-admin .clearlooks2 .mceBottom { 975 background : #f1f1f1;1040 background-color: #f1f1f1; 976 1041 border-bottom: 1px solid #999; 977 1042 } 978 1043 979 1044 .wp-admin .clearlooks2 .mceBottom .mceLeft { 980 background : #f1f1f1;1045 background-color: #f1f1f1; 981 1046 border-bottom: 1px solid #999; 982 1047 border-left: 1px solid #999; 983 1048 } 984 1049 985 1050 .wp-admin .clearlooks2 .mceBottom .mceCenter { 986 background : #f1f1f1;1051 background-color: #f1f1f1; 987 1052 border-bottom: 1px solid #999; 988 1053 } 989 1054 990 1055 .wp-admin .clearlooks2 .mceBottom .mceRight { 991 background : #f1f1f1;1056 background-color: #f1f1f1; 992 1057 border-bottom: 1px solid #999; 993 1058 border-right: 1px solid #999; 994 1059 } … … 1026 1091 } 1027 1092 1028 1093 #adminmenu li.wp-menu-separator { 1029 background: transparent url( ../images/menu-arrows.gif) no-repeat scroll left 5px;1094 background: transparent url("../images/menu-arrows.gif") no-repeat scroll left 5px; 1030 1095 } 1031 1096 1032 1097 .folded #adminmenu li.wp-menu-separator { 1033 background: transparent url( ../images/menu-arrows.gif) no-repeat scroll right -34px;1098 background: transparent url("../images/menu-arrows.gif") no-repeat scroll right -34px; 1034 1099 } 1035 1100 1036 1101 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 1037 1102 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 1038 background: transparent url( ../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -207px;1103 background: transparent url("../images/menu-bits-vs.gif?ver=20101102") no-repeat scroll left -207px; 1039 1104 } 1040 1105 1041 1106 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 1042 1107 #adminmenu .wp-menu-open .wp-menu-toggle { 1043 background: transparent url( ../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -109px;1108 background: transparent url("../images/menu-bits-vs.gif?ver=20101102") no-repeat scroll left -109px; 1044 1109 } 1045 1110 1046 1111 #adminmenu a.menu-top { 1047 background: #eff8ff url( ../images/menu-bits-vs.gif?ver=20101102) repeat-x scroll left -379px;1112 background: #eff8ff url("../images/menu-bits-vs.gif?ver=20101102") repeat-x scroll left -379px; 1048 1113 } 1049 1114 1050 1115 #adminmenu .wp-submenu a { 1051 background: #fff url( ../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll 0 -99px;1116 background: #fff url("../images/menu-bits-vs.gif?ver=20101102") no-repeat scroll 0 -99px; 1052 1117 } 1053 1118 1054 1119 #adminmenu .wp-has-current-submenu ul li a { … … 1056 1121 } 1057 1122 1058 1123 #adminmenu .wp-has-current-submenu ul li a.current { 1059 background: url( ../images/menu-dark-vs.gif) top left no-repeat !important;1124 background: url("../images/menu-dark-vs.gif") top left no-repeat !important; 1060 1125 } 1061 1126 1062 1127 .wp-has-current-submenu .wp-submenu { … … 1069 1134 1070 1135 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1071 1136 #adminmenu li.current a.menu-top { 1072 background: #d0dfe9 url( ../images/menu-bits-vs.gif?ver=20101102) top left repeat-x;1137 background: #d0dfe9 url("../images/menu-bits-vs.gif?ver=20101102") top left repeat-x; 1073 1138 border: #5589aa 1px solid; 1074 1139 color: #464646; 1075 1140 } … … 1081 1146 } 1082 1147 1083 1148 #adminmenu li.wp-has-current-submenu ul li a { 1084 background: url( ../images/menu-dark-vs.gif) bottom left no-repeat !important;1149 background: url("../images/menu-dark-vs.gif") bottom left no-repeat !important; 1085 1150 } 1086 1151 1087 1152 #adminmenu li.wp-has-current-submenu ul { … … 1089 1154 } 1090 1155 1091 1156 #adminmenu .wp-submenu .current a.current { 1092 background: transparent url( ../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll 0 -289px;1157 background: transparent url("../images/menu-bits-vs.gif?ver=20101102") no-repeat scroll 0 -289px; 1093 1158 } 1094 1159 1095 1160 #adminmenu .wp-submenu a:hover { … … 1112 1177 1113 1178 .folded #adminmenu li.menu-top, 1114 1179 #adminmenu .wp-submenu .wp-submenu-head { 1115 background: #eff8ff url( ../images/menu-bits-vs.gif?ver=20101102) repeat-x scroll left -379px;1180 background: #eff8ff url("../images/menu-bits-vs.gif?ver=20101102") repeat-x scroll left -379px; 1116 1181 } 1117 1182 1118 1183 .folded #adminmenu li.wp-has-current-submenu, 1119 1184 .folded #adminmenu li.menu-top.current { 1120 background: #e0e0e0 url( ../images/menu-bits-vs.gif?ver=20101102) top left repeat-x;1185 background: #e0e0e0 url("../images/menu-bits-vs.gif?ver=20101102") top left repeat-x; 1121 1186 border: #5589aa 1px solid; 1122 1187 color: #464646; 1123 1188 } 1124 1189 1125 1190 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1126 background: #d0dfe9 url( ../images/menu-bits-vs.gif?ver=20101102) repeat-x 0% 0%;1191 background: #d0dfe9 url("../images/menu-bits-vs.gif?ver=20101102") repeat-x 0% 0%; 1127 1192 border: 1px solid; 1128 1193 color: #464646; 1129 1194 } … … 1388 1453 body.press-this .postbox:hover .handlediv, 1389 1454 body.press-this .stuffbox:hover .handlediv, 1390 1455 .meta-box-sortables .postbox:hover .handlediv { 1391 background: transparent url( ../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -111px;1456 background: transparent url("../images/menu-bits-vs.gif?ver=20101102") no-repeat scroll left -111px; 1392 1457 } 1393 1458 1394 1459 #major-publishing-actions { … … 1488 1553 1489 1554 #favorite-first { 1490 1555 border-color: #c0c0c0; 1491 background: #f1f1f1; /* fallback color */ 1492 background:-moz-linear-gradient(bottom, #e7e7e7, #fff); 1493 background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff)); 1556 background-color: #f1f1f1; /* fallback color */ 1557 background-image: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff)); 1558 background-image: -webkit-linear-gradient(bottom, #e7e7e7, #fff); 1559 background-image: -moz-linear-gradient(bottom, #e7e7e7, #fff); 1560 background-image: linear-gradient(bottom, #e7e7e7, #fff); 1494 1561 } 1495 1562 1496 1563 #favorite-inside { … … 1499 1566 } 1500 1567 1501 1568 #favorite-toggle { 1502 background: transparent url( ../images/fav-arrow.gif?ver=20100531) no-repeat 0 -4px;1569 background: transparent url("../images/fav-arrow.gif?ver=20100531") no-repeat 0 -4px; 1503 1570 } 1504 1571 1505 1572 #favorite-actions a { … … 1525 1592 1526 1593 #icon-edit, 1527 1594 #icon-post { 1528 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -552px -5px;1595 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -552px -5px; 1529 1596 } 1530 1597 1531 1598 #icon-index { 1532 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -137px -5px;1599 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -137px -5px; 1533 1600 } 1534 1601 1535 1602 #icon-upload { 1536 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -251px -5px;1603 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -251px -5px; 1537 1604 } 1538 1605 1539 1606 #icon-link-manager, 1540 1607 #icon-link, 1541 1608 #icon-link-category { 1542 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -190px -5px;1609 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -190px -5px; 1543 1610 } 1544 1611 1545 1612 #icon-edit-pages, 1546 1613 #icon-page { 1547 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -312px -5px;1614 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -312px -5px; 1548 1615 } 1549 1616 1550 1617 #icon-edit-comments { 1551 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -72px -5px;1618 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -72px -5px; 1552 1619 } 1553 1620 1554 1621 #icon-themes { 1555 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -11px -5px;1622 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -11px -5px; 1556 1623 } 1557 1624 1558 1625 #icon-plugins { 1559 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -370px -5px;1626 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -370px -5px; 1560 1627 } 1561 1628 1562 1629 #icon-users, 1563 1630 #icon-profile, 1564 1631 #icon-user-edit { 1565 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -600px -5px;1632 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -600px -5px; 1566 1633 } 1567 1634 1568 1635 #icon-tools, 1569 1636 #icon-admin { 1570 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -432px -5px;1637 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -432px -5px; 1571 1638 } 1572 1639 1573 1640 #icon-options-general { 1574 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -492px -5px;1641 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -492px -5px; 1575 1642 } 1576 1643 1577 1644 #icon-ms-admin { 1578 background: transparent url( ../images/icons32-vs.png?ver=20100531) no-repeat -659px -5px;1645 background: transparent url("../images/icons32-vs.png?ver=20100531") no-repeat -659px -5px; 1579 1646 } 1580 1647 1581 1648 .view-switch #view-switch-list { 1582 background: transparent url( ../images/list.png) no-repeat 0 0;1649 background: transparent url("../images/list.png") no-repeat 0 0; 1583 1650 } 1584 1651 1585 1652 .view-switch .current #view-switch-list { 1586 background: transparent url( ../images/list.png) no-repeat -40px 0;1653 background: transparent url("../images/list.png") no-repeat -40px 0; 1587 1654 } 1588 1655 1589 1656 .view-switch #view-switch-excerpt { 1590 background: transparent url( ../images/list.png) no-repeat -20px 0;1657 background: transparent url("../images/list.png") no-repeat -20px 0; 1591 1658 } 1592 1659 1593 1660 .view-switch .current #view-switch-excerpt { 1594 background: transparent url( ../images/list.png) no-repeat -60px 0;1661 background: transparent url("../images/list.png") no-repeat -60px 0; 1595 1662 } 1596 1663 1597 1664 #header-logo { 1598 background: transparent url( ../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center;1665 background: transparent url("../images/wp-logo-vs.png?ver=20101102") no-repeat scroll center center; 1599 1666 } 1600 1667 1601 1668 .popular-tags, … … 1627 1694 1628 1695 #widgets-left .sidebar-name { 1629 1696 background-color: #aaa; 1630 background-image: url(../images/ed-bg-vs.gif?ver=20101102); 1697 background-image: url("../images/ed-bg-vs.gif?ver=20101102"); 1698 background-image: -webkit-gradient(linear, left top, from(#436d92), to(#d5e6f2)); 1699 background-image: -webkit-linear-gradient(#436d92, #d5e6f2); 1700 background-image: -moz-linear-gradient(#436d92, #d5e6f2); 1701 background-image: linear-gradient(#436d92, #d5e6f2); 1631 1702 text-shadow: #fff 0 1px 0; 1632 1703 border-color: #dfdfdf; 1633 1704 } 1634 1705 1635 1706 #widgets-right .sidebar-name { 1636 background-image: url(../images/button-grad.png); 1707 background-image: url("../images/button-grad.png"); 1708 background-image: -webkit-linear-gradient(#5e89af, #436d92); 1709 background-image: -webkit-gradient(linear, left top, from(#5e89af), to(#436d92)); 1710 background-image: -moz-linear-gradient(#5e89af, #436d92); 1711 background-image: -o-gradient(#5e89af, #436d92); 1712 background-image: linear-gradient(#5e89af, #436d92); 1637 1713 text-shadow: #174f69 0 -1px 0; 1638 1714 background-color: #cfdfe9; 1639 1715 border-color: #174f69; … … 1650 1726 } 1651 1727 1652 1728 #widgets-left .sidebar-name-arrow { 1653 background: transparent url( ../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -109px;1729 background: transparent url("../images/menu-bits-vs.gif?ver=20101102") no-repeat scroll left -109px; 1654 1730 } 1655 1731 1656 1732 #widgets-right .sidebar-name-arrow { … … 1696 1772 } 1697 1773 1698 1774 #nav-menu-header, #nav-menu-footer, .menu-item-handle { 1699 background: url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top #cfdfe9; 1775 background-color: #cfdfe9; 1776 background-repeat: repeat-x; 1777 background-attachment: scroll; 1778 background-position: left top; 1779 background-image: url("../images/ed-bg-vs.gif?ver=20101102"); 1780 background-image: -webkit-gradient(linear, left top, from(#436d92), to(#d5e6f2)); 1781 background-image: -webkit-linear-gradient(#436d92, #d5e6f2); 1782 background-image: -moz-linear-gradient(#436d92, #d5e6f2); 1783 background-image: linear-gradient(#436d92, #d5e6f2); 1700 1784 border-top: solid #D1E5EE 1px; 1701 1785 } 1702 1786 … … 1704 1788 background: #eff8ff; 1705 1789 border-bottom-color: #eff8ff; 1706 1790 } 1791 1792 /* This is a placeholder. It is intended to replace fade-butt.png should it be used by anything. */ 1793 #replace-fade-butt { 1794 background-image linear-gradient(#fcfcfc, #e5e3e3); 1795 } 1796 No newline at end of file