mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 07:52:29 +03:00
Less padding for the language selection button
This commit is contained in:
parent
e7800e5302
commit
a9d6d921c7
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ li.language:hover {
|
||||||
#select-language {
|
#select-language {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#select-language.active {
|
#select-language.active {
|
||||||
|
|
Loading…
Reference in a new issue