Skip to content

Commit fe00da2

Browse files
committed
better colours for , fix button style
1 parent b00fbaa commit fe00da2

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

web/desktop.scss

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,7 @@ body {
116116
left: 137px; /* dbyhead.png width plus 10px #dbyhead padding */
117117
height: 26px;
118118
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);
125120
border: 1px solid #999;
126121
background: #fff;
127122
padding: 0;
@@ -163,19 +158,22 @@ body {
163158
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
164159
font-weight: bold;
165160
font-size: 14px;
166-
color: #555;
167161
@include text-shadow(#fff, 1px, 1px, 2px);
168-
.warning {
169-
color: darkOrange; // FIXME: better colour!
162+
color: #555;
163+
164+
&.warning {
165+
color: #cd6600;
170166
}
171-
.toomany {
172-
color: red; // FIXME: better colour!
167+
&.toomany {
168+
color: #8b0000;
173169
}
174170
}
171+
175172
#tweet {
176173
height: 22px;
177174
margin: 2px;
178175
padding: 1px 6px;
176+
opacity: 1;
179177
}
180178

181179
#status-update.expanded {
@@ -194,6 +192,12 @@ body {
194192
@include linear-gradient(color-stops(#e4e4e4, #d7d7d7));
195193
}
196194
.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;
197201
}
198202
.expanded #chars {
199203
@include inline-block;

0 commit comments

Comments
 (0)