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.scss | |
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.scss')
-rwxr-xr-x | js/io/ui/cloudpopup.reel/css/cloudpopup.scss | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.scss b/js/io/ui/cloudpopup.reel/css/cloudpopup.scss index 1ae5579b..047e2dd1 100755 --- a/js/io/ui/cloudpopup.reel/css/cloudpopup.scss +++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.scss | |||
@@ -72,6 +72,7 @@ $grey_light: #494949; | |||
72 | width: 176px; | 72 | width: 176px; |
73 | border-radius: 4px; | 73 | border-radius: 4px; |
74 | text-shadow: 1px 1px 1px #222; | 74 | text-shadow: 1px 1px 1px #222; |
75 | font-family: 'Droid Sans', sans-serif; | ||
75 | border: 1px lighten($grey_dark, 20%) solid; | 76 | border: 1px lighten($grey_dark, 20%) solid; |
76 | background: $grey_dark -webkit-gradient(linear, left top, left bottom, color-stop(45%, lighten($grey_dark, 10%)), color-stop(100%, $grey_dark)); | 77 | background: $grey_dark -webkit-gradient(linear, left top, left bottom, color-stop(45%, lighten($grey_dark, 10%)), color-stop(100%, $grey_dark)); |
77 | } | 78 | } |
@@ -84,29 +85,6 @@ $grey_light: #494949; | |||
84 | color: $grey_dark; | 85 | color: $grey_dark; |
85 | } | 86 | } |
86 | 87 | ||
87 | .cloud_popup .content button | ||
88 | { | ||
89 | display: block; | ||
90 | border: 0px; | ||
91 | margin: 0px; | ||
92 | padding: 4px; | ||
93 | border: 1px #333 solid; | ||
94 | background: $grey_dark -webkit-gradient(linear, left top, left bottom, color-stop(0%, $grey_light), color-stop(100%, $grey_dark)); | ||
95 | border-radius: 4px; | ||
96 | color: #FFF; | ||
97 | text-transform: uppercase; | ||
98 | cursor: pointer; | ||
99 | text-shadow: 1px 1px 1px #000; | ||
100 | } | ||
101 | |||
102 | .cloud_popup .content button:hover | ||
103 | { | ||
104 | |||
105 | border: 1px #222 solid; | ||
106 | background: $grey_dark -webkit-gradient(linear, left top, left bottom, color-stop(0%, lighten($grey_dark, 20%)), color-stop(100%, darken($grey_light, 20%))); | ||
107 | color: #EEE; | ||
108 | } | ||
109 | |||
110 | .cloud_popup .content .status | 88 | .cloud_popup .content .status |
111 | { | 89 | { |
112 | float: left; | 90 | float: left; |