aboutsummaryrefslogtreecommitdiffstats
path: root/pentadactyl/chrome.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-14 21:40:57 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-14 21:40:57 +0200
commit85ce9fe4fe28647e8bee5ef01554dabd23b32327 (patch)
treee0258cb3eaa85bed400ec4fcaa4a7c005528aaef /pentadactyl/chrome.css
parent8e151c174158698e9c6a2ef601d9e86e28a51557 (diff)
downloaddotfiles-85ce9fe4fe28647e8bee5ef01554dabd23b32327.tar.xz
Remove pentadactylrc
Diffstat (limited to 'pentadactyl/chrome.css')
-rw-r--r--pentadactyl/chrome.css50
1 files changed, 0 insertions, 50 deletions
diff --git a/pentadactyl/chrome.css b/pentadactyl/chrome.css
deleted file mode 100644
index bf2ea10..0000000
--- a/pentadactyl/chrome.css
+++ /dev/null
@@ -1,50 +0,0 @@
-/* ~/.config/pentadactyl/chrome.css */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* Get rid of the bottom border */
-#TabsToolbar:after {
- border-bottom: 0px !important;
-}
-
-/* Hide the new curved tab edges */
-.tab-background {
- opacity: 0 !important;
-}
-
-/* Hide the little graphic seperator between inactive tabs */
-.tabbrowser-tab:before,
-.tabbrowser-tab:after {
- visibility: hidden !important;
-}
-
-/* Reduce the padding around the contents of a tab */
-.tabbrowser-tab .tab-content,
-.tabbrowser-tab[selected] .tab-content {
- padding: 0 2px 2px 4px !important;
-}
-
-#TabsToolbar {
- -moz-appearance: none !important;
- background: #dedede !important;
-}
-
-/* Hide the newtab button */
-.tabs-newtab-button {
- display: none !important;
-}
-
-/* Mostly hacks to try deal with tab overflow, it's not pretty */
-#tabbrowser-tabs {
- margin-left: -15px !important;
- margin-right: -15px !important;
-}
-
-.tabbrowser-tab {
- color: #000 !important;
-}
-
-.tabbrowser-tab[selected] {
- background: #787777 !important;
- color: #efefef !important;
-}