I had to make some adjustments after the changes that ocuk made the other day Nexus18, I'll give those tweaks a whirl, I'm inclined to leave it alone now though, added a few more bits today but it's consumed enough time now hehe
you can add a border to just the quicksearch buttons by using
#QuickSearch and then the buttons class and whatever styling you want.
Glad you got it sortedManaged to fix my problem, there's a setting in Stylish called 'Minify CSS before injecting' with that disabled it all works properly. It was enabled by default.
Code:.forum_list h1 { display: none; }
That should be it.
.onlineIndicator {
position: relative;
top: 29px;
}
img[src$="styles/default/xenforo/online-indicator.png"] {
width: 150px;
height: 0;
padding: 1px;
background-color: #00E676;
}