mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
Fix button in alert borders
This commit is contained in:
parent
072f189006
commit
c523624696
@ -264,15 +264,19 @@ select:not([multiple]) {
|
||||
}
|
||||
|
||||
.alert input {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.alert input, .button {
|
||||
margin: 0;
|
||||
background: 0;
|
||||
border: 0;
|
||||
border-left: 1px solid rgba(255,255,255,0.12);
|
||||
border-radius: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.alert input:hover {
|
||||
.alert input:hover, .button:hover {
|
||||
border: 0;
|
||||
border-left: 1px solid rgba(255,255,255,0.2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user