Skip to content

Commit 894350a

Browse files
committed
Fixed buttons style. It makes them more usable universally
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 10d06e8 commit 894350a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

assets/css_firepress/btn_a.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ btn_a,
1313
border-radius: var(--radius);
1414
cursor: pointer;
1515
font-family: var(--font-sans-serif);
16-
font-size: 0.8em;
16+
font-size: 0.75em;
1717
font-weight: var(--font-normal);
1818
line-height: var(--height);
1919
text-align: center;
@@ -74,7 +74,7 @@ btn_a,
7474
.btn_a {
7575
color: var(--color-primary) !important;
7676
background-color: transparent;
77-
box-shadow: inset 0 0 0 2px var(--color-primary);
77+
box-shadow: inset 0 0 0 2px var(--color-primary) !important;
7878
}
7979

8080
input[type="submit"]:hover,

assets/css_firepress/btn_a.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.

assets/css_firepress/btn_c.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
white-space: nowrap;
2727
-webkit-transform: translate3d(0, 0, 0);
2828
transform: translate3d(0, 0, 0);
29-
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
29+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1)!important;
3030
-webkit-appearance: none;
3131
margin-bottom: 10px;
3232
transition: 0.3s;

0 commit comments

Comments
 (0)