Merge pull request #330 from weitjong/fix-gradient-outdated-dir-syntax

Fix gradient outdated directory syntax.
This commit is contained in:
Aigars Silkalns 2016-12-09 14:32:21 +02:00 committed by GitHub
commit 0dace94662

View file

@ -168,7 +168,7 @@
.nav-sm .menu_section {
margin: 0;
}
.nav-sm span.fa,
.nav-sm span.fa,
.nav-sm .menu_section h3 {
display: none;
}
@ -550,11 +550,11 @@ a:hover, a:focus {
color: #E7E7E7;
font-weight: 500;
}
.nav.child_menu li li:hover,
.nav.child_menu li li:hover,
.nav.child_menu li li.active {
background: none;
}
.nav.child_menu li li a:hover,
.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
color: #fff;
}
@ -695,7 +695,7 @@ footer {
}
.nav-sm footer {
margin-left: 70px ;
margin-left: 70px ;
}
.footer_fixed footer {
position: fixed;
@ -1383,7 +1383,7 @@ ul.msg_list li a .message {
border: 1px solid #D9DEE4;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.dropdown-menu>li>a {
color: #5A738E;
@ -1576,9 +1576,9 @@ span.right {
}
}
.tile_count .tile_stats_count:before {
content:"";
position: absolute;
left: 0;
content:"";
position: absolute;
left: 0;
height: 65px;
border-left: 2px solid #ADB2B5;
margin-top: 10px;
@ -2025,7 +2025,7 @@ button,
display: inline-block;
}
.compose {
.compose {
padding: 0;
position: fixed;
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: -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: 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;
}
.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: -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: 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;
}
.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: -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: 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;
}
.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: -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: 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;
}
.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: -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: 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);
-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;
@ -3681,11 +3681,11 @@ header {
.editor-wrapper {
min-height: 250px;
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;
border-top-right-radius: 3px; border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; border-top-left-radius: 3px;
@ -4321,7 +4321,7 @@ ul.notifications {
/** FullCalendar **/
.fc-state-default {
background: #f5f5f5;
background: #f5f5f5;
color: #73879C;
}
@ -4337,4 +4337,4 @@ ul.notifications {
min-height: 300px;
border: 1px solid #e5e5e5;
}
/** /Dropzone.js **/
/** /Dropzone.js **/