Explorar el Código

Fixes border radius.

j8
yanas hace 8 años
padre
commit
23935d3d39
Se han modificado 4 ficheros con 20 adiciones y 20 borrados
  1. 1
    1
      css/_inlay.scss
  2. 1
    1
      css/_jitsi_popover.scss
  3. 17
    17
      css/_jquery.contextMenu.scss
  4. 1
    1
      css/_videolayout_default.scss

+ 1
- 1
css/_inlay.scss Ver fichero

@@ -1,6 +1,6 @@
1 1
 .inlay {
2 2
     margin-top: 14%;
3
-    @include border-radius(3px);
3
+    @include border-radius(4px);
4 4
     padding: 40px 38px 44px;
5 5
     color: #fff;
6 6
     background: $inlayColorBg;

+ 1
- 1
css/_jitsi_popover.scss Ver fichero

@@ -10,7 +10,7 @@
10 10
     color: $popoverFontColor;
11 11
     background-color: $popoverBg;
12 12
     background-clip: padding-box;
13
-    border-radius: 3px;
13
+    border-radius: $borderRadius;
14 14
     /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
15 15
     /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);*/
16 16
     white-space: normal;

+ 17
- 17
css/_jquery.contextMenu.scss Ver fichero

@@ -1,18 +1,18 @@
1 1
 @charset "UTF-8";
2
-/*!
3
- * jQuery contextMenu - Plugin for simple contextMenu handling
4
- *
5
- * Version: v2.1.1
6
- *
7
- * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
8
- * Web: http://swisnl.github.io/jQuery-contextMenu/
9
- *
10
- * Copyright (c) 2011-2016 SWIS BV and contributors
11
- *
12
- * Licensed under
13
- *   MIT License http://www.opensource.org/licenses/mit-license
14
- *
15
- * Date: 2016-02-28T09:53:18.890Z
2
+/*!
3
+ * jQuery contextMenu - Plugin for simple contextMenu handling
4
+ *
5
+ * Version: v2.1.1
6
+ *
7
+ * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
8
+ * Web: http://swisnl.github.io/jQuery-contextMenu/
9
+ *
10
+ * Copyright (c) 2011-2016 SWIS BV and contributors
11
+ *
12
+ * Licensed under
13
+ *   MIT License http://www.opensource.org/licenses/mit-license
14
+ *
15
+ * Date: 2016-02-28T09:53:18.890Z
16 16
  */
17 17
 @font-face {
18 18
   font-family: "context-menu-icons";
@@ -88,7 +88,7 @@
88 88
   list-style-type: none;
89 89
   background: #fff;
90 90
   border: 1px solid #bebebe;
91
-  border-radius: 3px;
91
+  border-radius: $borderRadius;
92 92
   -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
93 93
           box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
94 94
 }
@@ -156,8 +156,8 @@
156 156
           transform: translateY(-50%);
157 157
 }
158 158
 
159
-/**
160
- * Inputs
159
+/**
160
+ * Inputs
161 161
  */
162 162
 .context-menu-item.context-menu-input {
163 163
   padding: 5px 10px;

+ 1
- 1
css/_videolayout_default.scss Ver fichero

@@ -19,7 +19,7 @@
19 19
     &__background {
20 20
         @include topLeft();
21 21
         background-color: black;
22
-        border-radius: $borderRadius - 1;
22
+        border-radius: $borderRadius;
23 23
         width: 100%;
24 24
         height: 100%;
25 25
     }

Loading…
Cancelar
Guardar