Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit d930b4b

Browse files
author
Ian Maffett
committed
fix #896
1 parent 334f332 commit d930b4b

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

build/af.ui.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,10 @@
724724
.android.light #af_actionsheet a {
725725
background: #fff;
726726
}
727+
.android.light .view header h1 {
728+
color: black;
729+
text-shadow: none;
730+
}
727731
.android .view .panel {
728732
background: inherit;
729733
color: inherit;

build/af.ui.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,6 +1861,10 @@ h2 {
18611861
background:#fff;
18621862
}
18631863
}
1864+
.view header h1 {
1865+
color:black;
1866+
text-shadow:none;
1867+
}
18641868
}
18651869
.android .view .panel, {
18661870
background:inherit;

build/appframework.ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! intel-appframework - v3.0.0 - 2015-07-13 */
1+
/*! intel-appframework - v3.0.0 - 2015-10-13 */
22

33
/**
44
* af.shim.js

build/appframework.ui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/less/android.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@
263263
background:#fff;
264264
}
265265
}
266+
.view header h1 {
267+
color:black;
268+
text-shadow:none;
269+
}
266270
}
267271
.android .view .panel, {
268272
background:inherit;

0 commit comments

Comments
 (0)