User:Kelapstick/common.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Customize "Save page" button to be another color.       */
/* This acts as a visual confirmation that I am logged in. */
/* If logged in, the button is a custom  color;            */
/* if not logged in, then it's the default gray color      */
INPUT#wpSave {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid gray;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    background:#ffaaaa;
    background-color:#88ff88;
    cursor:pointer;
}
INPUT#wpSave:hover {
    cursor:pointer;
    border:2px solid #FF2B06;
}
#pt-sandbox { display: none; }