1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 02:40:25 +02:00

Allow corporate admin theme to style admin login background color.

This commit is contained in:
Cameron
2017-09-21 14:13:22 -07:00
parent 8ff8daf23f
commit 2f5aebc1b8

View File

@@ -213,7 +213,7 @@ else
body { text-align: left; font-size:15px; line-height:1.5em; font-weight:normal;
font-family:Arial, Helvetica, sans-serif; background-attachment: scroll;
background-color: rgb(47, 47, 47); color: rgb(198, 198, 198);
/* background-color: rgb(47, 47, 47); color: rgb(198, 198, 198); */
background-repeat: no-repeat; background-size: auto auto
}