pull/1311/head
Abdullah Almsaeed 2017-01-08 15:37:30 -05:00
parent 4758ab5216
commit 02efe00fc9
20 changed files with 51 additions and 52 deletions

View File

@ -28,7 +28,7 @@
border-top-color: @green; border-top-color: @green;
} }
&.box-default { &.box-default {
border-top-color: @gray; border-top-color: @gray-lte;
} }
// collapsed mode // collapsed mode
@ -384,7 +384,7 @@
} }
.label { .label {
background: @gray !important; background: @gray-lte !important;
} }
} }
} }

View File

@ -229,11 +229,11 @@
&, &,
+ .control-sidebar-bg { + .control-sidebar-bg {
background: @sidebar-light-bg; background: @sidebar-light-bg;
border-left: 1px solid @gray; border-left: 1px solid @gray-lte;
} }
// Sidebar tabs // Sidebar tabs
.nav-tabs.control-sidebar-tabs { .nav-tabs.control-sidebar-tabs {
border-bottom: @gray; border-bottom: @gray-lte;
> li { > li {
> a { > a {
background: darken(@sidebar-light-bg, 5%); background: darken(@sidebar-light-bg, 5%);
@ -242,8 +242,8 @@
&, &,
&:hover, &:hover,
&:focus { &:focus {
border-left-color: @gray; border-left-color: @gray-lte;
border-bottom-color: @gray; border-bottom-color: @gray-lte;
} }
&:hover, &:hover,
&:focus, &:focus,

View File

@ -82,7 +82,7 @@ body {
background: #fff; background: #fff;
padding: 15px; padding: 15px;
color: #444; color: #444;
border-top: 1px solid @gray; border-top: 1px solid @gray-lte;
} }
/* Fixed layout */ /* Fixed layout */

View File

@ -5,7 +5,7 @@
.form-control { .form-control {
.border-radius(@input-radius); .border-radius(@input-radius);
box-shadow: none; box-shadow: none;
border-color: @gray; border-color: @gray-lte;
&:focus { &:focus {
border-color: @light-blue; border-color: @light-blue;
box-shadow: none; box-shadow: none;
@ -72,7 +72,7 @@
.input-group { .input-group {
.input-group-addon { .input-group-addon {
.border-radius(@input-radius); .border-radius(@input-radius);
border-color: @gray; border-color: @gray-lte;
background-color: #fff; background-color: #fff;
} }
} }

View File

@ -182,7 +182,7 @@
top: 0; top: 0;
right: 0; right: 0;
float: none; float: none;
background: @gray; background: @gray-lte;
padding-left: 10px; padding-left: 10px;
li:before { li:before {
color: darken(@gray, 20%); color: darken(@gray, 20%);

View File

@ -3,7 +3,7 @@
* ---------------- * ----------------
*/ */
.label-default { .label-default {
background-color: @gray; background-color: @gray-lte;
color: #444; color: #444;
} }

View File

@ -4,7 +4,7 @@
*/ */
/* ADD THIS CLASS TO THE <BODY> TAG */ /* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen { .lockscreen {
background: @gray; background: @gray-lte;
} }
.lockscreen-logo { .lockscreen-logo {

View File

@ -16,7 +16,7 @@
.login-page, .login-page,
.register-page { .register-page {
background: @gray; background: @gray-lte;
} }
.login-box, .login-box,

View File

@ -83,7 +83,7 @@
.bg-gray { .bg-gray {
color: #000; color: #000;
background-color: @gray !important; background-color: @gray-lte !important;
} }
.bg-gray-light { .bg-gray-light {
@ -251,7 +251,7 @@
} }
.text-gray { .text-gray {
color: @gray !important; color: @gray-lte !important;
} }
.text-navy { .text-navy {
@ -533,12 +533,12 @@
// Image bordered // Image bordered
.img-bordered { .img-bordered {
border: 3px solid @gray; border: 3px solid @gray-lte;
padding: 3px; padding: 3px;
} }
.img-bordered-sm { .img-bordered-sm {
border: 2px solid @gray; border: 2px solid @gray-lte;
padding: 2px; padding: 2px;
} }

View File

@ -211,7 +211,7 @@
} }
.content-wrapper, .content-wrapper,
.main-footer { .main-footer {
border-left: 1px solid @gray; border-left: 1px solid @gray-lte;
} }
//User Panel (resides in the sidebar) //User Panel (resides in the sidebar)
.user-panel { .user-panel {
@ -278,7 +278,7 @@
//The sidebar search form //The sidebar search form
.sidebar-form { .sidebar-form {
.border-radius(3px); .border-radius(3px);
border: 1px solid @gray; //darken(@sidebar-light-bg, 5%); border: 1px solid @gray-lte; //darken(@sidebar-light-bg, 5%);
margin: 10px 10px; margin: 10px 10px;
input[type="text"], input[type="text"],
.btn { .btn {
@ -308,7 +308,7 @@
@media (min-width: @screen-sm-min) { @media (min-width: @screen-sm-min) {
&.sidebar-mini.sidebar-collapse { &.sidebar-mini.sidebar-collapse {
.sidebar-menu > li > .treeview-menu { .sidebar-menu > li > .treeview-menu {
border-left: 1px solid @gray; border-left: 1px solid @gray-lte;
} }
} }
} }

View File

@ -206,7 +206,7 @@
&.tab-default { &.tab-default {
> .nav-tabs { > .nav-tabs {
> li.active { > li.active {
border-top-color: @gray; border-top-color: @gray-lte;
} }
} }
} }

View File

@ -7,7 +7,7 @@
margin: 0 auto; margin: 0 auto;
width: 100px; width: 100px;
padding: 3px; padding: 3px;
border: 3px solid @gray; border: 3px solid @gray-lte;
} }
.profile-username { .profile-username {
@ -16,7 +16,7 @@
} }
.post { .post {
border-bottom: 1px solid @gray; border-bottom: 1px solid @gray-lte;
margin-bottom: 15px; margin-bottom: 15px;
padding-bottom: 15px; padding-bottom: 15px;
color: #666; color: #666;

View File

@ -18,7 +18,7 @@
outline: none; outline: none;
} }
.select2-selection--single { .select2-selection--single {
border: 1px solid @gray; border: 1px solid @gray-lte;
border-radius: @input-radius; border-radius: @input-radius;
padding: 6px 12px; padding: 6px 12px;
height: 34px; height: 34px;
@ -30,7 +30,7 @@
} }
.select2-dropdown { .select2-dropdown {
border: 1px solid @gray; border: 1px solid @gray-lte;
border-radius: @input-radius; border-radius: @input-radius;
} }
@ -69,7 +69,7 @@
.select2-dropdown, .select2-dropdown,
.select2-search--inline { .select2-search--inline {
.select2-search__field { .select2-search__field {
border: 1px solid @gray; border: 1px solid @gray-lte;
&:focus { &:focus {
outline: none; outline: none;
border: 1px solid @light-blue; border: 1px solid @light-blue;
@ -92,14 +92,14 @@
//Multiple select //Multiple select
.select2-container--default { .select2-container--default {
.select2-selection--multiple { .select2-selection--multiple {
border: 1px solid @gray; border: 1px solid @gray-lte;
border-radius: @input-radius; border-radius: @input-radius;
&:focus { &:focus {
border-color: @light-blue; border-color: @light-blue;
} }
} }
&.select2-container--focus .select2-selection--multiple { &.select2-container--focus .select2-selection--multiple {
border-color: @gray; border-color: @gray-lte;
} }
} }

View File

@ -52,7 +52,7 @@
//Create the sidebar skin //Create the sidebar skin
.skin-light-sidebar(@light-blue); .skin-light-sidebar(@light-blue);
.main-footer { .main-footer {
border-top-color: @gray; border-top-color: @gray-lte;
} }
} }

View File

@ -75,7 +75,7 @@
line-height: 30px; line-height: 30px;
position: absolute; position: absolute;
color: #666; color: #666;
background: @gray; background: @gray-lte;
border-radius: 50%; border-radius: 50%;
text-align: center; text-align: center;
left: 18px; left: 18px;

View File

@ -28,7 +28,7 @@
@purple: #605ca8; @purple: #605ca8;
@maroon: #D81B60; @maroon: #D81B60;
@black: #111; @black: #111;
@gray: #d2d6de; @gray-lte: #d2d6de;
//LAYOUT //LAYOUT
//-------------------------------------------------------- //--------------------------------------------------------
@ -106,9 +106,9 @@
//DIRECT CHAT //DIRECT CHAT
//-------------------------------------------------------- //--------------------------------------------------------
@direct-chat-height: 250px; @direct-chat-height: 250px;
@direct-chat-default-msg-bg: @gray; @direct-chat-default-msg-bg: @gray-lte;
@direct-chat-default-font-color: #444; @direct-chat-default-font-color: #444;
@direct-chat-default-msg-border-color: @gray; @direct-chat-default-msg-border-color: @gray-lte;
//CHAT WIDGET //CHAT WIDGET
//-------------------------------------------------------- //--------------------------------------------------------
@ -120,4 +120,3 @@
//Transition global options //Transition global options
@transition-speed: .3s; @transition-speed: .3s;
@transition-fn: ease-in-out; @transition-fn: ease-in-out;
//cubic-bezier(0.32,1.25,0.375,1.15);

16
dist/css/AdminLTE.css vendored
View File

@ -358,7 +358,7 @@ a:focus {
padding-left: 10px; padding-left: 10px;
} }
.content-header > .breadcrumb li:before { .content-header > .breadcrumb li:before {
color: #97a0b3; color: #222222;
} }
} }
.navbar-toggle { .navbar-toggle {
@ -939,7 +939,7 @@ a:focus {
margin-right: 10px; margin-right: 10px;
} }
.dropdown-menu > li > a:hover { .dropdown-menu > li > a:hover {
background-color: #e1e3e9; background-color: #626262;
color: #333; color: #333;
} }
.dropdown-menu > .divider { .dropdown-menu > .divider {
@ -1607,12 +1607,12 @@ a:focus {
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
} }
.box.box-solid.box-default { .box.box-solid.box-default {
border: 1px solid #d2d6de; border: 1px solid #555555;
} }
.box.box-solid.box-default > .box-header { .box.box-solid.box-default > .box-header {
color: #444444; color: #444444;
background: #d2d6de; background: #555555;
background-color: #d2d6de; background-color: #555555;
} }
.box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn { .box.box-solid.box-default > .box-header .btn {
@ -4477,7 +4477,7 @@ table.text-center th {
} }
.bg-gray-active { .bg-gray-active {
color: #000; color: #000;
background-color: #b5bbc8 !important; background-color: #3c3c3c !important;
} }
.bg-black-active { .bg-black-active {
background-color: #000000 !important; background-color: #000000 !important;
@ -4587,11 +4587,11 @@ table.text-center th {
color: #d81b60 !important; color: #d81b60 !important;
} }
.link-muted { .link-muted {
color: #7a869d; color: #090909;
} }
.link-muted:hover, .link-muted:hover,
.link-muted:focus { .link-muted:focus {
color: #606c84; color: #000000;
} }
.link-black { .link-black {
color: #666; color: #666;

File diff suppressed because one or more lines are too long

View File

@ -358,7 +358,7 @@ a:focus {
padding-left: 10px; padding-left: 10px;
} }
.content-header > .breadcrumb li:before { .content-header > .breadcrumb li:before {
color: #97a0b3; color: #222222;
} }
} }
.navbar-toggle { .navbar-toggle {
@ -939,7 +939,7 @@ a:focus {
margin-right: 10px; margin-right: 10px;
} }
.dropdown-menu > li > a:hover { .dropdown-menu > li > a:hover {
background-color: #e1e3e9; background-color: #626262;
color: #333; color: #333;
} }
.dropdown-menu > .divider { .dropdown-menu > .divider {
@ -1607,12 +1607,12 @@ a:focus {
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
} }
.box.box-solid.box-default { .box.box-solid.box-default {
border: 1px solid #d2d6de; border: 1px solid #555555;
} }
.box.box-solid.box-default > .box-header { .box.box-solid.box-default > .box-header {
color: #444444; color: #444444;
background: #d2d6de; background: #555555;
background-color: #d2d6de; background-color: #555555;
} }
.box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn { .box.box-solid.box-default > .box-header .btn {
@ -3527,7 +3527,7 @@ table.text-center th {
} }
.bg-gray-active { .bg-gray-active {
color: #000; color: #000;
background-color: #b5bbc8 !important; background-color: #3c3c3c !important;
} }
.bg-black-active { .bg-black-active {
background-color: #000000 !important; background-color: #000000 !important;
@ -3637,11 +3637,11 @@ table.text-center th {
color: #d81b60 !important; color: #d81b60 !important;
} }
.link-muted { .link-muted {
color: #7a869d; color: #090909;
} }
.link-muted:hover, .link-muted:hover,
.link-muted:focus { .link-muted:focus {
color: #606c84; color: #000000;
} }
.link-black { .link-black {
color: #666; color: #666;

File diff suppressed because one or more lines are too long