From faf04f00e18dbd3b15abd83eab4697971dc8d04b Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 10 Mar 2026 20:10:24 +0100 Subject: [PATCH] [FAFO] Remove border-radius and box-shadow Only the shadow behind the main content area stays. --- css/base.less | 2 +- css/base_design.less | 4 ++-- style.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/base.less b/css/base.less index 5a858ef..71b9ef6 100755 --- a/css/base.less +++ b/css/base.less @@ -36,7 +36,7 @@ @box-shadow-bottom: 0 .1em .5em rgba(153,153,153,.5); // qc-wrapper (breadcrumb), struct inline-editor /* + + + for programmers customizing + + + */ -@fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg +@fix_border-radius: 0; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg @toggle-showsidebar_width: 3.47rem; // shown sidebar after toggle diff --git a/css/base_design.less b/css/base_design.less index 212325b..fe33574 100755 --- a/css/base_design.less +++ b/css/base_design.less @@ -507,8 +507,8 @@ kbd { text-align: left; background-color: @code-background; color: @noopentasks-color; - box-shadow: inset 0 0 .3em @noopentasks-border; - border-radius: @fix_border-radius; + box-shadow: none; + border-radius: 0; padding-left: @small-spacing; padding-right: @small-spacing; diff --git a/style.ini b/style.ini index e690a12..51e92df 100755 --- a/style.ini +++ b/style.ini @@ -188,7 +188,7 @@ __link_alt__ = "#286DA8" ; @ini_link_alt ; border color __border__ = "#BBB" ; @ini_border (guaranteed for every plugin) -__default_border_radius__ = "3px" ; @ini_default_border_radius +__default_border_radius__ = "0" ; @ini_default_border_radius ; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +