@@ -204,16 +204,19 @@ a:active {
204
204
.spinner {
205
205
width : 100px ;
206
206
}
207
+
207
208
.spinner input {
208
209
text-align : right;
209
210
}
211
+
210
212
.input-group-btn-vertical {
211
213
position : relative;
212
214
white-space : nowrap;
213
215
width : 1% ;
214
216
vertical-align : middle;
215
217
display : table-cell;
216
218
}
219
+
217
220
.input-group-btn-vertical > .btn {
218
221
display : block;
219
222
float : none;
@@ -224,13 +227,16 @@ a:active {
224
227
position : relative;
225
228
border-radius : 0 ;
226
229
}
230
+
227
231
.input-group-btn-vertical > .btn : first-child {
228
232
border-top-right-radius : 4px ;
229
233
}
234
+
230
235
.input-group-btn-vertical > .btn : last-child {
231
236
margin-top : -2px ;
232
237
border-bottom-right-radius : 4px ;
233
238
}
239
+
234
240
.input-group-btn-vertical i {
235
241
position : absolute;
236
242
top : 2.8px ;
@@ -262,7 +268,7 @@ a:active {
262
268
box-shadow : none !important ;
263
269
}
264
270
265
- /* Result - Copy Button*/
271
+ /* Result - Copy Button */
266
272
267
273
# resultCopy {
268
274
top : 2px ;
@@ -285,7 +291,6 @@ a:active {
285
291
286
292
/* Options Box */
287
293
288
-
289
294
.optionsBox {
290
295
padding-top : 20px !important ;
291
296
padding-bottom : 20px !important ;
@@ -296,7 +301,6 @@ a:active {
296
301
color : # FFFFFF ;
297
302
}
298
303
299
-
300
304
.optionsBox .input-group-text {
301
305
background-color : rgba (0 , 0 , 0 , 0.8 );
302
306
color : # FFF !important ;
@@ -476,7 +480,7 @@ a:active {
476
480
.gitHubLogo {
477
481
height : 80px ;
478
482
color : rgba (255 , 255 , 255 , 1 ) !important ;
479
- }
483
+ }
480
484
481
485
.gitHubLogo : hover {
482
486
color : rgba (255 , 255 , 255 , 1 ) !important ;
0 commit comments