1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

*arr label fixes

This commit is contained in:
GilbN 2021-11-14 22:17:15 +01:00
parent b43c1f13b6
commit 564dd8dc65
4 changed files with 82 additions and 8 deletions

View File

@ -42,11 +42,11 @@ body {
}
/* LINKS */
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]) {
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):not([class*="Button-"]) {
color: var(--link-color);
}
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover {
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover:not([class*="Button-"]):hover {
color: var(--link-color-hover);
}
@ -510,6 +510,26 @@ a:hover {
color: var(--label-text-color);
}
[class*="Label-success-"] {
border-color: #27c24c;
background-color: #27c24c;
color: var(--label-text-color);
}
[class*="Label-disabled-"][class*="Label-outline-"] {
color: #000;
}
[class*="Label-outline-"] {
background-color: #999;
}
[class*="Label-disabled-"] {
border-color: #999;
background-color: #999;
color: #000;
}
/* Table options*/
[class*="TableOptionsColumn-column-"] {
background: rgba(0, 0, 0, .25);

View File

@ -41,11 +41,11 @@ body {
}
/* LINKS */
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]) {
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):not([class*="Button-"]) {
color: var(--link-color);
}
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover {
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover:not([class*="Button-"]):hover {
color: var(--link-color-hover);
}
@ -462,6 +462,26 @@ a:hover {
color: var(--text-hover);
}
[class*="Label-success-"] {
border-color: #27c24c;
background-color: #27c24c;
color: var(--label-text-color);
}
[class*="Label-disabled-"][class*="Label-outline-"] {
color: #000;
}
[class*="Label-outline-"] {
background-color: #999;
}
[class*="Label-disabled-"] {
border-color: #999;
background-color: #999;
color: #000;
}
/* Table options*/
[class*="TableOptionsColumn-column-"] {
background: rgba(0, 0, 0, .25);

View File

@ -42,11 +42,11 @@ body {
}
/* LINKS */
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]) {
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):not([class*="Button-"]) {
color: var(--link-color);
}
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover {
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover:not([class*="Button-"]):hover {
color: var(--link-color-hover);
}
@ -514,6 +514,26 @@ a:hover {
color: #fff;
}
[class*="Label-success-"] {
border-color: #27c24c;
background-color: #27c24c;
color: var(--label-text-color);
}
[class*="Label-disabled-"][class*="Label-outline-"] {
color: #000;
}
[class*="Label-outline-"] {
background-color: #999;
}
[class*="Label-disabled-"] {
border-color: #999;
background-color: #999;
color: #000;
}
/* Table options*/
[class*="TableOptionsColumn-column-"] {
background: rgba(0, 0, 0, .25);

View File

@ -43,11 +43,11 @@ body {
}
/* LINKS */
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):not([class*="Button-medium-"]) {
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):not([class*="Button-"]) {
color: var(--link-color);
}
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover:not([class*="Button-medium-"]):hover {
[class*="Link-to-"]:not([class*="PageSidebarItem-link-"]):hover:not([class*="Button-"]):hover {
color: var(--link-color-hover);
}
@ -488,6 +488,20 @@ a:hover {
color: var(--label-text-color);
}
[class*="Label-disabled-"][class*="Label-outline-"] {
color: #000;
}
[class*="Label-outline-"] {
background-color: #999;
}
[class*="Label-disabled-"] {
border-color: #999;
background-color: #999;
color: #000;
}
/* Table options*/
[class*="TableOptionsColumn-column-"] {
background: rgba(0, 0, 0, .25);