Name: Anonymous 2012-07-04 10:08
So I've been playing around with a few of these css style changes, only small ones, like removing particular buttons when they are not in use.
My concern is a particular code which extends active tabs. This is fine, unless I open a pinned tab, one of the little small ones that only show the page icon.
/* Make the active tab wider */
tab[selected="true"] { min-width: 200px !important; }
Is there a way I could add in an extra line to except the pinned tabs?
Is there a particular name for them within the code?
Finally, what would introducing an UNLESS function look like.
>I have absolutely no fucking clue if I am even working this right....
My concern is a particular code which extends active tabs. This is fine, unless I open a pinned tab, one of the little small ones that only show the page icon.
/* Make the active tab wider */
tab[selected="true"] { min-width: 200px !important; }
Is there a way I could add in an extra line to except the pinned tabs?
Is there a particular name for them within the code?
Finally, what would introducing an UNLESS function look like.
>I have absolutely no fucking clue if I am even working this right....