webketje / GS-Custom-Settings

A GetSimple CMS plugin for custom site, theme and plugin settings. Uses Knockout & RequireJS
http://webketje.github.io/projects/gs-custom-settings
2 stars 1 forks source link

Fix CSS Export Button dropdown in Mozilla FF #3

Closed webketje closed 9 years ago

webketje commented 9 years ago

Background is orange, text in caps & black.

webketje commented 9 years ago

Add to CSS (& remove inline from tmpl/nav.html):

#export-tab {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-right: -7px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 1.375em;
    margin-top: auto;
    height: 1.5em;
    border: medium none;
    background: none repeat scroll 0% 0% transparent;
    outline: medium none;
    opacity: 0;
    cursor: pointer;
    background: #FFF;
    text-transform: none;
    cursor: default;
    border: initial;
}