Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Воронков Валерий
/
krystalvpn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 4ce747eb
authored
2023-04-24 10:06:18 +0300
by
xcoder
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
6. меню языков на десктопе сделать цветом как в мобиле.
1 parent
5b58c8d5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
style.css
style.css
View file @
4ce747e
...
...
@@ -183,7 +183,11 @@ header > ul.nav.nav-pills > .nav-item.detailed > .dropdown {
}
.dropdown-menu.show
{
min-width
:
unset
;
top
:
30px
;
background-color
:
#430092
;
}
.chevron
{
...
...
@@ -222,7 +226,7 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
font-family
:
"RobotoRegular"
;
font-style
:
normal
;
font-weight
:
500
;
font-size
:
1
4
px
;
font-size
:
1
6
px
;
text-align
:
center
;
width
:
80px
;
...
...
@@ -231,6 +235,15 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
user-select
:
none
;
}
.dropdown-menu.show
>
.dropdown-item
{
color
:
#00b8f0
;
cursor
:
pointer
;
}
.dropdown-menu.show
>
.dropdown-item
:hover
{
background-color
:
transparent
;
}
.humburger
{
display
:
none
;
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment