Files
grocy/public/css/grocy.css

177 lines
2.7 KiB
CSS
Raw Normal View History

2017-04-15 23:16:20 +02:00
body {
padding-top: 50px;
font-family: 'Noto Sans', sans-serif;
2017-04-15 23:16:20 +02:00
}
.navbar-fixed-top {
background-color: #e5e5e5;
border-bottom: 2px solid;
border-color: #d6d6d6;
2017-04-15 23:16:20 +02:00
}
.navbar-brand {
font-weight: bold;
letter-spacing: -5px;
font-size: 2.2em;
color: #0b024c !important;
margin-left: 0 !important;
padding-left: 5px !important;
2017-04-15 23:16:20 +02:00
}
.navbar-fixed-side {
top: 51px;
padding-top: 20px;
margin-bottom: 20px;
background-color: #e5e5e5;
border-right: 2px solid #d6d6d6;
max-width: 260px;
border-left: 0;
}
#sidebar {
overflow-y: auto;
}
2017-04-16 23:11:03 +02:00
@media (min-width: 768px) {
2017-04-16 23:11:03 +02:00
#navbar-mobile {
display: none !important;
}
.nav-copyright {
padding-bottom: 100px;
}
2017-04-15 23:16:20 +02:00
}
@media (max-width: 768px) {
.navbar-brand {
margin-left: 25px !important;
}
2017-04-15 23:16:20 +02:00
}
.sidebar-nav > li > a {
2017-04-15 23:16:20 +02:00
padding-right: 20px;
padding-left: 20px;
2018-04-14 11:10:38 +02:00
transition: all 0.3s;
2017-04-15 23:16:20 +02:00
}
.sidebar-nav > li > a:hover {
2018-04-16 19:11:32 +02:00
box-shadow: inset 5px 0 0 #337ab7;
2018-04-15 14:38:42 +02:00
transition: all 0.3s;
}
.sidebar-nav > li > a:focus {
2018-04-16 19:11:32 +02:00
box-shadow: inset 5px 0 0 #ab2230;
2018-04-15 14:38:42 +02:00
transition: all 0.3s;
}
.sidebar-nav > .active > a,
.sidebar-nav > .active > a:hover,
.sidebar-nav > .active > a:focus {
2018-04-12 21:13:38 +02:00
background-color: #d6d6d6;
2018-04-16 19:11:32 +02:00
box-shadow: inset 5px 0 0 #ab2230;
2018-04-14 11:10:38 +02:00
transition: all 0.3s;
2018-04-12 21:13:38 +02:00
}
.nav > li.disabled > a,
.navbar-default .navbar-nav > .disabled > a {
color: #a7a7a7;
2017-04-15 23:16:20 +02:00
}
.nav-copyright {
color: #a7a7a7;
font-size: 11px;
text-align: center;
2017-04-15 23:16:20 +02:00
}
.nav-copyright > li > a {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.navbar-default .navbar-nav > .open > a {
background-color: #d6d6d6 !important;
2017-04-15 23:16:20 +02:00
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e5e5e5 !important;
2017-04-15 23:16:20 +02:00
}
.well {
background-color: #e5e5e5;
padding-right: 25px;
padding-left: 25px;
2017-04-15 23:16:20 +02:00
}
2017-04-16 23:11:03 +02:00
.discrete-link {
2018-04-15 14:38:42 +02:00
color: inherit !important;
transition: all 0.3s !important;
2017-04-15 23:16:20 +02:00
}
a.discrete-link:hover {
2018-04-15 14:38:42 +02:00
color: #337ab7 !important;
text-decoration: none !important;
transition: all 0.3s !important;
}
a.discrete-link:focus {
2018-04-15 14:38:42 +02:00
color: #ab2230 !important;
text-decoration: none !important;
transition: all 0.3s !important;
}
2017-04-15 23:16:20 +02:00
.table td.fit-content,
.table th.fit-content {
white-space: nowrap;
width: 1%;
}
2017-04-16 23:11:03 +02:00
.dataTables_info,
.dataTables_length,
.dataTables_filter {
font-style: italic;
}
.timeago-contextual {
font-style: italic;
font-size: 0.8em;
}
2017-04-20 17:10:21 +02:00
.disabled,
.no-real-button {
pointer-events: none;
2017-11-09 21:36:44 +01:00
margin-top: 2px;
margin-bottom: 2px;
}
2017-04-20 17:10:21 +02:00
.discrete-content-separator-2x {
padding-top: 10px;
padding-bottom: 10px;
}
2017-04-20 17:10:21 +02:00
.warning-bg {
background-color: #fcf8e3 !important;
}
.error-bg {
background-color: #f2dede !important;
}
2017-04-21 12:30:08 +02:00
2017-04-21 13:21:09 +02:00
.info-bg {
background-color: #afd9ee !important;
}
2018-04-19 21:12:01 +02:00
#toast-container > div {
opacity: 1;
filter: alpha(opacity=100);
}
.toast-success {
2018-04-19 21:12:01 +02:00
background-color: #4c994c;
}
#toast-container > div {
box-shadow: none;
}