eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Use more subtle tab close button #270

Closed sabi0 closed 5 years ago

sabi0 commented 6 years ago

Here is Firefox native tab close button image

Compare it to Tab Center Redux much heavier one: image

allixx commented 6 years ago

/* resize the close icon */ .tab-close { height: 10px !important; width: 10px !important; }

Keith94 commented 6 years ago

Fixed by #328.