Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Design newtabbutton #400

Open
guru1d opened this issue Oct 28, 2018 · 2 comments
Open

Design newtabbutton #400

guru1d opened this issue Oct 28, 2018 · 2 comments

Comments

@guru1d
Copy link

guru1d commented Oct 28, 2018

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
Copy link
Owner

Aris-t2 commented Oct 28, 2018

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
Copy link
Author

guru1d commented Oct 28, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants