Browse Source

Fix gradient outdated directory syntax.

Yao Wei Tjong 姚伟忠 8 years ago
parent
commit
46eaf0d276
1 changed files with 21 additions and 21 deletions
  1. 21 21
      src/scss/custom.scss

+ 21 - 21
src/scss/custom.scss

@@ -168,7 +168,7 @@
 .nav-sm .menu_section {
 .nav-sm .menu_section {
   margin: 0;
   margin: 0;
 }
 }
-.nav-sm span.fa, 
+.nav-sm span.fa,
 .nav-sm .menu_section h3 {
 .nav-sm .menu_section h3 {
   display: none;
   display: none;
 }
 }
@@ -550,11 +550,11 @@ a:hover, a:focus {
   color: #E7E7E7;
   color: #E7E7E7;
   font-weight: 500;
   font-weight: 500;
 }
 }
-.nav.child_menu li li:hover, 
+.nav.child_menu li li:hover,
 .nav.child_menu li li.active {
 .nav.child_menu li li.active {
   background: none;
   background: none;
 }
 }
-.nav.child_menu li li a:hover, 
+.nav.child_menu li li a:hover,
 .nav.child_menu li li a.active {
 .nav.child_menu li li a.active {
   color: #fff;
   color: #fff;
 }
 }
@@ -695,7 +695,7 @@ footer {
 }
 }
 
 
 .nav-sm footer {
 .nav-sm footer {
-  margin-left: 70px ;  
+  margin-left: 70px ;
 }
 }
 .footer_fixed footer {
 .footer_fixed footer {
   position: fixed;
   position: fixed;
@@ -1383,7 +1383,7 @@ ul.msg_list li a .message {
   border: 1px solid #D9DEE4;
   border: 1px solid #D9DEE4;
   border-top-left-radius: 0;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   border-top-right-radius: 0;
-  
+
 }
 }
 .dropdown-menu>li>a {
 .dropdown-menu>li>a {
   color: #5A738E;
   color: #5A738E;
@@ -1576,9 +1576,9 @@ span.right {
   }
   }
 }
 }
 .tile_count .tile_stats_count:before {
 .tile_count .tile_stats_count:before {
-  content:""; 
-  position: absolute; 
-  left: 0; 
+  content:"";
+  position: absolute;
+  left: 0;
   height: 65px;
   height: 65px;
   border-left: 2px solid #ADB2B5;
   border-left: 2px solid #ADB2B5;
   margin-top: 10px;
   margin-top: 10px;
@@ -2025,7 +2025,7 @@ button,
   display: inline-block;
   display: inline-block;
 }
 }
 
 
-.compose {  
+.compose {
   padding: 0;
   padding: 0;
   position: fixed;
   position: fixed;
   bottom: 0;
   bottom: 0;
@@ -3526,7 +3526,7 @@ a.hiddenanchor {
   background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -o-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -o-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -ms-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -ms-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
-  background: linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
+  background: linear-gradient(to right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   right: 0;
   right: 0;
 }
 }
 .login_content h1:before {
 .login_content h1:before {
@@ -3535,7 +3535,7 @@ a.hiddenanchor {
   background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -o-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -o-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -ms-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -ms-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
-  background: linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
+  background: linear-gradient(to left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   left: 0;
   left: 0;
 }
 }
 .login_content h1:before, .login_content h1:after {
 .login_content h1:before, .login_content h1:after {
@@ -3551,7 +3551,7 @@ a.hiddenanchor {
   background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -o-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -o-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -ms-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -ms-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
-  background: linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
+  background: linear-gradient(to right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   right: 0;
   right: 0;
 }
 }
 .login_content h1:before {
 .login_content h1:before {
@@ -3560,7 +3560,7 @@ a.hiddenanchor {
   background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -o-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -o-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -ms-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   background: -ms-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
-  background: linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
+  background: linear-gradient(to left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
   left: 0;
   left: 0;
 }
 }
 .login_content form {
 .login_content form {
@@ -3622,7 +3622,7 @@ a.hiddenanchor {
   background: -webkit-linear-gradient(top, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
   background: -webkit-linear-gradient(top, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
   background: -o-linear-gradient(top, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
   background: -o-linear-gradient(top, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
   background: -ms-linear-gradient(top, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
   background: -ms-linear-gradient(top, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
-  background: linear-gradient(top, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
+  background: linear-gradient(to bottom, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
@@ -3681,11 +3681,11 @@ header {
 .editor-wrapper {
 .editor-wrapper {
   min-height: 250px;
   min-height: 250px;
   background-color: white;
   background-color: white;
-  border-collapse: separate; 
-  border: 1px solid rgb(204, 204, 204); 
-  padding: 4px; 
-  box-sizing: content-box; 
-  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
+  border-collapse: separate;
+  border: 1px solid rgb(204, 204, 204);
+  padding: 4px;
+  box-sizing: content-box;
+  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
   box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
   box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
   border-top-right-radius: 3px; border-bottom-right-radius: 3px;
   border-top-right-radius: 3px; border-bottom-right-radius: 3px;
   border-bottom-left-radius: 3px; border-top-left-radius: 3px;
   border-bottom-left-radius: 3px; border-top-left-radius: 3px;
@@ -4321,7 +4321,7 @@ ul.notifications {
 
 
 /** FullCalendar **/
 /** FullCalendar **/
 .fc-state-default {
 .fc-state-default {
-  background: #f5f5f5; 
+  background: #f5f5f5;
   color: #73879C;
   color: #73879C;
 }
 }
 
 
@@ -4337,4 +4337,4 @@ ul.notifications {
   min-height: 300px;
   min-height: 300px;
   border: 1px solid #e5e5e5;
   border: 1px solid #e5e5e5;
 }
 }
-/** /Dropzone.js **/
+/** /Dropzone.js **/