CC-6095 - better styling for learn about x links
This commit is contained in:
parent
901ca54fd6
commit
005eec5aa5
|
@ -155,12 +155,14 @@ div.btn > span {
|
||||||
}
|
}
|
||||||
|
|
||||||
#library_empty a {
|
#library_empty a {
|
||||||
font-size: 0.85em;
|
font-size: 0.9em;
|
||||||
|
line-height: 37px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #FF5D1A;
|
||||||
}
|
}
|
||||||
|
|
||||||
#library_empty a:visited {
|
#library_empty a:visited {
|
||||||
color: #1683b0;
|
color: #CE3C01;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead th.ui-state-default {
|
thead th.ui-state-default {
|
||||||
|
|
Loading…
Reference in New Issue