mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Fix for #1017 - Listview - remove hover/focus on read-only items
This commit is contained in:
parent
b740854ae7
commit
11965092bb
1 changed files with 0 additions and 4 deletions
|
|
@ -76,7 +76,6 @@
|
|||
background: #333333;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
text-shadow: 0 -1px 1px #000;
|
||||
text-decoration: none;
|
||||
background-image: -moz-linear-gradient(top,
|
||||
|
|
@ -197,7 +196,6 @@
|
|||
background: #2567ab;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
text-shadow: 0 -1px 1px #145072;
|
||||
text-decoration: none;
|
||||
background-image: -moz-linear-gradient(top,
|
||||
|
|
@ -310,7 +308,6 @@
|
|||
background: #eee;
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
cursor: pointer;
|
||||
text-shadow: 0 1px 1px #f6f6f6;
|
||||
text-decoration: none;
|
||||
background-image: -moz-linear-gradient(top,
|
||||
|
|
@ -544,7 +541,6 @@
|
|||
background: #fadb4e;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
cursor: pointer;
|
||||
text-shadow: 0 1px 1px #fe3;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
|
|
|
|||
Loading…
Reference in a new issue