aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Button.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-12 13:15:17 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit0c31e9ae31403beb3c390e864f0aae653240868d (patch)
tree136e8ef5b9f82d8a2974186a144840c2c4ae6def /vnext/src/components/Button.css
parent6e9a031a75d383b9d28fc7c391b8b892df19fd64 (diff)
Button styling
Diffstat (limited to 'vnext/src/components/Button.css')
-rw-r--r--vnext/src/components/Button.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/vnext/src/components/Button.css b/vnext/src/components/Button.css
index 85c9e652..7394583b 100644
--- a/vnext/src/components/Button.css
+++ b/vnext/src/components/Button.css
@@ -6,4 +6,8 @@
display: inline-block;
margin: 5px;
padding: 4px 10px;
+}
+.Button:hover {
+ background: #f8f8f8;
+ border-bottom: 1px solid #ff339a;
} \ No newline at end of file