From fe7786671e5699490918a3cbf95d78f2cbabebf6 Mon Sep 17 00:00:00 2001 From: hoergen Date: Wed, 24 Jan 2018 08:02:33 +0100 Subject: [PATCH] removed heading backgrnd, added mention highlight --- view/theme/vier/plusminus.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/view/theme/vier/plusminus.css b/view/theme/vier/plusminus.css index b06700ed12..93c4fcc1c8 100644 --- a/view/theme/vier/plusminus.css +++ b/view/theme/vier/plusminus.css @@ -12,7 +12,6 @@ h1 { h2 { font-size: 16px; color: blue; - background-color: #EEEEEE; border-radius:5px; } @@ -293,6 +292,10 @@ div.pager, ul.tabs { /* Post content */ +.mention { + font-weight: bold; +} + .wall-item-content blockquote { border-left: 0px; margin-top: 10px; @@ -552,8 +555,9 @@ select{ .settings-heading { font-size: 18px; font-weight: bold; - background-color: #cfcece; + background-color: whitesmoke; border-radius: 5px; + border-bottom: 1px solid black; } .setings-contend-block {