[FAFO] Remove border-radius and box-shadow
Only the shadow behind the main content area stays.
This commit is contained in:
parent
faf02d639f
commit
faf04f00e1
3 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue