1
0
mirror of https://github.com/sakofchit/system.css.git synced 2026-05-05 06:01:22 +09:00

address safari issues with border image

This commit is contained in:
sakofchit
2022-08-13 17:23:07 -04:00
parent f333a996d6
commit d6078180dc
2 changed files with 8 additions and 5 deletions

View File

@@ -364,8 +364,9 @@ h2 {
padding: 0 20px;
text-align:center;
background: white;
border-style: solid;
border-width: 5.5px;
border-image: url("./icon/button.png") 30 stretch;
border: 5.5px solid transparent;
color: black;
text-align: center;
text-decoration: none;
@@ -386,8 +387,9 @@ h2 {
min-width: 59px;
text-align:center;
background: white;
border-style: solid;
border-width: 5.5px;
border-image: url("./icon/button.png") 30 stretch;
border: 5.5px solid transparent;
color: #B6B7B8;
text-align: center;
text-decoration: none;