diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-08 20:16:24 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-12-09 09:10:54 +0100 |
commit | 6f6e89dbc2e28759065c8a54cfb54e1bf381111a (patch) | |
tree | 7cea90fe6aeff823814a32cc3968ab84804db2ea /client | |
parent | 857e5e2340c7a98f1c2e7e1d9deb016a65ce2297 (diff) | |
download | PeerTube-6f6e89dbc2e28759065c8a54cfb54e1bf381111a.tar.gz PeerTube-6f6e89dbc2e28759065c8a54cfb54e1bf381111a.tar.zst PeerTube-6f6e89dbc2e28759065c8a54cfb54e1bf381111a.zip |
dropdown-menu lighter box-shadow
Diffstat (limited to 'client')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 8f1e18d9e..2944dd9e2 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -16,7 +16,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
16 | 16 | ||
17 | .dropdown-menu { | 17 | .dropdown-menu { |
18 | border-radius: 3px; | 18 | border-radius: 3px; |
19 | box-shadow: 0 3px 6px; | 19 | box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); |
20 | font-size: 15px; | 20 | font-size: 15px; |
21 | 21 | ||
22 | .dropdown-item { | 22 | .dropdown-item { |