Browse Source

Remove vendor-prefixes from CSS

Filip Š 4 years ago
parent
commit
aeab052100
2 changed files with 1 additions and 17 deletions
  1. 1 9
      css/all.css
  2. 0 8
      css/dark.css

+ 1 - 9
css/all.css

@@ -296,10 +296,6 @@ h5, h6 { font-weight: normal; color: #999 }
 }
 
 .theme-dark .MessageCreate {
-    -webkit-box-shadow: 0px -11px 50px -6px #303030;
-    -moz-box-shadow: 0px -11px 50px -6px #303030;
-    -o-box-shadow: 0px -11px 50px -6px #303030;
-    -ms-box-shadow: 0px -11px 50px -6px #303030;
     -webkit-box-shadow: 0px -11px 50px -6px #303030; -moz-box-shadow: 0px -11px 50px -6px #303030; -o-box-shadow: 0px -11px 50px -6px #303030; -ms-box-shadow: 0px -11px 50px -6px #303030; box-shadow: 0px -11px 50px -6px #303030 ;
     background-color: #16181C;
 }
@@ -319,11 +315,7 @@ h5, h6 { font-weight: normal; color: #999 }
 
 .theme-dark .MessageCreate input:focus, .theme-dark .MessageCreate textarea:focus {
     border-color: #6B6B6B;
-    -webkit-transition: none;
-    -moz-transition: none;
-    -o-transition: none;
-    -ms-transition: none;
-    transition: none;
+    -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;
 }
 
 

+ 0 - 8
css/dark.css

@@ -78,10 +78,6 @@
 }
 
 .theme-dark .MessageCreate {
-    -webkit-box-shadow: 0px -11px 50px -6px #303030;
-    -moz-box-shadow: 0px -11px 50px -6px #303030;
-    -o-box-shadow: 0px -11px 50px -6px #303030;
-    -ms-box-shadow: 0px -11px 50px -6px #303030;
     box-shadow: 0px -11px 50px -6px #303030;
     background-color: #16181C;
 }
@@ -101,9 +97,5 @@
 
 .theme-dark .MessageCreate input:focus, .theme-dark .MessageCreate textarea:focus {
     border-color: #6B6B6B;
-    -webkit-transition: none;
-    -moz-transition: none;
-    -o-transition: none;
-    -ms-transition: none;
     transition: none;
 }