fix style bug under black color scheme

This commit is contained in:
printempw 2016-07-24 13:17:04 +08:00
parent beacdfa650
commit 6ba21b151d
2 changed files with 68 additions and 35 deletions

View File

@ -1,8 +1,8 @@
/* /*
* @Author: printempw * @Author: printempw
* @Date: 2016-06-04 20:54:53 * @Date: 2016-06-04 20:54:53
* @Last Modified by: prpr * @Last Modified by: printempw
* @Last Modified time: 2016-07-21 21:13:16 * @Last Modified time: 2016-07-24 13:13:09
*/ */
@import "style.scss"; @import "style.scss";
@ -17,36 +17,65 @@ body {
background-size: auto 800px; background-size: auto 800px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center 0; background-position: center 0;
}
.navbar-nav>.user-menu .user-image { .main-header .navbar-brand {
border-radius: 10%; color: #5e5e5e;
} font-family: Minecraft, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
}
.main-header .navbar-brand { .main-header .navbar .navbar-custom-menu .navbar-nav>li>a {
color: #5e5e5e; border-left: 0;
font-family: Minecraft, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif; }
}
.navbar { .main-header .navbar .navbar-nav>li>a {
background-color: rgba(255, 255, 255, 0.2) !important; border: 0;
} }
.navbar-nav > li > a { .main-header .navbar .nav>.active>a {
color: #5e5e5e !important; background: rgba(0,0,0,0.1);
} color: #f6f6f6;
}
.navbar-header > a { .main-header .navbar .navbar-nav>li>a:hover {
color: #5e5e5e; background: rgba(0,0,0,0.1);
} color: #f6f6f6;
}
.main-header .navbar-brand {
border-right: 0;
}
.navbar-nav {
.user-menu .user-image {
border-radius: 10%;
}
li > a {
color: #5e5e5e !important;
}
}
.navbar {
background-color: rgba(255, 255, 255, 0.2);
}
.navbar-header > a {
color: #5e5e5e;
}
.main-footer > div, .main-footer > div > a {
color: #fff !important;
} }
.main-footer { .main-footer {
background-color: transparent; background-color: transparent;
border-top: none; border-top: none;
div {
color: #fff !important;
a {
color: #fff !important;
}
}
} }
.main-header { .main-header {

View File

@ -1,8 +1,8 @@
/* /*
* @Author: printempw * @Author: printempw
* @Date: 2016-07-10 17:17:07 * @Date: 2016-07-10 17:17:07
* @Last Modified by: prpr * @Last Modified by: printempw
* @Last Modified time: 2016-07-21 21:13:21 * @Last Modified time: 2016-07-24 13:14:58
*/ */
@import "style.scss"; @import "style.scss";
@ -15,21 +15,25 @@
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.box-title > a.selected { .box-title {
color: #3c8dbc; a {
color: #6d6d6d;
}
a.selected {
color: #3c8dbc;
}
} }
.box-title > a { .breadcrumb {
color: #6d6d6d; a {
} margin-right: 10px;
color: #444;
}
.breadcrumb > a { a:hover {
margin-right: 10px; color: #3c8dbc;
color: #444; }
}
.breadcrumb > a:hover {
color: #3c8dbc;
} }
.item-footer > .dropdown-menu { .item-footer > .dropdown-menu {