viewsource.css: Make bg white, fix bg not covering whole page

This commit is contained in:
glacambre 2018-03-17 12:30:38 +01:00
parent b83fbfec5e
commit f17385e42a
No known key found for this signature in database
GPG key ID: B9625DB1767553AC

View file

@ -1,9 +1,11 @@
#TridactylViewsourceElement {
position: absolute !important;
/* This is the z-index of hint.css and content.css -1 */
z-index: 2147483646 !important;
top: 0px !important;
font-family: monospace !important;
background-color: #F0F0F2 !important;
background: white !important;
white-space: pre !important;
width: 100% !important;
min-width: 100% !important;
}