diff options
| author | shpuld <shpuld@gmail.com> | 2017-02-24 17:32:41 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-02-24 17:32:41 +0200 |
| commit | 9dfcf8a301c37b359cf18880732ad63b413ce63e (patch) | |
| tree | c5ce6f4bbc7cd162553d088079a6f470ce87f3e4 /src/App.scss | |
| parent | e0e507348cc22054e55e2be8fa6544845f597610 (diff) | |
Align attachments with usercard, make buttons use theme colors, prettify login form, more border radii adjustment for consistency.
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 1e38275e..75f825ee 100644 --- a/src/App.scss +++ b/src/App.scss @@ -35,7 +35,8 @@ button{ cursor: pointer; &:hover { - background-color: white; + //background-color: white; + opacity: 0.8; } } @@ -175,7 +176,7 @@ status-text-container { margin-top: 0.2em; float: right; margin-right: 0.3em; - border-radius: 20%; + border-radius: 5px; } } |
