@@ -, +, @@ styles - Circulation -> Check out: "Add a new message" link is black - Catalog -> Details page: "Print" button is blue --- .../intranet-tmpl/prog/css/src/staff-global.scss | 26 +++++++++------------- 1 file changed, 11 insertions(+), 15 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -30,16 +30,6 @@ a { text-decoration: none; } - &.btn { - color: #004D99; - text-decoration: none; - - &:link, - &:visited { - color: #333333; - } - } - &:hover, &:active { color: #538200; @@ -52,18 +42,24 @@ a { } } - .btn-link { + &.btn { &:link, &:visited { - color: #004D99; + color: #333333; } - &:hover { - color: #538200; + &.btn-link { + &:link, + &:visited { + color: #004D99; + } + + &:hover { + color: #538200; + } } } - &.cancel { padding-left: 1em; } --