Stylevar changed from last update

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Carrfixr
    Senior Member
    • May 2017
    • 1370
    • 5.5.x

    Stylevar changed from last update

    Which stylevar name is it to fix this issue. It seems since the last update that the search drop down now shows the global background making it unreadable.


  • Carrfixr
    Senior Member
    • May 2017
    • 1370
    • 5.5.x

    #2
    Can anyone help me on this

    Comment

    • Wayne Luke
      vBulletin Technical Support Lead
      • Aug 2000
      • 74158

      #3
      How are you setting your background? This happens if you're setting it to the html tag. If you set it to html#htmlTag it will work properly.

      example:
      Code:
      /* Set Background */
      html#htmlTag {
        background: transparent url(core/css/0/0/0/0/9/2/images/pexels-photo-255463.jpg) no-repeat 0 0;  
        background-attachment: fixed;
        background-size: cover;
      }
      Translations provided by Google.

      Wayne Luke
      The Rabid Badger - a vBulletin Cloud demonstration site.
      vBulletin 5 API

      Comment

      • Carrfixr
        Senior Member
        • May 2017
        • 1370
        • 5.5.x

        #4
        Here is a screen shot showing how the background is set.

        url("https://www.vintagefordforum.com/cor...bble-light.png")

        I’m really not sure about what your mentioning above.

        All was well till the last update

        Thanks

        Comment

        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 74158

          #5
          The behavior of some elements had to change in order to accomodate the Dark theme and future theme customizations. This happens during upgrades as we work to improve the product. I set the background of my cloud site in the custom CSS part of Site Builder using the exact code above. This prevents it from bleeding into other areas.
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment

          Related Topics

          Collapse

          Working...