Last active
August 29, 2015 14:09
-
-
Save ababol/3b49d820149b0d09c3bb to your computer and use it in GitHub Desktop.
firefox-custom-style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.bookmark-item .toolbarbutton-text { | |
display: none !important; | |
} | |
#bookmarks-ptf toolbarbutton.bookmark-item:hover .toolbarbutton-text, | |
#bookmarks-ptf toolbarbutton.bookmark-item[image]:not([image=""]):not([container="true"]):hover .toolbarbutton-text, | |
#bookmarks-ptf toolbarbutton.bookmark-item[container="true"]:hover .toolbarbutton-text, | |
#bookmarks-ptf toolbarbutton.bookmark-item[image=""]:not([container="true"]):hover .toolbarbutton-text, | |
#personal-bookmarks toolbarbutton.bookmark-item:hover .toolbarbutton-text, | |
#personal-bookmarks toolbarbutton.bookmark-item[image]:not([image=""]):not([container="true"]):hover .toolbarbutton-text, | |
#personal-bookmarks toolbarbutton.bookmark-item[container="true"]:hover .toolbarbutton-text, | |
#personal-bookmarks toolbarbutton.bookmark-item:not([image]):not([container="true"]):hover .toolbarbutton-text, | |
#personal-bookmarks toolbarbutton.bookmark-item:hover .toolbarbutton-text-shadow, | |
#personal-bookmarks toolbarbutton.bookmark-item[image]:not([image=""]):not([container="true"]):hover .toolbarbutton-text-shadow, | |
#personal-bookmarks toolbarbutton.bookmark-item[container="true"]:hover .toolbarbutton-text-shadow, | |
#personal-bookmarks toolbarbutton.bookmark-item:not([image]):not([container="true"]):hover .toolbarbutton-text-shadow { | |
display: block !important; | |
} | |
tab { | |
background-color: #E3E4E6 !important; | |
} | |
tab[selected="true"] { | |
color: #545557 !important; | |
background-color: white !important; | |
box-shadow: 0px 0px 0px transparent !important; | |
border-style: solid !important; | |
border-width: 0 0 2px 0 !important; | |
border-color: #2A7CB1 !important; | |
} | |
.tabbrowser-tab:not(:hover) .tab-close-button{ | |
display:none !important; | |
} | |
.tabbrowser-tab:not([pinned]):hover .tab-close-button{ | |
display:block !important; | |
} | |
.tab-close-button{ | |
padding-left: 0px !important; | |
margin-left: 0px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment