Gotcha, alright, I just made the sticky bar darker.
Not sure, I don’t think my custom CSS affects the refresh icon:
/* Add your custom CSS code here.
eg. p { color: red; }
CSS tips: http://www.w3schools.com/css/css_syntax.asp
End of comment */
#footer #osticket a,
#footer #ostawesome a {
display: none !important;
}
#header #nav a {
font-weight: bold !important;
}
form[action="kb.php"] #basic_search .input.attached input, form[action="orgs.php"] .input.attached input, form[action="users.php"] .input.attached input, form[action="tasks.php"] .input.attached input, form[action="tickets.php"] .input.attached input {
background-color: #aaa;
color: #000;
}
form[action="kb.php"] #basic_search .input.attached input:focus,
form[action="orgs.php"] .input.attached input:focus,
form[action="users.php"] .input.attached input:focus,
form[action="tasks.php"] .input.attached input:focus,
form[action="tickets.php"] .input.attached input:focus {
background-color: #999;
border-color: #ccc;
color: #000;
}