[FAFO] Remove border-radius and box-shadow

Only the shadow behind the main content area stays.
This commit is contained in:
Rahix 2026-03-10 20:10:24 +01:00
parent faf02d639f
commit faf04f00e1
3 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@
@box-shadow-bottom: 0 .1em .5em rgba(153,153,153,.5); // qc-wrapper (breadcrumb), struct inline-editor @box-shadow-bottom: 0 .1em .5em rgba(153,153,153,.5); // qc-wrapper (breadcrumb), struct inline-editor
/* + + + for programmers customizing + + + */ /* + + + 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 @toggle-showsidebar_width: 3.47rem; // shown sidebar after toggle

View file

@ -507,8 +507,8 @@ kbd {
text-align: left; text-align: left;
background-color: @code-background; background-color: @code-background;
color: @noopentasks-color; color: @noopentasks-color;
box-shadow: inset 0 0 .3em @noopentasks-border; box-shadow: none;
border-radius: @fix_border-radius; border-radius: 0;
padding-left: @small-spacing; padding-left: @small-spacing;
padding-right: @small-spacing; padding-right: @small-spacing;

View file

@ -188,7 +188,7 @@ __link_alt__ = "#286DA8" ; @ini_link_alt
; border color ; border color
__border__ = "#BBB" ; @ini_border (guaranteed for every plugin) __border__ = "#BBB" ; @ini_border (guaranteed for every plugin)
__default_border_radius__ = "3px" ; @ini_default_border_radius __default_border_radius__ = "0" ; @ini_default_border_radius
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +