fix: Fix incorrect background for classic theme image search
All checks were successful
/ build-all-services (push) Successful in 9m56s
All checks were successful
/ build-all-services (push) Successful in 9m56s
Fixes #T154
This commit is contained in:
parent
96478fb5d2
commit
03314a53d1
1 changed files with 11 additions and 0 deletions
11
asklyphe-frontend/static/themes/classic/imagesearch.css
Normal file
11
asklyphe-frontend/static/themes/classic/imagesearch.css
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
.pagecontent {
|
||||||
|
background: url("/static/snow.gif");
|
||||||
|
border: 3px inset black;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.pagecontent {
|
||||||
|
width: calc(100% - 4px);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue