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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-03-24 15:31:47 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-03-24 15:32:01 +0300
commit6505f114218e5a38809284dd19c8f2c81b368372 (patch)
treef6b89e38ab5cfc98010d4b38fcef7d25c24eb224 /assets/css/custom.css
parent8e5ef6a1de9d5591a82f0368c4aee9c6d5c74e5c (diff)
some updates to Talk page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'assets/css/custom.css')
-rw-r--r--assets/css/custom.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 24435e96..48a14b01 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -5387,7 +5387,8 @@ footer.page-footer {
will-change: transform;
transition: transform 500ms ease;
transform: translate3d(0px, 0px, 0px);
- opacity: 0; }
+ opacity: 0;
+ margin-top: -100px; }
.second-menu .menu.hidedPrincipalNavigation {
transform: translate3d(0px, -100px, 0px); }
.second-menu .menu .buttons {
@@ -5450,6 +5451,9 @@ footer.page-footer {
text-decoration: none; }
.second-menu .menu .buttons .button--blue:before {
background: none; }
+ .second-menu .menu .buttons .button.button--blue.active {
+ background-color: white !important;
+ border: 1px solid #0082c9; }
.background {
padding-bottom: 0;