mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
List link style fixes
This commit is contained in:
parent
b9834dc372
commit
dd3f444593
|
@ -77,13 +77,13 @@
|
|||
}
|
||||
|
||||
.menu-item-link-active() {
|
||||
color: @color-item-text-hover!important;
|
||||
color: @color-item-text-active!important;
|
||||
background-color: @menu-item-link-active;
|
||||
}
|
||||
|
||||
.menu-item-link-focus() {
|
||||
color: @color-item-text-hover!important;
|
||||
background-color: @menu-item-link-hover;
|
||||
color: @color-item-text-active!important;
|
||||
background-color: @menu-item-link-active;
|
||||
}
|
||||
|
||||
// Button Styles
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
@accent-10: #2a4b8d;
|
||||
@accent-50: #36c;
|
||||
@accent-90: #eaf3ff;
|
||||
|
||||
@red-30: #b32424;
|
||||
@red-50: #d33;
|
||||
|
@ -59,9 +60,10 @@
|
|||
@opacity-icon-active: 0.5;
|
||||
@color-item-text: @base-30;
|
||||
@color-item-text-hover: @base-20;
|
||||
@color-item-text-active: @accent-50;
|
||||
@color-item-header: @base-10;
|
||||
@menu-item-link-hover: @base-90;
|
||||
@menu-item-link-active: @base-80;
|
||||
@menu-item-link-hover: @base-80;
|
||||
@menu-item-link-active: @accent-90;
|
||||
|
||||
@color-content-text: @base-20;
|
||||
@color-content-header: @base-10;
|
||||
|
|
Loading…
Reference in a new issue