mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-22 07:18:41 +00:00
update
This commit is contained in:
parent
1c1de3f51f
commit
d8d1080d3d
22
animate.scss
vendored
22
animate.scss
vendored
|
|
@ -1588,11 +1588,11 @@
|
|||
|
||||
@keyframes greenFade {
|
||||
from {
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
to {
|
||||
background-color: #81e27d;
|
||||
background: #81e27d;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1602,11 +1602,11 @@
|
|||
|
||||
@keyframes redFade {
|
||||
from {
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
to {
|
||||
background-color: #ee5649;
|
||||
background: #ee5649;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1616,32 +1616,32 @@
|
|||
|
||||
@keyframes redCircleFade {
|
||||
0% {
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
50% {
|
||||
background-color: #ee5649;
|
||||
background: #ee5649;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.greenCircleFade {
|
||||
.greenCircleFade, .greenCircleFade td {
|
||||
animation-name: greenCircleFade;
|
||||
}
|
||||
|
||||
@keyframes greenCircleFade {
|
||||
0% {
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
50% {
|
||||
background-color: #81e27d;
|
||||
background: #81e27d;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@ article {
|
|||
|
||||
code {
|
||||
font-family: var(--font-family);
|
||||
font-display: swap;
|
||||
font-size: 0.8rem;
|
||||
color: #23222d;
|
||||
background: #f4f4f4;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
button, input[type="submit"], input[type="button"], label.button, a.button {
|
||||
button, input[type="submit"], input[type="reset"], input[type="button"], label.button, a.button {
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
min-width: 70px;
|
||||
|
|
@ -59,7 +59,7 @@ button.cancel, .button.cancel, input[type="submit"].cancel {
|
|||
}
|
||||
}
|
||||
|
||||
button.close, .button.close, input[type="submit"].close {
|
||||
button.close, .button.close, input[type="submit"].close, input[type="reset"].close {
|
||||
color: rgba(0, 0, 0, 0.75);
|
||||
background: #fffc3e;
|
||||
|
||||
|
|
@ -96,4 +96,9 @@ button.disabled, .button.disabled, input[type="submit"].disabled {
|
|||
|
||||
.link.disabled {
|
||||
color: #e1e1e1;
|
||||
}
|
||||
|
||||
i.favorite {
|
||||
color: #ffd700;
|
||||
text-shadow: 0 0 1px #000;
|
||||
}
|
||||
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
pre {
|
||||
font-family: var(--font-family);
|
||||
font-display: swap;
|
||||
background: #f4f4f4;
|
||||
border: 1px solid #ddd;
|
||||
padding: 1rem;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
input, select, textarea, .textarea, option {
|
||||
font-family: var(--font-family);
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@
|
|||
border-bottom: 1px dotted var(--link-color);
|
||||
|
||||
&:hover {
|
||||
border-bottom: none;
|
||||
border-bottom: 1px dotted transparent ;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
&.highlight-4 {
|
||||
background: var(--color-yellow);
|
||||
color: #fff;
|
||||
color: #000;
|
||||
|
||||
.portlet-body, .portlet-head {
|
||||
background: var(--color-yellow);
|
||||
|
|
|
|||
319
styles.css
319
styles.css
File diff suppressed because it is too large
Load Diff
|
|
@ -81,11 +81,11 @@ table {
|
|||
tr {
|
||||
height: 2.5rem;
|
||||
|
||||
&:nth-of-type(2n) td {
|
||||
&:nth-of-type(2n) {
|
||||
background: var(--table-row-background);
|
||||
}
|
||||
|
||||
&:nth-of-type(2n+1) td {
|
||||
&:nth-of-type(2n+1) {
|
||||
background: var(--table-row-background-alt);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user