mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
Merge pull request 'Change language dropdown appearance' (#84) from nevfy/selfprivacy.org:lang-picker into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org/pulls/84 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
c5ae4ecdad
|
@ -9,6 +9,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
right: 0;
|
||||||
|
left: unset;
|
||||||
|
padding: 0px;
|
||||||
|
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-item {
|
||||||
|
padding: 0.5rem 1.5rem;
|
||||||
|
border-radius: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.td-sidebar-nav .td-sidebar-link__page,
|
.td-sidebar-nav .td-sidebar-link__page,
|
||||||
ul.ul-2>.td-sidebar-nav__section-title a {
|
ul.ul-2>.td-sidebar-nav__section-title a {
|
||||||
color: #616161 !important;
|
color: #616161 !important;
|
||||||
|
|
Loading…
Reference in a new issue