Skip to content

Commit 5d68687

Browse files
authored
Merge pull request dokuwiki#4437 from tiltX/patch-1
fix button border css
2 parents f6ab15e + ad64f22 commit 5d68687

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/styles/screen.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ div.notify {
7171
/* media manager popup toggle buttons */
7272

7373
#media__popup_content button.button {
74-
border: 1px outset;
74+
border-width: 1px;
75+
border-style: outset;
7576
}
7677

7778
#media__popup_content button.selected {

0 commit comments

Comments
 (0)