css properly formatted

This commit is contained in:
Peter Pfeufer 2021-08-18 07:40:47 +02:00
parent 191b238a04
commit 641356f31d
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -3,7 +3,7 @@
}
.notification-bell-color {
color: #A88F1E;
color: #a88f1e;
}
.navbar-brand {
@ -20,8 +20,8 @@
}
#wrapper {
width: 100%;
padding: 0;
width: 100%;
}
#site-body-wrapper {
@ -58,33 +58,40 @@ ul.list-group.list-group-horizontal > li.list-group-item {
/* style group headers within a table */
.template-light-mode .tr-group {
font-weight: bold;
background-color: #e6e6e6 !important;
}
.template-dark-mode .tr-group {
font-weight: bold;
}
.template-dark-mode .tr-group {
background-color: rgb(105, 105, 105) !important;
font-weight: bold;
}
/* default style for tables */
.template-light-mode .table-aa > thead > tr > th {
border-bottom: 1px solid #f2f2f2;
}
.template-dark-mode .table-aa > thead > tr > th {
border-bottom: 1px solid rgb(70, 69, 69);
}
.table-aa > thead > tr > th {
vertical-align: middle;
}
.template-light-mode .table-aa > tbody > tr > td {
border-bottom: 1px solid #f2f2f2;
}
.template-dark-mode .table-aa > tbody > tr > td {
border-bottom: 1px solid rgb(70, 69, 69);
}
.table-aa > tbody > tr > td {
vertical-align: middle;
}
.table-aa > tbody > tr:last-child {
border-bottom: none;
}
@ -119,12 +126,12 @@ ul.list-group.list-group-horizontal > li.list-group-item {
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
color: rgb(123, 138, 139);
display: block;
font-weight: 400;
line-height: 1.42857143;
color: rgb(123, 138, 139);
padding: 3px 20px;
white-space: nowrap;
}
@ -133,15 +140,15 @@ ul.list-group.list-group-horizontal > li.list-group-item {
}
.top-menu-bar-language-select form {
padding: 10px 15px;
margin-left: 5px;
margin-right: 5px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255), 0 1px 0 rgb(255 255 255);
box-shadow: inset 0 1px 0 rgb(255 255 255), 0 1px 0 rgb(255 255 255);
margin-top: 7.5px;
margin-bottom: 7.5px;
margin-left: 5px;
margin-right: 5px;
margin-top: 7.5px;
padding: 10px 15px;
}
}
@ -157,14 +164,14 @@ ul.list-group.list-group-horizontal > li.list-group-item {
}
.top-menu-bar-language-select form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin-left: 0;
margin-right: 0;
padding-bottom: 0;
padding-top: 0;
width: auto;
}
}