478 lines
12 KiB
CSS
478 lines
12 KiB
CSS
/**
|
|
* Axelor Business Solutions
|
|
*
|
|
* Copyright (C) 2005-2019 Axelor (<http://axelor.com>).
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
* as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
@import url('../blue-simple/theme.css');
|
|
|
|
[data-name="menu-admin"] .nav-icon {
|
|
background-color: #E03997;
|
|
}
|
|
|
|
.panel, .dashlet {
|
|
border: 1px solid #2185D0;
|
|
}
|
|
.panel .panel-header,
|
|
.dashlet .dashlet-header {
|
|
padding: 5px 10px 7px !important;
|
|
border-top-color: #2185D0;
|
|
border-bottom-color: #2185D0;
|
|
background-color: #2185D0;
|
|
}
|
|
.dashlet .dashlet-body {
|
|
border-top-color: #2185D0;
|
|
}
|
|
.report-box .report-tags {
|
|
top: 6px;
|
|
right: 6px;
|
|
}
|
|
|
|
.panel .panel-title, .dashlet .dashlet-title,
|
|
.dashboard .dashlet-pager, .dashboard .dashlet-buttons > a, .dashboard .dashlet-pager > a {
|
|
color: #F9FAFB;
|
|
}
|
|
.dashboard .dashlet-pager > a.disabled {
|
|
color: #F9FAFB;
|
|
opacity: .65;
|
|
}
|
|
|
|
.panel-red .panel,
|
|
.panel-red .dashlet {
|
|
border-color: #DB2828;
|
|
}
|
|
.panel-red .panel .panel-header,
|
|
.panel-red .dashlet .dashlet-header {
|
|
border-top-color: #DB2828;
|
|
border-bottom-color: #DB2828;
|
|
background-color: #DB2828;
|
|
}
|
|
.panel-red .dashlet .dashlet-body {
|
|
border-top-color: #DB2828;
|
|
}
|
|
.panel-red.panel {
|
|
border-color: #DB2828 !important;
|
|
}
|
|
.panel-red.panel .panel-header {
|
|
border-top-color: #DB2828 !important;
|
|
border-bottom-color: #DB2828 !important;
|
|
background-color: #DB2828 !important;
|
|
}
|
|
.panel-red.dashlet {
|
|
border-color: #DB2828 !important;
|
|
}
|
|
.panel-red.dashlet .dashlet-header {
|
|
border-top-color: #DB2828 !important;
|
|
border-bottom-color: #DB2828 !important;
|
|
background-color: #DB2828 !important;
|
|
}
|
|
.panel-red.dashlet .dashlet-body {
|
|
border-top-color: #DB2828 !important;
|
|
}
|
|
.panel-orange .panel,
|
|
.panel-orange .dashlet {
|
|
border-color: #F2711C;
|
|
}
|
|
.panel-orange .panel .panel-header,
|
|
.panel-orange .dashlet .dashlet-header {
|
|
border-top-color: #F2711C;
|
|
border-bottom-color: #F2711C;
|
|
background-color: #F2711C;
|
|
}
|
|
.panel-orange .dashlet .dashlet-body {
|
|
border-top-color: #F2711C;
|
|
}
|
|
.panel-orange.panel {
|
|
border-color: #F2711C !important;
|
|
}
|
|
.panel-orange.panel .panel-header {
|
|
border-top-color: #F2711C !important;
|
|
border-bottom-color: #F2711C !important;
|
|
background-color: #F2711C !important;
|
|
}
|
|
.panel-orange.dashlet {
|
|
border-color: #F2711C !important;
|
|
}
|
|
.panel-orange.dashlet .dashlet-header {
|
|
border-top-color: #F2711C !important;
|
|
border-bottom-color: #F2711C !important;
|
|
background-color: #F2711C !important;
|
|
}
|
|
.panel-orange.dashlet .dashlet-body {
|
|
border-top-color: #F2711C !important;
|
|
}
|
|
.panel-yellow .panel,
|
|
.panel-yellow .dashlet {
|
|
border-color: #FBBD08;
|
|
}
|
|
.panel-yellow .panel .panel-header,
|
|
.panel-yellow .dashlet .dashlet-header {
|
|
border-top-color: #FBBD08;
|
|
border-bottom-color: #FBBD08;
|
|
background-color: #FBBD08;
|
|
}
|
|
.panel-yellow .dashlet .dashlet-body {
|
|
border-top-color: #FBBD08;
|
|
}
|
|
.panel-yellow.panel {
|
|
border-color: #FBBD08 !important;
|
|
}
|
|
.panel-yellow.panel .panel-header {
|
|
border-top-color: #FBBD08 !important;
|
|
border-bottom-color: #FBBD08 !important;
|
|
background-color: #FBBD08 !important;
|
|
}
|
|
.panel-yellow.dashlet {
|
|
border-color: #FBBD08 !important;
|
|
}
|
|
.panel-yellow.dashlet .dashlet-header {
|
|
border-top-color: #FBBD08 !important;
|
|
border-bottom-color: #FBBD08 !important;
|
|
background-color: #FBBD08 !important;
|
|
}
|
|
.panel-yellow.dashlet .dashlet-body {
|
|
border-top-color: #FBBD08 !important;
|
|
}
|
|
.panel-olive .panel,
|
|
.panel-olive .dashlet {
|
|
border-color: #B5CC18;
|
|
}
|
|
.panel-olive .panel .panel-header,
|
|
.panel-olive .dashlet .dashlet-header {
|
|
border-top-color: #B5CC18;
|
|
border-bottom-color: #B5CC18;
|
|
background-color: #B5CC18;
|
|
}
|
|
.panel-olive .dashlet .dashlet-body {
|
|
border-top-color: #B5CC18;
|
|
}
|
|
.panel-olive.panel {
|
|
border-color: #B5CC18 !important;
|
|
}
|
|
.panel-olive.panel .panel-header {
|
|
border-top-color: #B5CC18 !important;
|
|
border-bottom-color: #B5CC18 !important;
|
|
background-color: #B5CC18 !important;
|
|
}
|
|
.panel-olive.dashlet {
|
|
border-color: #B5CC18 !important;
|
|
}
|
|
.panel-olive.dashlet .dashlet-header {
|
|
border-top-color: #B5CC18 !important;
|
|
border-bottom-color: #B5CC18 !important;
|
|
background-color: #B5CC18 !important;
|
|
}
|
|
.panel-olive.dashlet .dashlet-body {
|
|
border-top-color: #B5CC18 !important;
|
|
}
|
|
.panel-green .panel,
|
|
.panel-green .dashlet {
|
|
border-color: #21BA45;
|
|
}
|
|
.panel-green .panel .panel-header,
|
|
.panel-green .dashlet .dashlet-header {
|
|
border-top-color: #21BA45;
|
|
border-bottom-color: #21BA45;
|
|
background-color: #21BA45;
|
|
}
|
|
.panel-green .dashlet .dashlet-body {
|
|
border-top-color: #21BA45;
|
|
}
|
|
.panel-green.panel {
|
|
border-color: #21BA45 !important;
|
|
}
|
|
.panel-green.panel .panel-header {
|
|
border-top-color: #21BA45 !important;
|
|
border-bottom-color: #21BA45 !important;
|
|
background-color: #21BA45 !important;
|
|
}
|
|
.panel-green.dashlet {
|
|
border-color: #21BA45 !important;
|
|
}
|
|
.panel-green.dashlet .dashlet-header {
|
|
border-top-color: #21BA45 !important;
|
|
border-bottom-color: #21BA45 !important;
|
|
background-color: #21BA45 !important;
|
|
}
|
|
.panel-green.dashlet .dashlet-body {
|
|
border-top-color: #21BA45 !important;
|
|
}
|
|
.panel-teal .panel,
|
|
.panel-teal .dashlet {
|
|
border-color: #00B5AD;
|
|
}
|
|
.panel-teal .panel .panel-header,
|
|
.panel-teal .dashlet .dashlet-header {
|
|
border-top-color: #00B5AD;
|
|
border-bottom-color: #00B5AD;
|
|
background-color: #00B5AD;
|
|
}
|
|
.panel-teal .dashlet .dashlet-body {
|
|
border-top-color: #00B5AD;
|
|
}
|
|
.panel-teal.panel {
|
|
border-color: #00B5AD !important;
|
|
}
|
|
.panel-teal.panel .panel-header {
|
|
border-top-color: #00B5AD !important;
|
|
border-bottom-color: #00B5AD !important;
|
|
background-color: #00B5AD !important;
|
|
}
|
|
.panel-teal.dashlet {
|
|
border-color: #00B5AD !important;
|
|
}
|
|
.panel-teal.dashlet .dashlet-header {
|
|
border-top-color: #00B5AD !important;
|
|
border-bottom-color: #00B5AD !important;
|
|
background-color: #00B5AD !important;
|
|
}
|
|
.panel-teal.dashlet .dashlet-body {
|
|
border-top-color: #00B5AD !important;
|
|
}
|
|
.panel-blue .panel,
|
|
.panel-blue .dashlet {
|
|
border-color: #2185D0;
|
|
}
|
|
.panel-blue .panel .panel-header,
|
|
.panel-blue .dashlet .dashlet-header {
|
|
border-top-color: #2185D0;
|
|
border-bottom-color: #2185D0;
|
|
background-color: #2185D0;
|
|
}
|
|
.panel-blue .dashlet .dashlet-body {
|
|
border-top-color: #2185D0;
|
|
}
|
|
.panel-blue.panel {
|
|
border-color: #2185D0 !important;
|
|
}
|
|
.panel-blue.panel .panel-header {
|
|
border-top-color: #2185D0 !important;
|
|
border-bottom-color: #2185D0 !important;
|
|
background-color: #2185D0 !important;
|
|
}
|
|
.panel-blue.dashlet {
|
|
border-color: #2185D0 !important;
|
|
}
|
|
.panel-blue.dashlet .dashlet-header {
|
|
border-top-color: #2185D0 !important;
|
|
border-bottom-color: #2185D0 !important;
|
|
background-color: #2185D0 !important;
|
|
}
|
|
.panel-blue.dashlet .dashlet-body {
|
|
border-top-color: #2185D0 !important;
|
|
}
|
|
.panel-violet .panel,
|
|
.panel-violet .dashlet {
|
|
border-color: #6435C9;
|
|
}
|
|
.panel-violet .panel .panel-header,
|
|
.panel-violet .dashlet .dashlet-header {
|
|
border-top-color: #6435C9;
|
|
border-bottom-color: #6435C9;
|
|
background-color: #6435C9;
|
|
}
|
|
.panel-violet .dashlet .dashlet-body {
|
|
border-top-color: #6435C9;
|
|
}
|
|
.panel-violet.panel {
|
|
border-color: #6435C9 !important;
|
|
}
|
|
.panel-violet.panel .panel-header {
|
|
border-top-color: #6435C9 !important;
|
|
border-bottom-color: #6435C9 !important;
|
|
background-color: #6435C9 !important;
|
|
}
|
|
.panel-violet.dashlet {
|
|
border-color: #6435C9 !important;
|
|
}
|
|
.panel-violet.dashlet .dashlet-header {
|
|
border-top-color: #6435C9 !important;
|
|
border-bottom-color: #6435C9 !important;
|
|
background-color: #6435C9 !important;
|
|
}
|
|
.panel-violet.dashlet .dashlet-body {
|
|
border-top-color: #6435C9 !important;
|
|
}
|
|
.panel-purple .panel,
|
|
.panel-purple .dashlet {
|
|
border-color: #A333C8;
|
|
}
|
|
.panel-purple .panel .panel-header,
|
|
.panel-purple .dashlet .dashlet-header {
|
|
border-top-color: #A333C8;
|
|
border-bottom-color: #A333C8;
|
|
background-color: #A333C8;
|
|
}
|
|
.panel-purple .dashlet .dashlet-body {
|
|
border-top-color: #A333C8;
|
|
}
|
|
.panel-purple.panel {
|
|
border-color: #A333C8 !important;
|
|
}
|
|
.panel-purple.panel .panel-header {
|
|
border-top-color: #A333C8 !important;
|
|
border-bottom-color: #A333C8 !important;
|
|
background-color: #A333C8 !important;
|
|
}
|
|
.panel-purple.dashlet {
|
|
border-color: #A333C8 !important;
|
|
}
|
|
.panel-purple.dashlet .dashlet-header {
|
|
border-top-color: #A333C8 !important;
|
|
border-bottom-color: #A333C8 !important;
|
|
background-color: #A333C8 !important;
|
|
}
|
|
.panel-purple.dashlet .dashlet-body {
|
|
border-top-color: #A333C8 !important;
|
|
}
|
|
.panel-pink .panel,
|
|
.panel-pink .dashlet {
|
|
border-color: #E03997;
|
|
}
|
|
.panel-pink .panel .panel-header,
|
|
.panel-pink .dashlet .dashlet-header {
|
|
border-top-color: #E03997;
|
|
border-bottom-color: #E03997;
|
|
background-color: #E03997;
|
|
}
|
|
.panel-pink .dashlet .dashlet-body {
|
|
border-top-color: #E03997;
|
|
}
|
|
.panel-pink.panel {
|
|
border-color: #E03997 !important;
|
|
}
|
|
.panel-pink.panel .panel-header {
|
|
border-top-color: #E03997 !important;
|
|
border-bottom-color: #E03997 !important;
|
|
background-color: #E03997 !important;
|
|
}
|
|
.panel-pink.dashlet {
|
|
border-color: #E03997 !important;
|
|
}
|
|
.panel-pink.dashlet .dashlet-header {
|
|
border-top-color: #E03997 !important;
|
|
border-bottom-color: #E03997 !important;
|
|
background-color: #E03997 !important;
|
|
}
|
|
.panel-pink.dashlet .dashlet-body {
|
|
border-top-color: #E03997 !important;
|
|
}
|
|
.panel-brown .panel,
|
|
.panel-brown .dashlet {
|
|
border-color: #A5673F;
|
|
}
|
|
.panel-brown .panel .panel-header,
|
|
.panel-brown .dashlet .dashlet-header {
|
|
border-top-color: #A5673F;
|
|
border-bottom-color: #A5673F;
|
|
background-color: #A5673F;
|
|
}
|
|
.panel-brown .dashlet .dashlet-body {
|
|
border-top-color: #A5673F;
|
|
}
|
|
.panel-brown.panel {
|
|
border-color: #A5673F !important;
|
|
}
|
|
.panel-brown.panel .panel-header {
|
|
border-top-color: #A5673F !important;
|
|
border-bottom-color: #A5673F !important;
|
|
background-color: #A5673F !important;
|
|
}
|
|
.panel-brown.dashlet {
|
|
border-color: #A5673F !important;
|
|
}
|
|
.panel-brown.dashlet .dashlet-header {
|
|
border-top-color: #A5673F !important;
|
|
border-bottom-color: #A5673F !important;
|
|
background-color: #A5673F !important;
|
|
}
|
|
.panel-brown.dashlet .dashlet-body {
|
|
border-top-color: #A5673F !important;
|
|
}
|
|
.panel-grey .panel,
|
|
.panel-grey .dashlet {
|
|
border-color: #767676;
|
|
}
|
|
.panel-grey .panel .panel-header,
|
|
.panel-grey .dashlet .dashlet-header {
|
|
border-top-color: #767676;
|
|
border-bottom-color: #767676;
|
|
background-color: #767676;
|
|
}
|
|
.panel-grey .dashlet .dashlet-body {
|
|
border-top-color: #767676;
|
|
}
|
|
.panel-grey.panel {
|
|
border-color: #767676 !important;
|
|
}
|
|
.panel-grey.panel .panel-header {
|
|
border-top-color: #767676 !important;
|
|
border-bottom-color: #767676 !important;
|
|
background-color: #767676 !important;
|
|
}
|
|
.panel-grey.dashlet {
|
|
border-color: #767676 !important;
|
|
}
|
|
.panel-grey.dashlet .dashlet-header {
|
|
border-top-color: #767676 !important;
|
|
border-bottom-color: #767676 !important;
|
|
background-color: #767676 !important;
|
|
}
|
|
.panel-grey.dashlet .dashlet-body {
|
|
border-top-color: #767676 !important;
|
|
}
|
|
.panel-black .panel,
|
|
.panel-black .dashlet {
|
|
border-color: #1B1C1D;
|
|
}
|
|
.panel-black .panel .panel-header,
|
|
.panel-black .dashlet .dashlet-header {
|
|
border-top-color: #1B1C1D;
|
|
border-bottom-color: #1B1C1D;
|
|
background-color: #1B1C1D;
|
|
}
|
|
.panel-black .dashlet .dashlet-body {
|
|
border-top-color: #1B1C1D;
|
|
}
|
|
.panel-black.panel {
|
|
border-color: #1B1C1D !important;
|
|
}
|
|
.panel-black.panel .panel-header {
|
|
border-top-color: #1B1C1D !important;
|
|
border-bottom-color: #1B1C1D !important;
|
|
background-color: #1B1C1D !important;
|
|
}
|
|
.panel-black.dashlet {
|
|
border-color: #1B1C1D !important;
|
|
}
|
|
.panel-black.dashlet .dashlet-header {
|
|
border-top-color: #1B1C1D !important;
|
|
border-bottom-color: #1B1C1D !important;
|
|
background-color: #1B1C1D !important;
|
|
}
|
|
.panel-black.dashlet .dashlet-body {
|
|
border-top-color: #1B1C1D !important;
|
|
}
|
|
.file-item .file-item {
|
|
display: block !important;
|
|
}
|
|
.file-item button.btn.ng-hide:first-child{
|
|
display: block !important;
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
button.btn.ng-hide .fa-arrow-circle-up:before{
|
|
content: "\f0c6" !important;
|
|
} |