Skip to content

Commit

Permalink
Forwards compat for C5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed Feb 18, 2025
1 parent 790fc3b commit 7f3c78c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/backend/css/ctmcore.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions public/backend/css/ctmcore.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,27 @@ form#tl_thememanager {
padding: 5px 7px 5px 3px;
}

.pickr {
position: absolute;
right: 0;
top: 32px;
height: 28px;
width: #{$select-type-wdth - (7px + 3px + 1px)};
border-radius: 0 5px 5px 0;

> button {
border-radius: 0 4px 4px 0;
}
}

.pcr-button {

&:after,
&:before {
border-radius: 0 4px 4px 0;
}
}

.tl_text, .tl_select {
width: 100%;
padding-right: #{$select-type-wdth + 8px};
Expand Down

0 comments on commit 7f3c78c

Please sign in to comment.