diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-05-18 04:18:57 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-05-18 04:18:57 +0100 |
commit | ec4461d0f79f2ac12cac643b65df9f9925ed5c53 (patch) | |
tree | bea5389596cb5bc59b78761a9f92ddbdf66b6eb2 /app/scss/components.scss | |
parent | b6601e5bc4ed245bdb391ef88f5de1ca42ca3daf (diff) | |
download | cheatdb-ec4461d0f79f2ac12cac643b65df9f9925ed5c53.tar.xz |
Improve homepage design further
Diffstat (limited to 'app/scss/components.scss')
-rw-r--r-- | app/scss/components.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/scss/components.scss b/app/scss/components.scss index 4b9a227..7e25512 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -82,6 +82,10 @@ a:hover { margin: 15px 0; } +.button, .buttonset li a, input[type=submit] { + cursor: pointer; +} + .button, .buttonset li a, input[type=submit], input[type=text], input[type=password], textarea, select { text-align: center; @@ -137,6 +141,7 @@ select:not([multiple]) { border: 1px solid rgba(255,255,255,0.17); border: 1px solid #555; text-decoration: none; + color: #ddd; } .btn_green { |