mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
fix portlet link style
This commit is contained in:
parent
1665823c8a
commit
9c4607f8db
|
|
@ -6,7 +6,7 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.portlet-body a {
|
||||
.portlet-body a:not(.button) {
|
||||
color: 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] {
|
||||
cursor: pointer; }
|
||||
|
||||
.portlet-body a {
|
||||
.portlet-body a:not(.button) {
|
||||
color: var(--link-color);
|
||||
border-bottom: 1px dotted var(--link-color); }
|
||||
.portlet-body a:hover {
|
||||
.portlet-body a:not(.button):hover {
|
||||
border-bottom: none; }
|
||||
|
||||
ul.boxed {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user