This commit is contained in:
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;
}
&.box-default {
border-top-color: @gray;
border-top-color: @gray-lte;
}
// collapsed mode
@ -384,7 +384,7 @@
}
.label {
background: @gray !important;
background: @gray-lte !important;
}
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -28,7 +28,7 @@
@purple: #605ca8;
@maroon: #D81B60;
@black: #111;
@gray: #d2d6de;
@gray-lte: #d2d6de;
//LAYOUT
//--------------------------------------------------------
@ -106,9 +106,9 @@
//DIRECT CHAT
//--------------------------------------------------------
@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-msg-border-color: @gray;
@direct-chat-default-msg-border-color: @gray-lte;
//CHAT WIDGET
//--------------------------------------------------------
@ -120,4 +120,3 @@
//Transition global options
@transition-speed: .3s;
@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;
}
.content-header > .breadcrumb li:before {
color: #97a0b3;
color: #222222;
}
}
.navbar-toggle {
@ -939,7 +939,7 @@ a:focus {
margin-right: 10px;
}
.dropdown-menu > li > a:hover {
background-color: #e1e3e9;
background-color: #626262;
color: #333;
}
.dropdown-menu > .divider {
@ -1607,12 +1607,12 @@ a:focus {
background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
border: 1px solid #d2d6de;
border: 1px solid #555555;
}
.box.box-solid.box-default > .box-header {
color: #444444;
background: #d2d6de;
background-color: #d2d6de;
background: #555555;
background-color: #555555;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
@ -4477,7 +4477,7 @@ table.text-center th {
}
.bg-gray-active {
color: #000;
background-color: #b5bbc8 !important;
background-color: #3c3c3c !important;
}
.bg-black-active {
background-color: #000000 !important;
@ -4587,11 +4587,11 @@ table.text-center th {
color: #d81b60 !important;
}
.link-muted {
color: #7a869d;
color: #090909;
}
.link-muted:hover,
.link-muted:focus {
color: #606c84;
color: #000000;
}
.link-black {
color: #666;

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long