Skip to content

Commit

Permalink
Disable backgrounds on main pages and login pages
Browse files Browse the repository at this point in the history
  • Loading branch information
syncguru committed Jul 7, 2014
1 parent a0f7ce7 commit b4db343
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/ace-mantis.css
Expand Up @@ -82,4 +82,12 @@ a:link:after, a:visited:after {

pre {
word-break: break-all !important;
}

.skin-3 .main-container:before {
background: none repeat scroll 0 0 #ffffff !important;
}

.light-login {
background: none repeat scroll 0 0 #ffffff !important;
}

0 comments on commit b4db343

Please sign in to comment.