FCLT#59401 Single page als gebouwdashboard - prototype Facilitor 2020 Work In Progress

svn path=/Website/trunk/; revision=44613
This commit is contained in:
Peter Feij
2019-10-24 15:25:05 +00:00
parent e2bea05dbb
commit 00d28151d4

View File

@@ -0,0 +1,44 @@
body {
font-size: 0.85rem;
}
#list-locations tbody tr:hover,#list-buildings tbody tr:hover,#list-issues tbody tr:hover,#list-issue-orders tbody tr:hover,#list-contracts tbody tr:hover {
cursor: pointer;
}
tr.table-success td,.table-hover .table-success:hover > td {
background-color: #9b1b30;
border-color: #9b1b30;
color: #fff;
}
.btn-success {
background-color: #9b1b30;
border-color: #f5d6c6;
}
.btn-success:hover {
border-color: #9b1b30;
}
.bg-linen {
background-color: #77212e !important;
color: #fff !important;
text-shadow: 0px 0px 12px #333;
background: url(./img/application-1920x480-1920x480.jpg);
}
.bg-linen h1 {
font-weight: bold !important;
}
.bg-cornsilk {
background-color: #ff6f61 !important;
color: #fff !important;
}
.bg-light {
background-color: #f5d6c6 !important;
color: #000 !important;
}
[data-theme="dark"] .bg-cornsilk,[data-theme="dark"] .bg-linen {
background-color: black !important;
color: ivory !important;
}
div[name=badge] {
position: absolute;
top: 0;
right: 3px;
}