Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/scss
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-02-13 12:31:31 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-02-13 12:31:31 +0300
commit780656278b14827132ae5479f64948e4cf4c741d (patch)
tree7dd7339411827534c7fbe9458c281131c7ac459e /src/scss
parent07668fe1b561f294c4fd8a2de8fe6229699a7025 (diff)
Add styling of folder browsing functionality
Diffstat (limited to 'src/scss')
-rw-r--r--src/scss/includes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scss/includes.scss b/src/scss/includes.scss
index b9266e4..b0a53c5 100644
--- a/src/scss/includes.scss
+++ b/src/scss/includes.scss
@@ -15,7 +15,7 @@
--element-secondary-background-color : #ededed;
--element-secondary-text-color : #1a1a1a;
--element-secondary-border-color : #ededed;
- --element-secondary-hover-background-color : #dfdfdf;
+ --element-secondary-hover-background-color : #f0f0f0;
--element-secondary-hover-text-color : #1a1a1a;
--element-secondary-hover-border-color : #ededed;