diff --git a/amelie/style/static/css/compiled.css b/amelie/style/static/css/compiled.css index c00fc2c..b675c82 100644 --- a/amelie/style/static/css/compiled.css +++ b/amelie/style/static/css/compiled.css @@ -11002,6 +11002,12 @@ li.courses-soon { overflow-y: auto; } } +a.looks-like-a-button.obscure { + color: darkgray; + background-color: lightgray; + opacity: 40%; + margin-right: 5px; +} .ia-datepicker { width: 125px; } diff --git a/amelie/style/static/less/classes/helper-classes.less b/amelie/style/static/less/classes/helper-classes.less index 04ef8ac..615c2b3 100644 --- a/amelie/style/static/less/classes/helper-classes.less +++ b/amelie/style/static/less/classes/helper-classes.less @@ -146,6 +146,14 @@ } } +//Styling to make obscure buttons (used for upload from youtube) +a.looks-like-a-button.obscure { + color: darkgray; + background-color: lightgray; + opacity: 40%; + margin-right: 5px; +} + .ia-datepicker { width: 125px; } diff --git a/amelie/videos/templates/videos/videos.html b/amelie/videos/templates/videos/videos.html index db660dd..3d1ffff 100644 --- a/amelie/videos/templates/videos/videos.html +++ b/amelie/videos/templates/videos/videos.html @@ -15,8 +15,8 @@

{% endif %} {% if can_create %} - {% trans 'Add video from YouTube' %} {% trans 'Add video from Streaming.IA' %} + {% trans 'Add video from YouTube' %} {% endif %}