aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 25d79a0cb..d65cd8c64 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -13,6 +13,10 @@ input.readonly {
13 border-radius: 0; 13 border-radius: 0;
14} 14}
15 15
16.dropdown-menu {
17 border-radius: 0;
18}
19
16.glyphicon-black { 20.glyphicon-black {
17 color: black; 21 color: black;
18} 22}
@@ -61,7 +65,7 @@ input.readonly {
61 65
62 #peertube-title { 66 #peertube-title {
63 background-color: #fff; 67 background-color: #fff;
64 border-right: 2px solid $header-border-color; 68 border-right: 1px solid $header-border-color;
65 font-size: 25px; 69 font-size: 25px;
66 line-height: $header-height; 70 line-height: $header-height;
67 text-align: center; 71 text-align: center;