Skip to content

Commit 138cf8f

Browse files
committed
[nit] css: Convert color codes to lowercase
1 parent 1b478b3 commit 138cf8f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

isso/css/isso.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ h4.isso-thread-heading {
157157
position: relative;
158158
top: .2em;
159159
}
160+
/* Reply postbox under existing comment */
160161
.isso-comment .isso-postbox {
161162
margin-top: 0.8em;
162163
}
@@ -237,18 +238,18 @@ h4.isso-thread-heading {
237238
.isso-post-action > input {
238239
padding: calc(.3em - 1px);
239240
border-radius: 2px;
240-
border: 1px solid #CCC;
241-
background-color: #DDD;
241+
border: 1px solid #ccc;
242+
background-color: #ddd;
242243
cursor: pointer;
243244
outline: 0;
244245
line-height: 1.4em;
245246
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
246247
}
247248
.isso-post-action > input:hover {
248-
background-color: #CCC;
249+
background-color: #ccc;
249250
}
250251
.isso-post-action > input:active {
251-
background-color: #BBB;
252+
background-color: #bbb;
252253
}
253254

254255
/* ========================================================================== */

0 commit comments

Comments
 (0)