Not Solved Login background is dark
#1
Not Solved
I saw someone else post a thread but i don't really understand it.

http://community.mybb.com/attachment.php...nail=32220

http://community.mybb.com/thread-157778.html

how would i totally remove the background color? I don't want it to get dark at all i wan't it to stay the same.


    block: function() {
      var initialOpacity = this.options.doFade ? 0 : this.options.opacity;
      this.$elm.trigger($.modal.BEFORE_BLOCK, [this._ctx()]);
      this.blocker = $('<div class="jquery-modal blocker"></div>').css({
        top: 0, right: 0, bottom: 0, left: 0,
        width: "100%", height: "100%",
        position: "fixed",
        zIndex: this.options.zIndex,
        background: this.options.overlay,
        opacity: initialOpacity
      });


and 


this.blocker=e('<div class="jquery-modal blocker"></div>').css({top:0,right:0,bottom:0,left:0,width:"100%",height:"100%",position:"fixed",zIndex:this.options.zIndex,background:this.options.overlay,opacity:t})


I would like to do the css method but i have no clue what to put.
Reply
#2
Not Solved
Please provide a forum url
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


Reply
#3
Not Solved
(2015-07-16, 09:22 AM)Leefish Wrote: Please provide a forum url

d j s p dot org
Reply
#4
Not Solved
I just wan't to totally remove the background
Reply
#5
Not Solved
bump to top
Reply
#6
Not Solved
Hi, sorry I missed your post.

The code for the overlay is the jquery-modal-blocker div, so try adding this to your global css:

.jquery-modal.blocker {
  background: 0!important;
}
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


Reply
#7
Not Solved
(2015-07-20, 12:35 PM)Leefish Wrote: Hi, sorry I missed your post.

The code for the overlay is the jquery-modal-blocker div, so try adding this to your global css:

.jquery-modal.blocker {
  background: 0!important;
}

worked, tyvm!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)