Fixing TablePress Extension DataTools Icons
-
The functionality of the DataTools extension works on mbaprepadvantage.net. But I cannot style the icons even with using !important tags. Presently, the icons appear as a faded grey.
I even used code I found online but I cannot change the color with color:#333333 !important;. I also cannot find a way to center the icons (I can make them float left or presently right).
.DTTT_button
{
-moz-border-bottom-colors:none !important;
-moz-border-left-colors:none !important;
-moz-border-right-colors:none !important;
-moz-border-top-colors:none !important;
background-color:#F5F5F5 !important;
background-image:none !important;
border-color:#BBBBBB #BBBBBB #A2A2A2 !important;
border-radius:2px !important;
border-style:solid !important;
border-width:1px !important;
box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
color:#333333 !important;
cursor:pointer !important;
display:inline-block !important;
font-size:12px !important;
line-height:14px !important;
margin-bottom:0 !important;
padding:4px 12px !important;
text-align:center !important;
text-shadow:0 1px 1px rgba(255, 255, 255, 0.75) !important;
vertical-align:middle !important;
}.DTTT_button:hover
{background-color:#E6E6E6 !important; }
Thanks.
- The topic ‘Fixing TablePress Extension DataTools Icons’ is closed to new replies.