From c712e2ac084cf61d485aea370135712aec05f2fe Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Mon, 3 Jan 2022 15:51:21 +0100 Subject: [PATCH] =?UTF-8?q?[Redizajn=201KA]=20Urejanje=20-->=20Nastavitve?= =?UTF-8?q?=20-->=20Obve=C5=A1=C4=8Danje=20-->=20O=20izbrisu=20ankete=20-?= =?UTF-8?q?=20v6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/admin_new.css | 3 +++ .../pages/survey_edit/survey_settings/obvescanje.scss | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 0ff9a70e3..20ab89f86 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -14019,6 +14019,9 @@ fieldset textarea#alert_delete_other_emails { width: 538px; height: 100px; } +fieldset label { + cursor: default; +} fieldset label.bottom4 { margin-bottom: 4px; } diff --git a/resources/sass/admin_new/pages/survey_edit/survey_settings/obvescanje.scss b/resources/sass/admin_new/pages/survey_edit/survey_settings/obvescanje.scss index 64ac4c6a6..277a840a1 100644 --- a/resources/sass/admin_new/pages/survey_edit/survey_settings/obvescanje.scss +++ b/resources/sass/admin_new/pages/survey_edit/survey_settings/obvescanje.scss @@ -32,9 +32,14 @@ fieldset{ height: 100px; } - //Label nad editorjem besedila - label.bottom4 { + + label{ + cursor: default; + + //Label nad editorjem besedila + &.bottom4 { margin-bottom: 4px; } + } } \ No newline at end of file