First commit waiting for Budget Alert
This commit is contained in:
111
sophal/css/blue-simple/theme.css
Normal file
111
sophal/css/blue-simple/theme.css
Normal file
@ -0,0 +1,111 @@
|
||||
/**
|
||||
* 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/>.
|
||||
*/
|
||||
header .navbar .nav > li > a:focus,
|
||||
header .navbar .nav > li > a:hover,
|
||||
header .navbar .nav > li.dropdown.open > a.dropdown-toggle {
|
||||
color: #2185D0;
|
||||
}
|
||||
|
||||
header .navbar .nav .dropdown-menu > li > a:hover,
|
||||
header .navbar .nav .dropdown-menu > li > a:focus,
|
||||
header .navbar .nav .dropdown-submenu:hover > a,
|
||||
header .navbar .nav .dropdown-submenu:focus > a {
|
||||
background-color: #2185D0;
|
||||
}
|
||||
|
||||
header .navbar .nav > li > a:focus,
|
||||
header .navbar .nav > li > a:hover,
|
||||
header .navbar .nav > li.dropdown.open > a.dropdown-toggle {
|
||||
color: #2185D0;
|
||||
}
|
||||
|
||||
textarea:focus, input[type="text"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="datetime"]:focus,
|
||||
input[type="datetime-local"]:focus,
|
||||
input[type="date"]:focus,
|
||||
input[type="month"]:focus,
|
||||
input[type="time"]:focus,
|
||||
input[type="week"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="url"]:focus,
|
||||
input[type="search"]:focus,
|
||||
input[type="tel"]:focus,
|
||||
input[type="color"]:focus,
|
||||
.uneditable-input:focus {
|
||||
border-color: #2185D0;
|
||||
}
|
||||
|
||||
.ui-datepicker .ui-slider-handle.ui-state-focus,
|
||||
.ui-datepicker .ui-slider-handle.ui-state-hover,
|
||||
.ui-datepicker .ui-state-highlight {
|
||||
border-color: #2185D0 !important;
|
||||
}
|
||||
|
||||
.ui-datepicker .ui-state-active,
|
||||
.ui-datepicker .ui-slider-handle.ui-state-hover {
|
||||
background-color: #2185D0 !important;
|
||||
}
|
||||
|
||||
/* navs */
|
||||
.nav-tree > li.open {
|
||||
border-left-color: #2185D0;
|
||||
}
|
||||
|
||||
.nav-tabs > li.active > a,
|
||||
.nav-tabs > li.active > a:hover,
|
||||
.nav-tabs > li.active > a:focus {
|
||||
border-top-color: #2185D0 !important;
|
||||
}
|
||||
|
||||
/* selects */
|
||||
.tag-select:focus,
|
||||
.tag-select.focus {
|
||||
border-color: #2185D0;
|
||||
}
|
||||
|
||||
.nav-select li.active a.nav-label,
|
||||
.nav-select li.active a.nav-label:after {
|
||||
background: #2185D0;
|
||||
}
|
||||
|
||||
/* boxes */
|
||||
.ibox input:focus + .box:before {
|
||||
border-color: #2185D0;
|
||||
}
|
||||
.ibox:hover .box:before,
|
||||
.ibox:hover input:focus + .box:before {
|
||||
border-color: #2185D0;
|
||||
}
|
||||
.ibox input:checked + .box:before {
|
||||
border-color: #2185D0;
|
||||
background-color: #2185D0;
|
||||
}
|
||||
.ibox:hover input:disabled:checked + .box:before {
|
||||
border-color: 1px solid #2185D0;
|
||||
}
|
||||
.iswitch {
|
||||
background-color: #2185D0;
|
||||
}
|
||||
|
||||
/* panels */
|
||||
.panel .panel-header,
|
||||
.dashlet .dashlet-header {
|
||||
border-top-width: 2px;
|
||||
}
|
||||
Reference in New Issue
Block a user