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


Messages In This Thread
Login background is dark - by Robot - 2015-07-16, 07:19 AM
RE: Login background is dark - by Leefish - 2015-07-16, 09:22 AM
RE: Login background is dark - by Robot - 2015-07-17, 08:11 AM
RE: Login background is dark - by Robot - 2015-07-18, 08:37 AM
RE: Login background is dark - by Robot - 2015-07-20, 12:11 PM
RE: Login background is dark - by Leefish - 2015-07-20, 12:35 PM
RE: Login background is dark - by Robot - 2015-07-21, 11:11 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)