@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*tab Ricing*/
#TabsToolbar {
background: #D6D2AF !important;
border-bottom: #5E978F 0px solid !important;
height: 22px !important;
}
.tabbrowser-tab {
border: none !important;
border-radius: 0 !important;
margin-left: 0px !important;
padding: 0 6px 0 6px !important
}
.tabbrowser-tab[selected="true"] {
border: #777 0px solid !important;
border-top: #BB4D66 0px solid !important;
border-left: #5E978F 2px solid !important;
border-right: #5E978F 2px solid !important;
border-bottom: #5E978F 2px solid !important;
background: #D6D2AF !important;
background-image: url(file:///path/to/tile/image)!important;
background-attachment: fixed;
background-repeat: repeat;
color: #3B5F5A !important;
}
.tabbrowser-tab:not([selected="true"]) {
border: #777 0px solid !important;
border-top: none !important;
border-bottom: #5E978F 2px solid !important;
background: #D6D2AF !important;
background-image: url(file:///path/to/tile/image)!important;
background-attachment: fixed;
background-repeat: repeat;
color: #46787F !important;
}
.tabs-newtab-button {
background: transparent !important;
border: none !important;
border-radius: 0 !important;
padding: 0 6px 0 6px !important
}
.tabbrowser-tab:not(:hover) .tab-close-button {
display: none !important;
}
/*quick and dirty way to hide palemoon menu panel*/
#appmenu-button {
display: none;
}
#TabsToolbar {
margin-left: -90px;
}
#menubar-items {
margin-left: -5px;
}
/*hide bullshit on urlbar*/
#identity-box {
display: none;
}
#notification-popup-box {
display: none;
}
#page-proxy-favicon {
display: none;
}
#urlbar-reload-button {
display: none !important;
}
.urlbar-history-dropmarker {
display: none !important;
}
#urlbar-icons {
display: none !important;
}
/*urlbar ricing*/
#searchbar > .searchbar-textbox,
#urlbar {
box-shadow: none !important;
background: #D6D2AF !important;
background-image: url(file:///path/to/tile/image)!important;
background-attachment: fixed;
background-repeat: repeat;
color: #CC7D95 !important;
text-align: left !important;
}
.textbox-input-box.urlbar-input-box {
/*background: #D6D2AF !important;*/
background-image: url(file:///path/to/tile/image)!important;
background-attachment: fixed;
background-repeat: repeat;
border: none !important;
border-radius: 0em;
border-top: #102533 0px solid !important;
border-bottom: #5E978F 2px solid !important;
margin-top: -5px !important;
margin-bottom: -5px !important;
margin-left: -07px !important;
margin-right: -7px !important;
padding-left: 4px !important;
padding-top: 2px !important;
}