Notice link color and underline
authorChloe Laisne <chloe.laisne@gmail.com>
Sun, 25 Sep 2016 12:58:15 +0200
changeset 288 f2b77873a156
parent 287 4e199fd29689
child 289 7cae80e5748c
Notice link color and underline
cms/app-client/app/styles/app.scss
cms/app-client/app/styles/components/notice-component.scss
cms/app-client/app/styles/components/player-component.scss
cms/app-client/app/styles/components/playlist-component.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;
--- 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;
--- 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 {
     
--- 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