mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +01:00
stripes.css: fix for ≠ firefox
This commit is contained in:
parent
f093c741f4
commit
514c929218
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user