diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 18:49:25 +0100 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 18:49:25 +0100 |
commit | 6bc04592cc7511775cdec9902c841aca7a0d2a6c (patch) | |
tree | c8ed7a3cc15ea98fa2e1e1b37ba0d14cbaaa6033 /public/stylesheets/style.css | |
parent | 10ba0f1b863e97e5ecfa19e81fd9ba2a0425301a (diff) |
fixed week buttons for IE9
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r-- | public/stylesheets/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index e4d2e2e..c136867 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -158,7 +158,7 @@ li:hover { padding: 5px; } -#week-selector input[type='button'] { +#week-selector button { background: inherit; color: white; border: 0px; @@ -182,7 +182,7 @@ input { background: none; } -#week-selector input[type='button']:focus, #search #overflow-button:focus, #search .fav:focus { +#week-selector button:focus, #search #overflow-button:focus, #search .fav:focus { outline: none; background-color: #D32F2F; } |