diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-10 23:21:24 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-10 23:21:24 +0100 |
commit | 82fd74d101838396fc6462d15106624294b78868 (patch) | |
tree | 5bf5e71ada5c377090c6a7104b25b37067f1155d /app/assets/stylesheets | |
parent | 0320ea4b85adab1d5a84613df42120aebe224fab (diff) |
Fix modals sizing and add animation to it, fix #140 by only making the text of
status clickable (this also fixes multiple dropdown being openable at the same time)
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 71ef7f3a8..89397a96d 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -350,3 +350,9 @@ flex: 1 1 auto; -webkit-overflow-scrolling: touch; } + +.column-back-button { + &:hover { + text-decoration: underline; + } +} |