Line 13: | Line 13: | ||
float:right; | float:right; | ||
} | } | ||
+ | img[type="button"]{ | ||
+ | -moz-appearance: none; | ||
+ | -webkit-appearance: none; | ||
+ | -ms-appearance: none; | ||
+ | appearance: none; | ||
+ | -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; | ||
+ | -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; | ||
+ | -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; | ||
+ | transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; | ||
+ | background-color:#777; | ||
+ | border-radius: 5px; | ||
+ | border: 0; | ||
+ | color: #ffffff !important; | ||
+ | cursor: pointer; | ||
+ | display: inline-block; | ||
+ | font-weight: 700; | ||
+ | height: 2em; | ||
+ | line-height: 2em; | ||
+ | padding: 0 1.5em; | ||
+ | text-align: center; | ||
+ | text-decoration: none; | ||
+ | white-space: nowrap; | ||
+ | outline: none !important; | ||
+ | } | ||
input[type="button"], .button.togtog{ | input[type="button"], .button.togtog{ | ||
border-radius: 0; | border-radius: 0; |
Revision as of 10:17, 30 October 2017