.theme-star .avue-main {
|
background: transparent;
|
}
|
|
.theme-star .avue-contail {
|
background-image: url("/img/bg/star-squashed.jpg");
|
background-size: 100% 100%;
|
}
|
|
.theme-star .avue-logo {
|
color: #fff;
|
}
|
|
.theme-star .avue-header,
|
.theme-star .avue-logo,
|
.theme-star .tags-container {
|
background-color: transparent;
|
}
|
|
.theme-star .el-card, .theme-star .error-page {
|
opacity: .9;
|
}
|
|
.theme-star .avue-tabs {
|
padding: 0 20px;
|
}
|
|
.theme-star .avue-tags {
|
background-color: transparent;
|
border-top: none;
|
}
|
|
.theme-star .avue-top .avue-breadcrumb {
|
color: #fff;
|
}
|
|
.theme-star .avue-top .el-menu-item i, .theme-star .avue-top .el-menu-item span {
|
color: #fff;
|
}
|
|
.theme-star .avue-top .el-menu-item.is-active {
|
background-color: rgba(0, 0, 0, 0.4);
|
}
|
|
.theme-star .avue-top .el-dropdown {
|
color: #fff;
|
}
|
|
.theme-star .avue-sidebar {
|
-webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
|
box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
|
background-color: transparent;
|
}
|
|
.theme-star .avue-sidebar .el-menu-item i, .theme-star .avue-sidebar .el-menu-item span, .theme-star .avue-sidebar .el-submenu__title i, .theme-star .avue-sidebar .el-submenu__title span {
|
color: #fff;
|
}
|
|
.theme-star .avue-sidebar .el-menu-item:hover, .theme-star .avue-sidebar .el-submenu__title:hover {
|
background: transparent;
|
}
|
|
.theme-star .avue-sidebar .el-menu-item:hover i, .theme-star .avue-sidebar .el-menu-item:hover span, .theme-star .avue-sidebar .el-submenu__title:hover i, .theme-star .avue-sidebar .el-submenu__title:hover span {
|
color: #409EFF;
|
}
|
|
.theme-star .avue-sidebar .el-menu-item.is-active, .theme-star .avue-sidebar .el-submenu__title.is-active {
|
background-color: rgba(0, 0, 0, 0.4);
|
}
|
|
.theme-star .avue-sidebar .el-menu-item.is-active i, .theme-star .avue-sidebar .el-menu-item.is-active span, .theme-star .avue-sidebar .el-submenu__title.is-active i, .theme-star .avue-sidebar .el-submenu__title.is-active span {
|
color: #fff;
|
}
|
|
.theme-star .top-search .el-input__inner {
|
color: #333;
|
}
|
|
.theme-star .top-search input::-webkit-input-placeholder,
|
.theme-star .top-search textarea::-webkit-input-placeholder {
|
/* WebKit browsers */
|
color: #fff;
|
}
|
|
.theme-star .top-search input:-moz-placeholder,
|
.theme-star .top-search textarea:-moz-placeholder {
|
/* Mozilla Firefox 4 to 18 */
|
color: #fff;
|
}
|
|
.theme-star .top-search input::-moz-placeholder,
|
.theme-star .top-search textarea::-moz-placeholder {
|
/* Mozilla Firefox 19+ */
|
color: #fff;
|
}
|
|
.theme-star .top-search input:-ms-input-placeholder,
|
.theme-star .top-search textarea:-ms-input-placeholder {
|
/* Internet Explorer 10+ */
|
color: #fff;
|
}
|
|
.theme-star .top-bar__item i {
|
color: #fff;
|
}
|
/*# sourceMappingURL=star.css.map */
|