mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Added .ui-corner-none
This commit is contained in:
parent
5917b379e1
commit
bcd0a05982
1 changed files with 5 additions and 2 deletions
|
|
@ -658,8 +658,11 @@ a.ui-link-inherit {
|
|||
-webkit-border-radius: .6em;
|
||||
border-radius: .6em;
|
||||
}
|
||||
|
||||
|
||||
.ui-corner-none {
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* Interaction cues
|
||||
-----------------------------------------------------------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue