aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/input-radio.reel
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/input-radio.reel')
-rw-r--r--node_modules/montage/ui/input-radio.reel/input-radio.css10
-rw-r--r--node_modules/montage/ui/input-radio.reel/input-radio.html2
2 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/montage/ui/input-radio.reel/input-radio.css b/node_modules/montage/ui/input-radio.reel/input-radio.css
index 020c4cee..25231b21 100644
--- a/node_modules/montage/ui/input-radio.reel/input-radio.css
+++ b/node_modules/montage/ui/input-radio.reel/input-radio.css
@@ -27,7 +27,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. 28POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30 30
31.montage-inputRadio { 31.montage-inputRadio {
32 -webkit-appearance: none; 32 -webkit-appearance: none;
33 -moz-appearance: none; 33 -moz-appearance: none;
@@ -42,19 +42,19 @@ POSSIBILITY OF SUCH DAMAGE.
42 background: #f2f2f2; 42 background: #f2f2f2;
43 cursor: pointer; 43 cursor: pointer;
44} 44}
45 45
46.montage-inputRadio:hover { 46.montage-inputRadio:hover {
47 background-color: #fff; 47 background-color: #fff;
48} 48}
49 49
50.montage-inputRadio:active { 50.montage-inputRadio:active {
51 background-color: #e5e5e5; 51 background-color: #e5e5e5;
52} 52}
53 53
54.montage-inputRadio:focus { 54.montage-inputRadio:focus {
55 border-color: #7f7f7f; 55 border-color: #7f7f7f;
56} 56}
57 57
58.montage-inputRadio:checked { 58.montage-inputRadio:checked {
59 background: #f2f2f2 url(radio.png) no-repeat center; 59 background: #f2f2f2 url(radio.png) no-repeat center;
60} 60}
diff --git a/node_modules/montage/ui/input-radio.reel/input-radio.html b/node_modules/montage/ui/input-radio.reel/input-radio.html
index d2df2c83..a1cd408d 100644
--- a/node_modules/montage/ui/input-radio.reel/input-radio.html
+++ b/node_modules/montage/ui/input-radio.reel/input-radio.html
@@ -1,4 +1,4 @@
1<!DOCTYPE html> 1<!doctype html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.