diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-01-23 12:50:30 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-01-23 12:54:20 -0600 |
commit | 1bc3a26042b0b65a7e90a0b40860db97fc728cb4 (patch) | |
tree | ada9426c0f07e2dc80b93c54a56a3a5469045e52 /core/css | |
parent | 15134af5f37b75ffeaf9462c568faddc0aad136e (diff) | |
download | nextcloud-server-1bc3a26042b0b65a7e90a0b40860db97fc728cb4.tar.gz nextcloud-server-1bc3a26042b0b65a7e90a0b40860db97fc728cb4.zip |
Fix white flashing of search background
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index a15ae7c691e..d1e3a9f7be3 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -179,7 +179,7 @@ body { color: #fff; width: 155px; cursor: text; - background-color: #0082c9; + background-color: #0082c9 !important; border: 1px solid rgba(255, 255, 255, 0.5) !important; } } |