# HG changeset patch # User Chloe Laisne # Date 1474801095 -7200 # Node ID f2b77873a156ddaff4a0574461373bbaf55bbc26 # Parent 4e199fd2968990a32741422e6fca5f5224bd4b56 Notice link color and underline diff -r 4e199fd29689 -r f2b77873a156 cms/app-client/app/styles/app.scss --- a/cms/app-client/app/styles/app.scss Sat Sep 24 18:39:20 2016 +0200 +++ b/cms/app-client/app/styles/app.scss Sun Sep 25 12:58:15 2016 +0200 @@ -163,14 +163,6 @@ width: 100%; } -.ember-view.language a { - text-transform: capitalize; - text-decoration: none; - pointer-events: none; - cursor: default; - color: inherit; -} - i.fa { font-size: 0px; diff -r 4e199fd29689 -r f2b77873a156 cms/app-client/app/styles/components/notice-component.scss --- a/cms/app-client/app/styles/components/notice-component.scss Sat Sep 24 18:39:20 2016 +0200 +++ b/cms/app-client/app/styles/components/notice-component.scss Sun Sep 25 12:58:15 2016 +0200 @@ -7,6 +7,17 @@ color: $dark-grey; } +.notice-component a { + cursor: pointer; + color: $dark-grey; + text-decoration: none; + border-bottom: 1px dashed $dark-grey; +} + +.notice-component .language a { + text-transform: capitalize; +} + .notice-component .fa-close { position: absolute; top: 15px; diff -r 4e199fd29689 -r f2b77873a156 cms/app-client/app/styles/components/player-component.scss --- a/cms/app-client/app/styles/components/player-component.scss Sat Sep 24 18:39:20 2016 +0200 +++ b/cms/app-client/app/styles/components/player-component.scss Sun Sep 25 12:58:15 2016 +0200 @@ -156,6 +156,14 @@ } +.player-component #audio .meta .language a { + text-transform: capitalize; + text-decoration: none; + pointer-events: none; + cursor: default; + color: inherit; +} + .player-component #audio .meta .title, .player-component #audio .meta .author { diff -r 4e199fd29689 -r f2b77873a156 cms/app-client/app/styles/components/playlist-component.scss --- a/cms/app-client/app/styles/components/playlist-component.scss Sat Sep 24 18:39:20 2016 +0200 +++ b/cms/app-client/app/styles/components/playlist-component.scss Sun Sep 25 12:58:15 2016 +0200 @@ -153,6 +153,10 @@ line-height: 24px; } -.playlist-component ul li .language { - display: block; +.playlist-component ul li .language a { + text-transform: capitalize; + text-decoration: none; + pointer-events: none; + cursor: default; + color: inherit; } \ No newline at end of file