Bug 585195 - Theme the Web Console filter bar appropriately on Windows. r+a=dietrich

This commit is contained in:
Patrick Walton 2010-08-13 14:36:05 -03:00
Родитель 3789864308
Коммит 6d61d3ae6f
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -168,3 +168,11 @@
padding: 1px 0px;
-moz-box-align: center;
}
.hud-console-filter-toolbar:-moz-system-metric(windows-default-theme) {
background: -moz-linear-gradient(top, #f2f7fd 0, #e9f2fc 12px, #e3eefb 12px, #e3eefb 100%);
border-top: 1px solid #fff;
border-bottom: 2px solid ThreeDShadow;
-moz-appearance: none !important;
}