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

Status
Not open for further replies.
Code:
.textCtrl {
    color: #fff;
    background: #2e3539;
    border-width: 1px;
    border-style: solid;
    border-top-color: #23282b;
    border-right-color: #23282b;
    border-bottom-color: #23282b;
    border-left-color: #23282b;
}

That should theme input boxes but I've not tested it yet to check for errors
 
Code:
/* Theme search box etc */
.textCtrl {
    color: #fff;
    background: #2e3539;
    border: 1px solid #23282b !important;
}
.textCtrl:focus, .textCtrl.Focus {
    background: #2e3539;
    border: 1px solid #23282b !important;
}

Thats it, added to style!
 
Possibly very much a school boy error, but I've just installed Stylish and downloaded the Dark Theme and the forum is still in blue?

How do I apply the theme?

I'm running Vivaldi if that should make any difference.
 
Status
Not open for further replies.
Back
Top Bottom