mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Adjust app colors
This commit is contained in:
parent
ac5dfe3a1b
commit
759204a4c6
4
public/css/built.css
vendored
4
public/css/built.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
18
resources/assets/css/colors.css
vendored
18
resources/assets/css/colors.css
vendored
@ -3,29 +3,33 @@ body {
|
||||
}
|
||||
|
||||
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
|
||||
background-color: #337ab7;
|
||||
background-color: #127cc0;
|
||||
}
|
||||
|
||||
.navbar .dropdown-menu {
|
||||
border-top: 1px solid #337ab7;
|
||||
border-top: 1px solid #127cc0;
|
||||
}
|
||||
|
||||
.active-clients {
|
||||
background-color: #337ab7;
|
||||
background-color: #127cc0;
|
||||
}
|
||||
|
||||
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
|
||||
background-color: #337ab7;
|
||||
border-color: #337ab7;
|
||||
background-color: #127cc0;
|
||||
border-color: #127cc0;
|
||||
}
|
||||
|
||||
.navbar,
|
||||
.navbar-collapse {
|
||||
background-color: #337ab7 !important;
|
||||
xbackground-color: #337ab7 !important;
|
||||
background-color: #127cc0 !important;
|
||||
}
|
||||
|
||||
.panel-heading {
|
||||
background-color: #286090 !important;
|
||||
xbackground-color: #286090 !important;
|
||||
background-color: #093e60 !important;
|
||||
xbackground-color: #054B78 !important;
|
||||
xbackground-color: #07619B !important;
|
||||
}
|
||||
|
||||
|
||||
|
@ -384,7 +384,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="panel panel-default dashboard" style="height:320px">
|
||||
<div class="panel-heading" style="background-color:#286090 !important">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title in-bold-white">
|
||||
<i class="glyphicon glyphicon-exclamation-sign"></i> {{ trans('texts.activity') }}
|
||||
@if ($invoicesSent)
|
||||
|
Loading…
Reference in New Issue
Block a user