123456789101112131415161718192021222324252627 |
- input:focus {
- outline: 0 none;
- }
- textarea:focus {
- outline: 0 none;
- }
- .Button:focus {
- outline: 0 none;
- }
- .Header {
- background-color: white;
- background-image: none;
- border: none;
- text-shadow: none;
- border-bottom: white solid 3px;
- font-weight: bold;
- position: fixed;
- width: 100%;
- height: 62px;
- top: 0;
- left: 0;
- z-index: 100;
- }
- *{-webkit-tap-highlight-color: rgba(0,0,0,0); }
|