Browse Source

Fixed some buttons being selectable

tags/v1.0.0
Fen Dweller 6 years ago
parent
commit
59d78f4dbe
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      style.css

+ 2
- 0
style.css View File

@@ -319,6 +319,7 @@ body.dark .custom-category div {
background: #222; background: #222;
} }
.custom-header-static { .custom-header-static {
user-select: none;
font-size: 250%; font-size: 250%;
margin: 10px; margin: 10px;
display: inline-block; display: inline-block;
@@ -333,6 +334,7 @@ body.dark .custom-header-static {
} }


.custom-header { .custom-header {
user-select: none;
font-size: 250%; font-size: 250%;
margin: 10px; margin: 10px;
display: inline-block; display: inline-block;


Loading…
Cancel
Save