/* The action bar is displayed above category/forum lists
   It contains actions such as "Mark forums read"
*/

div.action-bar{ margin-bottom: 0.3rem; }

div.action-bar a{
    color: grey;
    font-weight: bold;
}

div.action-bar input.search{
    height: 1.4rem;
}

/* pagination that shows up in topics/forums with multiple pages */
div.action-bar.bar-bottom div.pagination {
    padding-top: 0.5rem;
}

div.action-bar div.pagination a.button{
    background-color: #212121;
    background-image: none;
}

div.action-bar div.pagination li.active > span{
    border: none;
    background-color: #333;
    background-image: none;
    font-weight: bold;
}

div.action-bar div.pagination:hover i.icon{
    background-color: transparent;
}