From 23935d3d390dd23359514ac33505497de772c117 Mon Sep 17 00:00:00 2001 From: yanas Date: Thu, 26 Jan 2017 17:04:29 -0600 Subject: [PATCH] Fixes border radius. --- css/_inlay.scss | 2 +- css/_jitsi_popover.scss | 2 +- css/_jquery.contextMenu.scss | 34 +++++++++++++++++----------------- css/_videolayout_default.scss | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/css/_inlay.scss b/css/_inlay.scss index 5c06e928b..7c32fefb2 100644 --- a/css/_inlay.scss +++ b/css/_inlay.scss @@ -1,6 +1,6 @@ .inlay { margin-top: 14%; - @include border-radius(3px); + @include border-radius(4px); padding: 40px 38px 44px; color: #fff; background: $inlayColorBg; diff --git a/css/_jitsi_popover.scss b/css/_jitsi_popover.scss index cf438b7d0..82c96e3a6 100644 --- a/css/_jitsi_popover.scss +++ b/css/_jitsi_popover.scss @@ -10,7 +10,7 @@ color: $popoverFontColor; background-color: $popoverBg; background-clip: padding-box; - border-radius: 3px; + border-radius: $borderRadius; /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/ /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);*/ white-space: normal; diff --git a/css/_jquery.contextMenu.scss b/css/_jquery.contextMenu.scss index 45fd987c6..501091e12 100644 --- a/css/_jquery.contextMenu.scss +++ b/css/_jquery.contextMenu.scss @@ -1,18 +1,18 @@ @charset "UTF-8"; -/*! - * jQuery contextMenu - Plugin for simple contextMenu handling - * - * Version: v2.1.1 - * - * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF) - * Web: http://swisnl.github.io/jQuery-contextMenu/ - * - * Copyright (c) 2011-2016 SWIS BV and contributors - * - * Licensed under - * MIT License http://www.opensource.org/licenses/mit-license - * - * Date: 2016-02-28T09:53:18.890Z +/*! + * jQuery contextMenu - Plugin for simple contextMenu handling + * + * Version: v2.1.1 + * + * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF) + * Web: http://swisnl.github.io/jQuery-contextMenu/ + * + * Copyright (c) 2011-2016 SWIS BV and contributors + * + * Licensed under + * MIT License http://www.opensource.org/licenses/mit-license + * + * Date: 2016-02-28T09:53:18.890Z */ @font-face { font-family: "context-menu-icons"; @@ -88,7 +88,7 @@ list-style-type: none; background: #fff; border: 1px solid #bebebe; - border-radius: 3px; + border-radius: $borderRadius; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5); box-shadow: 0 2px 5px rgba(0, 0, 0, .5); } @@ -156,8 +156,8 @@ transform: translateY(-50%); } -/** - * Inputs +/** + * Inputs */ .context-menu-item.context-menu-input { padding: 5px 10px; diff --git a/css/_videolayout_default.scss b/css/_videolayout_default.scss index faffcbe74..a06cb570e 100644 --- a/css/_videolayout_default.scss +++ b/css/_videolayout_default.scss @@ -19,7 +19,7 @@ &__background { @include topLeft(); background-color: black; - border-radius: $borderRadius - 1; + border-radius: $borderRadius; width: 100%; height: 100%; }