From c61932e0e9e4c4b1d0bef9d9ccd1996faffa8a88 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Thu, 7 Dec 2017 23:39:39 -0500 Subject: [PATCH] Load global.css in options --- options/options.css | 50 --------------------------------------------- 1 file changed, 50 deletions(-) diff --git a/options/options.css b/options/options.css index e885e47a..468e1a39 100644 --- a/options/options.css +++ b/options/options.css @@ -27,56 +27,6 @@ body { max-width: 800px; } -.firefox button { - -moz-appearance: none; - user-select: none; - padding: 3px 7px; - border: 1px solid hsl(0, 0%, 62%); - font: 400 13px Arial; - line-height: 13px; - color: #000; - background-color: hsl(0, 0%, 100%); - background: url(../images/button.png)repeat-x; - background-size: 100% 100%; - transition: background-color .25s, border-color .25s; -} - -.firefox button:hover { - background-color: hsl(0, 0%, 95%); - border-color: hsl(0, 0%, 52%); -} - -.firefox.moz-appearance-bug button { - padding: 2px 4px; -} - -:-webkit-any(button,input[type="button"],input[type="submit"]) { - -webkit-appearance: none; - user-select: none; - padding: 3px 7px; - border: 1px solid hsl(0, 0%, 62%); - border-radius: 0; - font: 400 13.3333px Arial; - color: hsl(0, 0%, 0%); - background-color: hsl(0, 0%, 100%); - background-image: url(../images/button.png); - background-repeat: repeat-x; - background-size: 100% 100%; - transition: background-color .25s, border-color .25s; - text-shadow: none; - box-shadow: none; - min-height: unset; -} - -:enabled:hover:-webkit-any(select,input[type="checkbox"],input[type="radio"],:-webkit-any(button,input[type="button"],input[type="submit"])) { - background-color: hsl(0, 0%, 95%); - background-image: url(../images/button.png); - background-repeat: repeat-x; - text-shadow: none; - box-shadow: none; - border-color: hsl(0, 0%, 52%); -} - @media (min-width: 401px) { .firefox body { width: calc(100% - 6px); /* TODO: rework to avoid compensating padding of 'html.firefox .block' */