Commit 138cf8f 1 parent 1b478b3 commit 138cf8f Copy full SHA for 138cf8f
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ h4.isso-thread-heading {
157
157
position : relative;
158
158
top : .2em ;
159
159
}
160
+ /* Reply postbox under existing comment */
160
161
.isso-comment .isso-postbox {
161
162
margin-top : 0.8em ;
162
163
}
@@ -237,18 +238,18 @@ h4.isso-thread-heading {
237
238
.isso-post-action > input {
238
239
padding : calc (.3em - 1px );
239
240
border-radius : 2px ;
240
- border : 1px solid # CCC ;
241
- background-color : # DDD ;
241
+ border : 1px solid # ccc ;
242
+ background-color : # ddd ;
242
243
cursor : pointer;
243
244
outline : 0 ;
244
245
line-height : 1.4em ;
245
246
box-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.1 );
246
247
}
247
248
.isso-post-action > input : hover {
248
- background-color : # CCC ;
249
+ background-color : # ccc ;
249
250
}
250
251
.isso-post-action > input : active {
251
- background-color : # BBB ;
252
+ background-color : # bbb ;
252
253
}
253
254
254
255
/* ========================================================================== */
You can’t perform that action at this time.
0 commit comments