mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove all vendor-specific CSS hacks
Given that these are all five years or older, I assume that these features have been standardized and we don't need vendor-specific syntax anymore.
This commit is contained in:
parent
8853a3f6c5
commit
2e0de31ded
2 changed files with 0 additions and 90 deletions
|
@ -93,8 +93,6 @@ input {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
border: 1px solid #555;
|
border: 1px solid #555;
|
||||||
|
|
||||||
-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
|
|
||||||
-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
|
|
||||||
box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
|
box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue