@@ -116,12 +116,7 @@ body {
116
116
left : 137px ; /* dbyhead.png width plus 10px #dbyhead padding */
117
117
height : 26px ;
118
118
margin : 9px 10px ;
119
- -webkit-box-shadow : 2px 2px 10px -2px rgba (0 , 0 , 0 , 0 );
120
- -moz-box-shadow : 2px 2px 10px -2px rgba (0 , 0 , 0 , 0 );
121
- box-shadow : 2px 2px 10px -2px rgba (0 , 0 , 0 , 0 );
122
- -webkit-border-radius : 5px ;
123
- -moz-border-radius : 5px ;
124
- border-radius : 5px ;
119
+ @include border-radius (5px );
125
120
border : 1px solid #999 ;
126
121
background : #fff ;
127
122
padding : 0 ;
@@ -163,19 +158,22 @@ body {
163
158
font-family : ' Helvetica Neue' , Arial , Helvetica , sans-serif ;
164
159
font-weight : bold ;
165
160
font-size : 14px ;
166
- color : #555 ;
167
161
@include text-shadow (#fff , 1px , 1px , 2px );
168
- .warning {
169
- color : darkOrange ; // FIXME: better colour!
162
+ color : #555 ;
163
+
164
+ & .warning {
165
+ color : #cd6600 ;
170
166
}
171
- .toomany {
172
- color : red ; // FIXME: better colour!
167
+ & .toomany {
168
+ color : #8b0000 ;
173
169
}
174
170
}
171
+
175
172
#tweet {
176
173
height : 22px ;
177
174
margin : 2px ;
178
175
padding : 1px 6px ;
176
+ opacity : 1 ;
179
177
}
180
178
181
179
#status-update .expanded {
@@ -194,6 +192,12 @@ body {
194
192
@include linear-gradient (color-stops (#e4e4e4 , #d7d7d7 ));
195
193
}
196
194
.expanded #tweet {
195
+ border-color : #c6c6c6 ;
196
+ background : #fafafa ;
197
+ @include linear-gradient (color-stops (#fff , #e4e4e4 ));
198
+ }
199
+ .expanded #tweet .ui-button-disabled {
200
+ background : #e6e6e6 !important ;
197
201
}
198
202
.expanded #chars {
199
203
@include inline-block ;
0 commit comments