]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/tizen/variations/light/src/_Class.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / tizen / variations / light / src / _Class.scss
1 body {
2 background-color: $light-background-color;
3 color: $light-primary-text-color;
4 }
5
6 .x-html,
7 .x-html h1,
8 .x-html h2,
9 .x-html h3,
10 .x-html h4,
11 .x-html h5,
12 .x-html h6 {
13 color: $light-primary-text-color;
14 }
15
16 .x-layout-card-item {
17 background: $light-background-color;
18 }
19
20 .x-html {
21 a {
22 color: $light-anchor-color;
23 }
24 a:visited {
25 color: $light-anchor-visited-color;
26 }
27
28 a:focus {
29 color: $light-anchor-focus-color;
30 }
31
32 a:hover {
33 color: $light-anchor-hover-color;
34 }
35
36 a:active {
37 color: $light-anchor-active-color;
38 }
39 }