aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/videos/video-watch/video-watch.component.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/client/src/app/videos/video-watch/video-watch.component.scss b/client/src/app/videos/video-watch/video-watch.component.scss
index 9d335c3ba..fe23b849f 100644
--- a/client/src/app/videos/video-watch/video-watch.component.scss
+++ b/client/src/app/videos/video-watch/video-watch.component.scss
@@ -39,7 +39,7 @@
39 top: 2px; 39 top: 2px;
40 } 40 }
41 41
42 #magnet-uri { 42 #magnet-uri, #share {
43 font-weight: bold; 43 font-weight: bold;
44 opacity: 0.85; 44 opacity: 0.85;
45 } 45 }
@@ -75,3 +75,10 @@
75 } 75 }
76 } 76 }
77} 77}
78
79.modal-content {
80 input {
81 /* Force blank on readonly inputs */
82 background-color: #fff;
83 }
84}