OLD | NEW |
---|---|
1 body { | 1 body { |
2 cursor: default; | 2 cursor: default; |
3 font-size: 100%; | 3 font-size: 100%; |
4 } | 4 } |
5 | 5 |
6 a:link { | 6 a:link { |
7 color: rgb(63, 110, 194); | 7 color: rgb(63, 110, 194); |
8 } | 8 } |
9 | 9 |
10 a:active { | 10 a:active { |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
355 } | 355 } |
356 | 356 |
357 .hidden { | 357 .hidden { |
358 display: none !important; | 358 display: none !important; |
359 } | 359 } |
360 | 360 |
361 .touch-slider { | 361 .touch-slider { |
362 -webkit-appearance: slider-horizontal; | 362 -webkit-appearance: slider-horizontal; |
363 } | 363 } |
364 | 364 |
365 .link-button { | 365 .link-button, |
366 background-color: transparent; | 366 .link-button:active, |
367 .link-button:focus, | |
368 .link-button:hover { | |
369 -webkit-box-shadow: none; | |
370 background: transparent none; | |
kochi
2011/01/25 07:24:56
background: transparent;
background-image: none;
satorux1
2011/01/25 07:35:43
"backgrond: foo bar" is a shorthand.
Just made it
kochi
2011/01/25 07:39:51
I see, thanks for the explanation.
I learn some n
| |
367 border: none; | 371 border: none; |
368 color: blue; | 372 color: blue; |
369 cursor: pointer; | 373 cursor: pointer; |
370 text-decoration: underline; | 374 text-decoration: underline; |
371 } | 375 } |
372 | 376 |
373 .text-button, | 377 .text-button, |
374 .text-button:active, | 378 .text-button:active, |
375 .text-button:focus, | 379 .text-button:focus, |
376 .text-button:hover { | 380 .text-button:hover { |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
664 } | 668 } |
665 | 669 |
666 html[os=mac] label > input[type=checkbox], | 670 html[os=mac] label > input[type=checkbox], |
667 html[os=mac] label > input[type=radio] { | 671 html[os=mac] label > input[type=radio] { |
668 margin-top: 2px; | 672 margin-top: 2px; |
669 } | 673 } |
670 | 674 |
671 .suboption { | 675 .suboption { |
672 -webkit-margin-start: 16px; | 676 -webkit-margin-start: 16px; |
673 } | 677 } |
OLD | NEW |