diff options
| author | Sarah Conway | 2018-10-18 14:28:56 +0000 |
|---|---|---|
| committer | Sarah Conway | 2018-10-18 14:28:56 +0000 |
| commit | e6a1835ab1d22b75edeabc4644110bb99d3da67a (patch) | |
| tree | 46eed0d1300299a9b9590818fa6a0b4a9242f03b | |
| parent | 32d585e02f765f0e5b1d1912091b8254b493194c (diff) | |
update button styles
| -rw-r--r-- | media/pgdu/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/pgdu/css/style.css b/media/pgdu/css/style.css index 9bcffa2..ceeec9c 100644 --- a/media/pgdu/css/style.css +++ b/media/pgdu/css/style.css @@ -118,7 +118,7 @@ textarea { padding: 0.75em 1em; } -input[type="submit"], input[type="reset"], input[type="button"], .button { +.btn.btn-outline-dark, button.btn.btn-outline-dark, input[type="submit"], input[type="reset"], input[type="button"], .button { -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; |
