New OCUK Dark theme out now, get it while it's hot!

Status
Not open for further replies.
although i like the avatars being square, i've grown to love not seeing them as it really tidies up the place. the change of font from the nav menus is much better

can someone quote me to see if the below solves the alert pop up

#StackAlerts .stackAlertContent {
background: #23282b !important;
border: 4px solid #2e3539 !important;
color: #fff;
}
 
although i like the avatars being square, i've grown to love not seeing them as it really tidies up the place. the change of font from the nav menus is much better

can someone quote me to see if the below solves the alert pop up

#StackAlerts .stackAlertContent {
background: #23282b !important;
border: 4px solid #2e3539 !important;
color: #fff;
}
Done.
 
Oh well, it will come to light whether it worked or not, looks right though. As I say I never get the bottom popup so god knows.
Yup, it seems a bit dodgy for when it works and doesn't.

Even if that code hides it, it is better than having a blue popup anyway! :p
 
was done very quickly but should hopefully fix the quick search buttons as well as the pop up that was not quite finished. i'm off out now. any issues let me know i'll look later

Code:
#QuickSearch .button {
 margin-top: 0; 
}


#QuickSearch .primary.button {
 width: 100px !important;
}


#QuickSearch .moreOptions.button {
 width: 90px !important;
    position: relative;
    left: 10px;
 
}

#QuickSearch .moreOptions.button {
padding-top: 6px;
}

#QuickSearch .PopupControl.button {
position: relative;
    top: 4px;
        background-color: #373f44 !important;
 
}

#XenForoUniq1 {
    background: #2e3539 !important;
}
 
was done very quickly but should hopefully fix the quick search buttons as well as the pop up that was not quite finished. i'm off out now. any issues let me know i'll look later
All looks to be working well! :)


Some blue left in the tool tips when hovering over certain actions i.e.

1BOC5GV.png

EDIT:

And just noticed that there is also a black arrow tip below the blue arrow tip in that screen shot.
 
Status
Not open for further replies.
Back
Top Bottom