Search Unity

textCtrl:focus

Discussion in 'Meta-forum Discussion' started by Player7, Feb 7, 2017.

  1. Player7

    Player7

    Joined:
    Oct 21, 2015
    Posts:
    1,533
    .textCtrl:focus,.textCtrl.Focus {
    background-color:rgb(255,255,240);
    border-top-color:rgb(150,150,150);
    border-bottom-color:rgb(230,230,230)
    }

    did this just change recently? Its like some sort of watered down yellow piss colored active input text box background area now.. :/ its just a bit off putting imo.

    My changes if anyone else wants to restyle it...

    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("forum.unity3d.com") {
    .textCtrl {
    background-color:rgb(230,232,236) !important;
    }
    .textCtrl:focus,.textCtrl.Focus {
    background-color:rgb(255,255,255) !important;
    }
    }

    forcus, Focus?

    Are we gonna gonna have forum change soon ? :D
     
  2. Player7

    Player7

    Joined:
    Oct 21, 2015
    Posts:
    1,533
    Hmm just noticed toggle JS got hit by accident seems Unity forum holds up fairly decent without JS enabled, amazing... anyway that's how I ended up noticing this different textbox css. ...do kinda like the minimalist textbox though.