Browse Source

Merge pull request #344 from brigand/patch-1

#343 modal text can't be selected
pull/367/head
Jack Lukic 11 years ago
parent
commit
d789c35f02
1 changed files with 6 additions and 1 deletions
  1. 7
      src/modules/modal.less

7
src/modules/modal.less

@ -31,6 +31,11 @@
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
@ -285,4 +290,4 @@
width: 44%;
margin-left: -22%;
}
}
}
Loading…
Cancel
Save