new select

This commit is contained in:
Your Name
2020-05-21 11:52:05 +03:00
parent 3ba159f513
commit 1eb9586b46
3 changed files with 11 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ h1 {
right: 4px;
top: 2px;
}
#year_filter {
#year_filter, #pages {
border: 0px;
background: white;
color: #4d4e55;
@@ -140,9 +140,13 @@ h1 {
margin-right: -7px;
outline: none;
}
#year_filter::-ms-expand {
#year_filter::-ms-expand, #pages::-ms-expand {
display: none;
}
#pages {
padding: 2px 10px;
color: #2c2e36;
}
#downloadtitle{
width: 100%;
background: #69c;
@@ -200,6 +204,9 @@ h1 {
font-weight: bold;
font-size: 1.3em;
}
#currpage i {
font-size: .6em;
}
.firstpage {
background: white;
border-radius: 31px;