i found under /template/php/styles.php
had this
/*buttons text, icons carets color styling*/
#main a.btn, #main a:hover.btn, button.btn, .pagenav, #main a.pagenav, #main a:hover.pagenav, #main ul.pager li.previous a, #main ul.pager li.next a, i, span.content_vote input.btn, .btn{color: <?php echo $button_text_color; ?> !important;}
.caret{border-top: 4px solid <?php echo $button_text_color; ?> !important;}
#main div#editor-xtd-buttons.btn-toolbar div.btn-toolbar a.btn,span.add-on{color: <?php echo $button_text_color; ?> !important; background-color: <?php echo $button_background_color; ?> !important;}
ok removed this from syles.php fixed the issue.