mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-10 15:08:40 +00:00
fix portlet link style
This commit is contained in:
parent
1665823c8a
commit
9c4607f8db
|
|
@ -6,7 +6,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portlet-body a {
|
.portlet-body a:not(.button) {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
border-bottom: 1px dotted var(--link-color);
|
border-bottom: 1px dotted var(--link-color);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4024,10 +4024,10 @@ button, input[type="submit"], input[type="button"], a.button {
|
||||||
[data-href] {
|
[data-href] {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
.portlet-body a {
|
.portlet-body a:not(.button) {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
border-bottom: 1px dotted var(--link-color); }
|
border-bottom: 1px dotted var(--link-color); }
|
||||||
.portlet-body a:hover {
|
.portlet-body a:not(.button):hover {
|
||||||
border-bottom: none; }
|
border-bottom: none; }
|
||||||
|
|
||||||
ul.boxed {
|
ul.boxed {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user