mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-09 14:38:41 +00:00
update css
This commit is contained in:
parent
c210c12436
commit
08a90e83d1
45
styles.css
45
styles.css
|
|
@ -47,7 +47,7 @@ pre {
|
||||||
counter-reset: line;
|
counter-reset: line;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
white-space:pre-wrap; }
|
white-space: pre-wrap; }
|
||||||
pre span {
|
pre span {
|
||||||
display: block; }
|
display: block; }
|
||||||
pre span:before {
|
pre span:before {
|
||||||
|
|
@ -3503,6 +3503,16 @@ div.slider-1 {
|
||||||
transform: translateZ(-35vw) rotateY(-240deg); }
|
transform: translateZ(-35vw) rotateY(-240deg); }
|
||||||
82.5%, 100% {
|
82.5%, 100% {
|
||||||
transform: translateZ(-35vw) rotateY(-360deg); } }
|
transform: translateZ(-35vw) rotateY(-360deg); } }
|
||||||
|
/**
|
||||||
|
* @todo Orange-Management/cssOMS#4
|
||||||
|
* Nicer visual input validation
|
||||||
|
*
|
||||||
|
* @todo Orange-Management/cssOMS#14
|
||||||
|
* Create drop down with search field
|
||||||
|
*
|
||||||
|
* @todo Orange-Management/cssOMS#12
|
||||||
|
* Create slider element
|
||||||
|
*/
|
||||||
input, select, textarea, .textarea {
|
input, select, textarea, .textarea {
|
||||||
border: 1px solid var(--input-border); }
|
border: 1px solid var(--input-border); }
|
||||||
|
|
||||||
|
|
@ -3622,7 +3632,8 @@ input[type="datetime-local"] {
|
||||||
.inputWrapper .textWrapper input[type=password] ~ .endIcon, .inputWrapper .textWrapper input[type=password] ~ .endIcon {
|
.inputWrapper .textWrapper input[type=password] ~ .endIcon, .inputWrapper .textWrapper input[type=password] ~ .endIcon {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
.advancedInput {}
|
.advancedInput {
|
||||||
|
/* position: relative; uncomment! otherwise the drop down inside would not be able to overflow and add a scroll bar to the container which is not desired in this case! */ }
|
||||||
|
|
||||||
input ~ .dropdown {
|
input ~ .dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -3817,7 +3828,7 @@ blockquote {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
.crumbs-1 li:not(.last):after, .crumbs-1 li:before {
|
.crumbs-1 li:not(:last-child):after, .crumbs-1 li:before {
|
||||||
content: " ";
|
content: " ";
|
||||||
display: block;
|
display: block;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|
@ -3829,17 +3840,17 @@ blockquote {
|
||||||
top: 50%;
|
top: 50%;
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
left: 100%; }
|
left: 100%; }
|
||||||
.crumbs-1 li:not(.last):after {
|
.crumbs-1 li:not(:last-child):after {
|
||||||
z-index: 2; }
|
z-index: 2; }
|
||||||
.crumbs-1 li:before {
|
.crumbs-1 li:before {
|
||||||
border-left-color: var(--box-border);
|
border-left-color: var(--box-border);
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
z-index: 1; }
|
z-index: 1; }
|
||||||
.crumbs-1 li.active:not(.last):after, .crumbs-1 li:hover:not(.last):after {
|
.crumbs-1 li.active:not(:last-child):after, .crumbs-1 li:hover:not(:last-child):after {
|
||||||
border-left: 14px solid var(--button-colored-background-hover); }
|
border-left: 14px solid var(--button-colored-background-hover); }
|
||||||
.crumbs-1 .last {
|
.crumbs-1 :last-child {
|
||||||
padding-right: 20px; }
|
padding-right: 20px; }
|
||||||
.crumbs-1 .last:before {
|
.crumbs-1 :last-child:before {
|
||||||
border: none; }
|
border: none; }
|
||||||
.crumbs-1 .active {
|
.crumbs-1 .active {
|
||||||
cursor: default; }
|
cursor: default; }
|
||||||
|
|
@ -3997,11 +4008,9 @@ body > nav {
|
||||||
#nav-trigger:checked ~ main {
|
#nav-trigger:checked ~ main {
|
||||||
display: none; } }
|
display: none; } }
|
||||||
.pagination li {
|
.pagination li {
|
||||||
display: inline-block;
|
display: inline-block; }
|
||||||
}
|
.pagination li + li {
|
||||||
.pagination li+li {
|
margin-left: .5rem; }
|
||||||
margin-left: .5rem;
|
|
||||||
}
|
|
||||||
.pagination a {
|
.pagination a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
@ -4279,10 +4288,6 @@ table .sort-asc, table .sort-desc, table .filter {
|
||||||
padding: 0 5px 0 5px;
|
padding: 0 5px 0 5px;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
table.default tbody th {
|
|
||||||
background: var(--table-head-background);
|
|
||||||
}
|
|
||||||
|
|
||||||
table.default {
|
table.default {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -4317,8 +4322,10 @@ table.default {
|
||||||
background: var(--table-row-background-alt); }
|
background: var(--table-row-background-alt); }
|
||||||
table.default tbody tr:hover {
|
table.default tbody tr:hover {
|
||||||
background: var(--table-row-background-hover); }
|
background: var(--table-row-background-hover); }
|
||||||
table.default tbody tr td, table.default tbody tr th {
|
table.default tbody tr td, table.default tbody tr th {
|
||||||
border-bottom: 1px solid var(--box-border); }
|
border-bottom: 1px solid var(--box-border); }
|
||||||
|
table.default tbody th {
|
||||||
|
background: var(--table-head-background); }
|
||||||
table.default thead {
|
table.default thead {
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
background: var(--table-head-background); }
|
background: var(--table-head-background); }
|
||||||
|
|
@ -4398,5 +4405,3 @@ span.tag {
|
||||||
color: var(--text-on-background-color-2);
|
color: var(--text-on-background-color-2);
|
||||||
background: var(--button-colored-background);
|
background: var(--button-colored-background);
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
|
|
||||||
/*# sourceMappingURL=styles.css.map */
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user