You've already forked system.css
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user