aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorshpuld <shpuld@gmail.com>2017-02-24 17:32:41 +0200
committershpuld <shpuld@gmail.com>2017-02-24 17:32:41 +0200
commit9dfcf8a301c37b359cf18880732ad63b413ce63e (patch)
treec5ce6f4bbc7cd162553d088079a6f470ce87f3e4 /src/App.scss
parente0e507348cc22054e55e2be8fa6544845f597610 (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.scss5
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;
}
}