Skip to content

Commit 5b424c3

Browse files
authored
Merge pull request #4576 from bubblobill/css_fix
Added missing colon in button CSS
2 parents 894a298 + 9712cf9 commit 5b424c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/net/rptools/maptool/library/builtin/mt-theme-css.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ button::after,
160160
left: 0;
161161
width: 100%;
162162
height: 100%;
163-
padding 1px;
163+
padding: 1px;
164164
content: "";
165165
border-radius: .15em;
166166
background: linear-gradient(

0 commit comments

Comments
 (0)