mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/Omnibox: fix input area dimming in safari when processing
This commit is contained in:
parent
6072fbac5c
commit
1ded7698ff
1 changed files with 5 additions and 0 deletions
|
@ -264,6 +264,11 @@
|
||||||
color: var(--gray);
|
color: var(--gray);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix for safari */
|
||||||
|
input:disabled {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
#action-container {
|
#action-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in a new issue