piroor / multipletab

Multiple Tab Handler, Provides feature to close multiple tabs.
http://piro.sakura.ne.jp/xul/multipletab/
Other
81 stars 23 forks source link

Tabs selected look too "squared" / Request to change style #142

Closed alex9099 closed 7 years ago

alex9099 commented 7 years ago

Hi, is it possible to change the style/colour of the selected tabs?

I already searched on the source code but i cant find anything relevant :/

piroor commented 7 years ago

https://github.com/piroor/multipletab/blob/master/skin/classic/multipletab/multipletab.css#L3 ?

alex9099 commented 7 years ago

Maybe a noob question :D on:

background-color: Highlight;

Highlight is a colour? Also how can i make the borders round? only the bottom borders of the selected tab are visible, the other tabs are just solid blue :(

piroor commented 7 years ago

Highlight is one of system colors defined in CSS spec. Rounded borders are produced by border-radius. I think you need to learm more about CSS basic techniques and try to apply CSS rules dynamically via the browser toolbox ;) https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox

alex9099 commented 7 years ago

ok, thanks, i'll learn more CSS, i'll close this issue for now