mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-27 23:33:58 +00:00
fixed underline on button down state
This commit is contained in:
parent
5fa733b0eb
commit
3b9a90ee4a
1 changed files with 5 additions and 10 deletions
|
|
@ -77,7 +77,6 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 0 -1px 1px #000;
|
text-shadow: 0 -1px 1px #000;
|
||||||
text-decoration: none;
|
|
||||||
background-image: -moz-linear-gradient(top,
|
background-image: -moz-linear-gradient(top,
|
||||||
#555555,
|
#555555,
|
||||||
#333333);
|
#333333);
|
||||||
|
|
@ -95,7 +94,6 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 0 -1px 1px #000;
|
text-shadow: 0 -1px 1px #000;
|
||||||
text-decoration: none;
|
|
||||||
background-image: -moz-linear-gradient(top,
|
background-image: -moz-linear-gradient(top,
|
||||||
#666666,
|
#666666,
|
||||||
#444444);
|
#444444);
|
||||||
|
|
@ -128,6 +126,7 @@
|
||||||
.ui-btn-hover-a,
|
.ui-btn-hover-a,
|
||||||
.ui-btn-down-a {
|
.ui-btn-down-a {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -197,7 +196,6 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 0 -1px 1px #145072;
|
text-shadow: 0 -1px 1px #145072;
|
||||||
text-decoration: none;
|
|
||||||
background-image: -moz-linear-gradient(top,
|
background-image: -moz-linear-gradient(top,
|
||||||
#4e89c5,
|
#4e89c5,
|
||||||
#2567ab);
|
#2567ab);
|
||||||
|
|
@ -218,7 +216,6 @@
|
||||||
background-image: -moz-linear-gradient(top,
|
background-image: -moz-linear-gradient(top,
|
||||||
#72b0d4,
|
#72b0d4,
|
||||||
#4b88b6);
|
#4b88b6);
|
||||||
text-decoration: none;
|
|
||||||
background-image: -webkit-gradient(linear,left top,left bottom,
|
background-image: -webkit-gradient(linear,left top,left bottom,
|
||||||
color-stop(0, #72b0d4),
|
color-stop(0, #72b0d4),
|
||||||
color-stop(1, #4b88b6));
|
color-stop(1, #4b88b6));
|
||||||
|
|
@ -248,6 +245,7 @@
|
||||||
.ui-btn-hover-b,
|
.ui-btn-hover-b,
|
||||||
.ui-btn-down-b {
|
.ui-btn-down-b {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -309,7 +307,6 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #444;
|
color: #444;
|
||||||
text-shadow: 0 1px 1px #f6f6f6;
|
text-shadow: 0 1px 1px #f6f6f6;
|
||||||
text-decoration: none;
|
|
||||||
background-image: -moz-linear-gradient(top,
|
background-image: -moz-linear-gradient(top,
|
||||||
#fefefe,
|
#fefefe,
|
||||||
#eeeeee);
|
#eeeeee);
|
||||||
|
|
@ -327,7 +324,6 @@
|
||||||
background: #dadada;
|
background: #dadada;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #101010;
|
color: #101010;
|
||||||
text-decoration: none;
|
|
||||||
text-shadow: 0 1px 1px #fff;
|
text-shadow: 0 1px 1px #fff;
|
||||||
background-image: -moz-linear-gradient(top,
|
background-image: -moz-linear-gradient(top,
|
||||||
#ededed,
|
#ededed,
|
||||||
|
|
@ -361,6 +357,7 @@
|
||||||
.ui-btn-hover-c,
|
.ui-btn-hover-c,
|
||||||
.ui-btn-down-c {
|
.ui-btn-down-c {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -419,7 +416,6 @@
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #444;
|
color: #444;
|
||||||
text-decoration: none;
|
|
||||||
text-shadow: 0 1px 1px #fff;
|
text-shadow: 0 1px 1px #fff;
|
||||||
}
|
}
|
||||||
.ui-btn-up-d a.ui-link-inherit {
|
.ui-btn-up-d a.ui-link-inherit {
|
||||||
|
|
@ -432,7 +428,6 @@
|
||||||
color: #222;
|
color: #222;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-shadow: 0 1px 1px #fff;
|
text-shadow: 0 1px 1px #fff;
|
||||||
text-decoration: none;
|
|
||||||
background-image: -moz-linear-gradient(top,
|
background-image: -moz-linear-gradient(top,
|
||||||
#fdfdfd,
|
#fdfdfd,
|
||||||
#eeeeee);
|
#eeeeee);
|
||||||
|
|
@ -476,6 +471,7 @@
|
||||||
.ui-btn-hover-d,
|
.ui-btn-hover-d,
|
||||||
.ui-btn-down-d {
|
.ui-btn-down-d {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -542,7 +538,6 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #333;
|
color: #333;
|
||||||
text-shadow: 0 1px 1px #fe3;
|
text-shadow: 0 1px 1px #fe3;
|
||||||
text-decoration: none;
|
|
||||||
text-shadow: 0 1px 0 #fff;
|
text-shadow: 0 1px 0 #fff;
|
||||||
background-image: -moz-linear-gradient(top,
|
background-image: -moz-linear-gradient(top,
|
||||||
#fceda7,
|
#fceda7,
|
||||||
|
|
@ -560,7 +555,6 @@
|
||||||
background: #fbe26f;
|
background: #fbe26f;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #111;
|
color: #111;
|
||||||
text-decoration: none;
|
|
||||||
text-shadow: 0 1px 1px #fff;
|
text-shadow: 0 1px 1px #fff;
|
||||||
background-image: -moz-linear-gradient(top,
|
background-image: -moz-linear-gradient(top,
|
||||||
#fcf0b5,
|
#fcf0b5,
|
||||||
|
|
@ -595,6 +589,7 @@
|
||||||
.ui-btn-hover-e,
|
.ui-btn-hover-e,
|
||||||
.ui-btn-down-e {
|
.ui-btn-down-e {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue