mirror of
https://gh.wpcy.net/https://github.com/bigmax1018/freescout-Themes-Module-main.git
synced 2026-04-17 12:34:13 +08:00
135 lines
2.6 KiB
CSS
135 lines
2.6 KiB
CSS
.navbar-default {
|
|
background-color: #864493;
|
|
border-color: #e7e7e7;
|
|
}
|
|
|
|
/* Logo */
|
|
.navbar-default .navbar-brand:hover {
|
|
color: #5e5e5e;
|
|
background-color: #6E067A;
|
|
}
|
|
|
|
|
|
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
|
|
background-color: #6E067A;
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a:hover {
|
|
background-color: #6E067A;
|
|
}
|
|
|
|
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
|
|
background-color: #6E067A;
|
|
}
|
|
|
|
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
|
|
background-color: #F0E7F3;
|
|
color: #864493;
|
|
}
|
|
|
|
.sidebar-menu .active a, .sidebar-menu .active .glyphicon {
|
|
color: #864493 !important;
|
|
background-color: #F0E7F3;
|
|
}
|
|
|
|
.section-heading {
|
|
background-color: #F0E7F3;
|
|
color: #6E067A;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #864493;
|
|
border-color: #864493;
|
|
}
|
|
|
|
.btn-primary:hover {
|
|
color: #fff;
|
|
background-color: #6E067A;
|
|
border-color: #6E067A;
|
|
}
|
|
|
|
.table-conversations thead {
|
|
background-color: #F0E7F3;
|
|
}
|
|
|
|
.table-conversations th a, .table-conversations th a:hover, .table-conversations th a:focus, .table-conversations th span {
|
|
color: #6E067A;
|
|
}
|
|
|
|
#conv-toolbar {
|
|
background-color: #F0E7F3;
|
|
}
|
|
|
|
.conv-actions .conv-action {
|
|
color: #6E067A;
|
|
}
|
|
|
|
.conv-actions .conv-action:hover {
|
|
color: #6E067A;
|
|
}
|
|
|
|
.help-inline {
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
margin-left: 7px;
|
|
color: #93a1af;
|
|
}
|
|
|
|
.main-heading {
|
|
background-color: #F0E7F3;
|
|
}
|
|
|
|
|
|
.theme-colours .btn {
|
|
margin-right: 5px;
|
|
}
|
|
.theme-colours .btn:active,
|
|
.theme-colours .btn.active {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .8);box-shadow: inset 0 3px 5px rgba(0, 0, 0, .8);
|
|
}
|
|
#colour-label {
|
|
text-transform: capitalize;
|
|
}
|
|
.theme-grey {
|
|
background-color: #97a4b0;
|
|
}
|
|
.theme-grey:hover {
|
|
background-color: #8897a6;
|
|
}
|
|
.theme-green {
|
|
background-color: #52ad67;
|
|
}
|
|
.theme-green:hover {
|
|
background-color: #24963f;
|
|
}
|
|
.theme-blue {
|
|
background-color: #349DE9;
|
|
}
|
|
.theme-blue:hover {
|
|
background-color: #0C5DD2;
|
|
}
|
|
.theme-orange {
|
|
background-color: #F68F33;
|
|
}
|
|
.theme-orange:hover {
|
|
background-color: #e38330;
|
|
}
|
|
.theme-purple {
|
|
background-color: #8c75bd;
|
|
}
|
|
.theme-purple:hover {
|
|
background-color: #6d53a3;
|
|
}
|
|
.theme-red {
|
|
background-color: #F0554F;
|
|
}
|
|
.theme-red:hover {
|
|
background-color: #E52F28;
|
|
}
|
|
.theme-brown {
|
|
background-color: #9e6937;
|
|
}
|
|
.theme-brown:hover {
|
|
background-color: #844204;
|
|
}
|