Skip to content

Commit 393edd5

Browse files
committed
Set flag bg color for A buttons to be a bit darker
1 parent 639dd4c commit 393edd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/themes/default/jquery.mobile.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
.ui-btn-up-a {
9393
border: 1px solid #111 /*{a-bup-border}*/;
94-
background: #444 /*{a-bup-background-color}*/;
94+
background: #333 /*{a-bup-background-color}*/;
9595
font-weight: bold;
9696
color: #fff /*{a-bup-color}*/;
9797
text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #000 /*{a-bup-shadow-color}*/;

0 commit comments

Comments
 (0)