diff options
author | Jose Antonio Marquez | 2012-02-01 10:16:16 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-01 10:16:16 -0800 |
commit | e824b4901817429231cd9ab6aa068cc0a0849e3a (patch) | |
tree | eb74ddf2d1b50a6e3c123a357b605d7bf586ed09 /js/io/ui/cloudpopup.reel/css/cloudpopup.css | |
parent | 372604713c2f7ac5c0b0ef475cf4043ba3194fec (diff) | |
download | ninja-e824b4901817429231cd9ab6aa068cc0a0849e3a.tar.gz |
Applying global button styles to cloud popup
Diffstat (limited to 'js/io/ui/cloudpopup.reel/css/cloudpopup.css')
-rw-r--r-- | js/io/ui/cloudpopup.reel/css/cloudpopup.css | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.css b/js/io/ui/cloudpopup.reel/css/cloudpopup.css index b42263b9..eac18083 100644 --- a/js/io/ui/cloudpopup.reel/css/cloudpopup.css +++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.css | |||
@@ -68,11 +68,12 @@ | |||
68 | width: 176px; | 68 | width: 176px; |
69 | border-radius: 4px; | 69 | border-radius: 4px; |
70 | text-shadow: 1px 1px 1px #222; | 70 | text-shadow: 1px 1px 1px #222; |
71 | font-family: 'Droid Sans', sans-serif; | ||
71 | border: 1px #5c5c5c solid; | 72 | border: 1px #5c5c5c solid; |
72 | background: #292929 -webkit-gradient(linear, left top, left bottom, color-stop(45%, #434343), color-stop(100%, #292929)); | 73 | background: #292929 -webkit-gradient(linear, left top, left bottom, color-stop(45%, #434343), color-stop(100%, #292929)); |
73 | } | 74 | } |
74 | 75 | ||
75 | /* line 80, cloudpopup.scss */ | 76 | /* line 81, cloudpopup.scss */ |
76 | .cloud_popup .content input:focus { | 77 | .cloud_popup .content input:focus { |
77 | text-shadow: none; | 78 | text-shadow: none; |
78 | background: #FFF; | 79 | background: #FFF; |
@@ -80,29 +81,7 @@ | |||
80 | color: #292929; | 81 | color: #292929; |
81 | } | 82 | } |
82 | 83 | ||
83 | /* line 88, cloudpopup.scss */ | 84 | /* line 89, cloudpopup.scss */ |
84 | .cloud_popup .content button { | ||
85 | display: block; | ||
86 | border: 0px; | ||
87 | margin: 0px; | ||
88 | padding: 4px; | ||
89 | border: 1px #333 solid; | ||
90 | background: #292929 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(100%, #292929)); | ||
91 | border-radius: 4px; | ||
92 | color: #FFF; | ||
93 | text-transform: uppercase; | ||
94 | cursor: pointer; | ||
95 | text-shadow: 1px 1px 1px #000; | ||
96 | } | ||
97 | |||
98 | /* line 103, cloudpopup.scss */ | ||
99 | .cloud_popup .content button:hover { | ||
100 | border: 1px #222 solid; | ||
101 | background: #292929 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c5c5c), color-stop(100%, #161616)); | ||
102 | color: #EEE; | ||
103 | } | ||
104 | |||
105 | /* line 111, cloudpopup.scss */ | ||
106 | .cloud_popup .content .status { | 85 | .cloud_popup .content .status { |
107 | float: left; | 86 | float: left; |
108 | clear: right; | 87 | clear: right; |
@@ -111,7 +90,7 @@ | |||
111 | width: 240px; | 90 | width: 240px; |
112 | } | 91 | } |
113 | 92 | ||
114 | /* line 120, cloudpopup.scss */ | 93 | /* line 98, cloudpopup.scss */ |
115 | .cloud_popup .content .btn_ok, .cloud_popup .content .btn_cancel { | 94 | .cloud_popup .content .btn_ok, .cloud_popup .content .btn_cancel { |
116 | width: 80px; | 95 | width: 80px; |
117 | text-align: center; | 96 | text-align: center; |