mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Update lucas-sandery theme
::file-selector-button got standardised.
This commit is contained in:
committed by
Jakub Vrana
parent
15ac0889c0
commit
7238bc7900
@@ -535,7 +535,7 @@ input[type="file"]::-ms-browse {
|
|||||||
background: #4c3957;
|
background: #4c3957;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 0.5em 0.8em 0.6em;
|
padding: 0.5em 0.8em 0.6em;
|
||||||
margin: 0;
|
margin: 0 0.5em;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -557,7 +557,7 @@ input[type="file"]::-webkit-file-upload-button {
|
|||||||
background: #4c3957;
|
background: #4c3957;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 0.5em 0.8em 0.6em;
|
padding: 0.5em 0.8em 0.6em;
|
||||||
margin: 0;
|
margin: 0 0.5em;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -571,24 +571,24 @@ input[type="file"]:disabled::-webkit-file-upload-button {
|
|||||||
background-color: rgba(76, 57, 87, 0.35);
|
background-color: rgba(76, 57, 87, 0.35);
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
input[type="file"]::-moz-file-upload-button {
|
input[type="file"]::file-selector-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #4c3957;
|
background: #4c3957;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 0.5em 0.8em 0.6em;
|
padding: 0.5em 0.8em 0.6em;
|
||||||
margin: 0;
|
margin: 0 0.5em;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
input[type="file"]:hover::-moz-file-upload-button,
|
input[type="file"]:hover::file-selector-button,
|
||||||
input[type="file"]:focus::-moz-file-upload-button {
|
input[type="file"]:focus::file-selector-button {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #ec5f12;
|
background: #ec5f12;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
input[type="file"]:disabled::-moz-file-upload-button {
|
input[type="file"]:disabled::file-selector-button {
|
||||||
background-color: rgba(76, 57, 87, 0.35);
|
background-color: rgba(76, 57, 87, 0.35);
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user