Dashed help border

This commit is contained in:
Miraty 2022-02-13 01:20:48 +01:00
parent d65cace611
commit dd2afe6967
1 changed files with 9 additions and 0 deletions

View File

@ -68,14 +68,18 @@ a {
margin: 5px 0px 0px 0px; margin: 5px 0px 0px 0px;
padding: 5px; padding: 5px;
border-radius: 10px; border-radius: 10px;
border-width: 2px;
border-style: dashed;
text-align: left; text-align: left;
@media @light { @media @light {
background-color: @bgHelp-light; background-color: @bgHelp-light;
border-color: @borderHelp-light;
} }
@media @dark { @media @dark {
background-color: @bgHelp-dark; background-color: @bgHelp-dark;
border-color: @borderHelp-dark;
} }
& p { & p {
@ -87,7 +91,12 @@ a {
} }
} }
#txtParam {
width: 100%;
}
#sideParams { #sideParams {
width: 100%;
text-align: center; text-align: center;
margin-left: 12px; margin-left: 12px;
} }