Aris-t2 / ClassicThemeRestorer

Classic Theme Restorer for Australis UI (Firefox/Waterfox/Basilisk versions 45.x-56.x only!)
Mozilla Public License 2.0
181 stars 36 forks source link

Design newtabbutton #400

Open guru1d opened 5 years ago

guru1d commented 5 years ago

firefox 52.9.0 (64-Bit) grafik waterfox 56.2.3 (64-Bit)

both on Square tabs (classic)

The new tab button is very large in waterfox. I am not sure if the reason is the ClassicThemeRestorer (1.7.8) or the Classic Toolbar Buttons (1.6.1)

Thank you for your great work!

Aris-t2 commented 5 years ago

The icon size was changed inside browser code, but nobody seemed to be bothered.

Add this to CTRs custom CSS area.

.tabs-newtab-button > .toolbarbutton-icon {
  width: 10px !important;
  height: 10px !important;
}
guru1d commented 5 years ago

Thank you :). with 10px 10px it looked little strange; like there is a bug that there are 2px lost

grafik

but with .tabs-newtab-button > .toolbarbutton-icon { width: 10px !important; height: 12px !important; } it looks almost like on firefox (only firefox is "3d" and grey and waterfox black) grafik