From 6bf75a2f3119d4de010814039f2cc8fe6c18dbe2 Mon Sep 17 00:00:00 2001 From: hoergen Date: Sat, 9 Dec 2017 04:03:18 +0100 Subject: [PATCH] added more styles for setting page and fixed input pointer --- view/theme/vier/plusminus.css | 38 ++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/view/theme/vier/plusminus.css b/view/theme/vier/plusminus.css index f8c0e9a92a..1577d95dc8 100644 --- a/view/theme/vier/plusminus.css +++ b/view/theme/vier/plusminus.css @@ -18,6 +18,7 @@ h3 { font-size: 14px; color: blue; } + h4 { font-size: 14px;} h5 { @@ -27,7 +28,6 @@ h5 { border-radius:5px; } - nav { background: #fff; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); @@ -555,6 +555,39 @@ td.checkbox, td.tools{ } +/* Settings - Plugin */ + +.settings-block.fakelink h3{ + font-size:16px; + font-weight:bold; + background-color: lightgrey; +} + +#settings_blockem_expanded h3 { + font-size:16px; + font-weight:bold; + background-color: lightgrey; +} + +#settings_langfilter_expanded h3{ + font-size:16px; + font-weight:bold; + background-color: lightgrey; +} + +#settings_showmore_expanded h3 { + font-size:16px; + font-weight:bold; + background-color: lightgrey; +} + +#settings_startpage_expanded h3 { + font-size:16px; + font-weight:bold; + background-color: lightgrey; +} + + /* popup */ ul.menu-popup { @@ -590,14 +623,13 @@ input[type=submit] { input[type=submit]:hover { background:#0026ff; - } input[type=text], input[type=password], input[type=email], input[type=url] { padding:2px 2px; background:white; border:1px solid darkgrey; - cursor:pointer; + cursor:text; -webkit-border-radius: 5px; border-radius: 5px; -webkit-transition-duration: 0.4s; /* Safari */