im
This commit is contained in:
parent
dcfee16ee7
commit
7901ab3e24
4 changed files with 182 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
width: auto;
|
||||
color: #bbb;
|
||||
padding: 2% 2% 2% 2%;
|
||||
margin: 2% 2% 2% 2%;
|
||||
margin: 1% 1% 1% 1%;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
|
||||
.dropdown .dropbtn {
|
||||
font-size: 17px;
|
||||
border: none;
|
||||
border: 1px solid #888;
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
color: #bbb;
|
||||
background-color: #335;
|
||||
|
@ -42,7 +43,8 @@
|
|||
z-index: 1;
|
||||
color: #bbb;
|
||||
background-color: #335;
|
||||
|
||||
border: 1px solid #888;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.dropdown-content a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue