joelcoxokc
764c35dab2
Update to ripple.js
...
Bug: If anything with ripple class is clicked too many times too fast, the ripple color stays, and the element becomes darker
Fix: on rippleOut($ripple) you have a setTimeout which calls $ripple.remove()
- I changed this line to say $('.ripple').remove()
This removes any ripple class. I am assuming the user is not going to have multiple mouses trying to make multiple thing ripple at once.
Enjoy the change!!
I am also making angular directives for this library
2014-09-29 12:51:33 -07:00
FezVrasta
f786000407
fixed problem with nouislider...
2014-09-29 10:22:56 +02:00
FezVrasta
6ce665ac1e
fix #33
2014-09-29 10:15:45 +02:00
FezVrasta
f9345f7332
fix for #32
2014-09-29 09:36:47 +02:00
FezVrasta
40250e0757
fixed problem with new focus effect of checkboxes
2014-09-29 09:32:47 +02:00
FezVrasta
323c430085
fix #30
2014-09-29 09:25:10 +02:00
FezVrasta
b9e02d0bee
fix for #34
2014-09-29 09:19:20 +02:00
Fez Vrasta
03f8334d83
Merge pull request #36 from Pentusha/patch-1
...
fix link in readme
2014-09-28 23:24:00 +02:00
Pentusha
9fbab1324c
fix link in readme
2014-09-29 03:58:04 +07:00
Federico Zivolo
ed9eafc96a
fixed regex
2014-09-26 13:38:56 +02:00
Federico Zivolo
fab9cd5070
Merge remote-tracking branch 'origin/master'
2014-09-26 13:22:51 +02:00
Federico Zivolo
2c18bd2d13
fixed buttons on safari
2014-09-26 13:22:27 +02:00
Fez Vrasta
c176c3ef03
Merge pull request #29 from dczarnota/master
...
Updates README.md with spelling and grammar fixes
2014-09-26 09:39:18 +02:00
Dominic Czarnota
7f375b9f1d
updates doc with spelling and grammar fixes
2014-09-25 15:54:26 -07:00
Federico Zivolo
8af64adc57
last time I touch wells, I promise.
2014-09-23 16:21:01 +02:00
Federico Zivolo
ebfe07399e
improved nested wells support
2014-09-23 14:45:24 +02:00
Federico Zivolo
06702a27eb
minor fix for nested wells
2014-09-23 13:51:51 +02:00
Federico Zivolo
ed719284a7
ugly fix for nested colored wells, when the theme is finished I should refactor it and make it looks nicer...
2014-09-23 13:43:57 +02:00
Federico Zivolo
a64e960d97
fix for selectize
2014-09-23 12:11:38 +02:00
Federico Zivolo
13475c58a3
replaced dynamic inputs detection
2014-09-23 11:21:38 +02:00
Federico Zivolo
b0fbe5fd61
fixed bug with new dynamic method for inputs
2014-09-23 11:05:06 +02:00
Federico Zivolo
d101aac960
minor improvement
2014-09-23 10:32:02 +02:00
Federico Zivolo
fbe6dd3f89
added support for dynamically added inputs
2014-09-23 10:28:01 +02:00
Federico Zivolo
fb654ebe89
fix for material wells and for multiple selects
2014-09-23 10:15:40 +02:00
Federico Zivolo
c19199eb88
attempt to fix #26
2014-09-23 10:00:58 +02:00
Federico Zivolo
50a7926b11
fix for #27
2014-09-23 09:56:56 +02:00
Federico Zivolo
484b69c84b
fixed color of inputs inside well-material-colors
2014-09-23 09:45:04 +02:00
Federico Zivolo
9f6cbf347e
improved detection of empty fields.
2014-09-22 11:39:24 +02:00
Federico Zivolo
bf95587330
fixed color on normal wells.
2014-09-19 12:48:45 +02:00
Federico Zivolo
1a03c0318e
fixed well colors
2014-09-19 12:21:30 +02:00
Federico Zivolo
4f38b59464
Merged #25 from rougin:patch-1
2014-09-19 11:12:49 +02:00
Federico Zivolo
8583cad3ec
added vendor prefixes
2014-09-19 09:07:05 +02:00
Federico Zivolo
3ad877b128
removed test files
2014-09-19 09:06:43 +02:00
Federico Zivolo
7c582dd03f
removed webfont from css and created -wfont version with font embedded
2014-09-18 13:42:53 +02:00
Federico Zivolo
a3a371757c
added file input support
2014-09-18 10:40:57 +02:00
Federico Zivolo
ccda618737
fix for #12
2014-09-18 09:38:53 +02:00
Federico Zivolo
68d3fd3be5
fixed links on firefox
2014-09-18 09:18:45 +02:00
FezVrasta
218e4ae779
checkboxes now use only one element
2014-09-17 10:56:21 +02:00
FezVrasta
bd53dbd95c
fixed position of stripe on inputs
2014-09-17 10:35:59 +02:00
FezVrasta
e4c504b153
Merge remote-tracking branch 'origin/master'
2014-09-17 08:18:16 +02:00
FezVrasta
42494e245b
fixed click on firefox
2014-09-17 08:18:00 +02:00
Fez Vrasta
1930e319fa
Merge pull request #16 from hebbet/master
...
Load Google Font without protocol
2014-09-15 05:56:59 +02:00
hebbet
ec3c30f7ac
Load Google Font without protocol
...
loading http on a https site won't work
2014-09-14 23:17:19 +02:00
Federico Zivolo
32943e1d4b
fixed css syntax
2014-09-12 11:35:52 +02:00
Federico Zivolo
3a611be292
fixed textarea and select height
2014-09-12 11:34:03 +02:00
Federico Zivolo
67a1d3c475
changed text of input
2014-09-12 11:31:16 +02:00
Federico Zivolo
ba6f45772a
updated less to 1.7.5
2014-09-12 11:27:36 +02:00
Federico Zivolo
1a1e20291a
fixed disabled fieldset style
2014-09-11 14:30:55 +02:00
Federico Zivolo
f978575c72
fixed js of checkboxes and radios
2014-09-11 12:37:13 +02:00
Federico Zivolo
2dc3bb93df
updated doc
2014-09-10 09:36:44 +02:00