stripes.css: fix for ≠ firefox

This commit is contained in:
czaks 2014-03-25 13:24:09 +01:00
parent f093c741f4
commit 514c929218

View File

@ -13,6 +13,7 @@ div.boardlist:nth-child(1):hover {
}
div.reply, div.pages {
background: -moz-linear-gradient(bottom, #323232 40%, #2E2E2E 75%) !important;
background: linear-gradient(to top, #323232 40%, #2E2E2E 75%) !important;
border: 1px solid #2D2D2D !important;
box-shadow: 0px 0px 10px #2C2C2C;
color: #BBB !important;