diff options
Diffstat (limited to 'resources/assets/stylesheets/studip.scss')
| -rw-r--r-- | resources/assets/stylesheets/studip.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/assets/stylesheets/studip.scss b/resources/assets/stylesheets/studip.scss index f0f17d4..284734c 100644 --- a/resources/assets/stylesheets/studip.scss +++ b/resources/assets/stylesheets/studip.scss @@ -788,8 +788,8 @@ input.allow-plaintext-toggle { display: flex; align-items: center; justify-content: center; - background: transparent; - border: transparent; + background: none; + border: none; height: 20px; width: 20px; cursor: pointer; |
