Results 1 to 4 of 4
  1. #1
    Sea Torques
    Join Date
    Oct 2006
    Posts
    704
    BG Level
    5
    FFXI Server
    Carbuncle

    Minor CSS Bug - Blackend Smart

    On the blackend smart skin, the arrows on the far right of the forum header line are duplicated and if a forum is expanded, the CSS for it stays the collapsed image.

    Top is a collapsed forum and the bottom is an expanded one.

    Both the html and the css background tag for that are referencing the same image, hence the duplication.
    Code:
    https://cdn.bluegartr.com/images/styles/black_smart/buttons/collapse_collapsed_40b.png
    Since the CSS isn't updating when clicked, it would probably be best to just remove the background tag entirely:
    Code:
    .forumbit_nopost .forumhead a.collapse img {
      position:absolute;
      top:-8px;
      right:0px;
      display:block;
      width:13px;
      height:13px;
      overflow:hidden;
      background:transparent url(https://cdn.bluegartr.com/images/styles/black_smart/buttons/collapse_collapsed_40b.png) no-repeat;
      float:right;
      clear:left
    }

    Edit: Tested with Firefox 147.0.1 and Chrome 144.0.7559.60

  2. #2
    Pay No Attention to the Man Behind the Curtain
    Join Date
    Jan 1970
    Posts
    3,481
    BG Level
    7
    FFXIV Character
    Ragns Meuhie
    FFXIV Server
    Gilgamesh
    FFXI Server
    Bahamut
    Blog Entries
    170

    Oh damn, surprised no one noticed this before considering Miner was known for offering the best skin support for vBulletin.

    This is the last message he posted in 2013:
    Dear Clients and Friends,

    Past 6 months forum business is not good as expected and sales are very low both premium and custom themes, due to forum market down past two years for various reasons.

    I have been running successfully minerskinz for past 8years and it never so low and i could not run the show and unable to meet even my family and basic expenses.

    So i am closing down minerskinz and i understand this would be a disapointment to our clients who have been supporting us all down these years, sorry there is no choice for me other then close the site.

    Thanks.
    Miner
    Anyway, I'll try to look into fixing it myself.

  3. #3
    Pay No Attention to the Man Behind the Curtain
    Join Date
    Jan 1970
    Posts
    3,481
    BG Level
    7
    FFXIV Character
    Ragns Meuhie
    FFXIV Server
    Gilgamesh
    FFXI Server
    Bahamut
    Blog Entries
    170

    Clear cache or wait until your browser expires it on its own etc...

  4. #4
    Sea Torques
    Join Date
    Oct 2006
    Posts
    704
    BG Level
    5
    FFXI Server
    Carbuncle

    That got it. Thanks for the fix. Been using the skin for over a decade and never noticed it until this week. But of course once I noticed it, I kept noticing it.