plex: removed link colors
This commit is contained in:
parent
b598833121
commit
614ece2123
@ -30,7 +30,6 @@
|
|||||||
}
|
}
|
||||||
/*Agents*/
|
/*Agents*/
|
||||||
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
|
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
|
||||||
color: var(--link-color);
|
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
/*Side menu active color*/
|
/*Side menu active color*/
|
||||||
@ -48,33 +47,8 @@
|
|||||||
.modal-footer {
|
.modal-footer {
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
|
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
|
||||||
}
|
}
|
||||||
/*Modal icon color active*/
|
|
||||||
.edit-section-modal .wizard-blocks-group>.wizard-block.selected, .edit-section-modal .wizard-blocks-group>.wizard-block.selected:hover {
|
|
||||||
color: var(--link-color);
|
|
||||||
}
|
|
||||||
/*Modal icon color*/
|
/*Modal icon color*/
|
||||||
.edit-section-modal .wizard-blocks-group>.wizard-block {
|
.edit-section-modal .wizard-blocks-group>.wizard-block {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
/*Button*/
|
|
||||||
.btn-gray.selected {
|
|
||||||
color: var(--link-color);
|
|
||||||
}
|
|
||||||
/*Links*/
|
|
||||||
a {
|
|
||||||
color: var(--link-color);
|
|
||||||
}
|
|
||||||
.NavBarActivityButton-isHighlighted-27qlko .NavBarActivityButton-label-2ZN0gQ {
|
|
||||||
color: var(--link-color);
|
|
||||||
}
|
|
||||||
.NavBarActivityButton-isHighlighted-27qlko .NavBarActivityButton-activityIcon-1Db2GP {
|
|
||||||
background-color: var(--link-color);
|
|
||||||
}
|
|
||||||
.NavBarActivityButton-isHighlighted-27qlko:hover .NavBarActivityButton-activityIcon-1Db2GP {
|
|
||||||
background-color: var(--link-color-hover);
|
|
||||||
}
|
|
||||||
.NavBarActivityButton-isHighlighted-27qlko:hover .NavBarActivityButton-label-2ZN0gQ {
|
|
||||||
color: var(--link-color-hover);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* This was a tough one :D */
|
/* This was a tough one :D */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user