Skip to content

Commit eaa9e47

Browse files
committed
fix border-color bug
1 parent 0494da0 commit eaa9e47

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

css/marx.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,21 +571,21 @@ input[type=submit]:hover,
571571
input[type=reset]:hover,
572572
button:hover {
573573
background: #0c7cd5;
574-
border-color: 1px solid rgba(0, 0, 0, 0.54); }
574+
border-color: rgba(0, 0, 0, 0.54); }
575575

576576
input[type=submit]:active,
577577
input[type=reset]:active,
578578
button:active {
579579
background: #0c7cd5;
580-
border-color: 1px solid rgba(0, 0, 0, 0.54);
580+
border-color: rgba(0, 0, 0, 0.54);
581581
box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
582582
outline-offset: -2px; }
583583

584584
input[type=submit]:focus,
585585
input[type=reset]:focus,
586586
button:focus {
587587
background: #0c7cd5;
588-
border-color: 1px solid rgba(0, 0, 0, 0.54);
588+
border-color: rgba(0, 0, 0, 0.54);
589589
box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
590590
outline: 0; }
591591

css/marx.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)