removed old prefixed css

This commit is contained in:
Devaev Maxim
2018-07-31 17:33:38 +03:00
parent 4007730e2e
commit 89fca27520
5 changed files with 0 additions and 27 deletions

View File

@@ -10,7 +10,6 @@ body {
}
img#logo {
-webkit-filter: invert(0.7);
-moz-filter: invert(0.7);
filter: invert(0.7);
vertical-align: middle;
padding: 13px 15px;
@@ -60,8 +59,6 @@ div.ctl-dropdown-content {
white-space: nowrap;
border: var(--intensive-border);
border-top: var(--dark-border);
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
position: absolute;
background-color: var(--bg-color-ctl);