Cryptaline
Active member
Is it normal that when I'm changing CSS for thread prefixes in (thread_prefixes.css) e.g:
And when I'm saving it, they are still shown as I ve posted below in a browser but in css file they are shown with changes I ve aplied
Code:
.prefix
{
@property "titlePrefix";
background: transparent url('@imagePath/xenforo/gradients/form-button-white-25px.png') repeat-x top;
padding: 0px 6px;
margin: -1px 0;
border: 1px solid transparent;
border-radius: 3px;
display: inline-block;
@property "/titlePrefix";
}
And when I'm saving it, they are still shown as I ve posted below in a browser but in css file they are shown with changes I ve aplied
Code:
.prefix
{
@property "titlePrefix";
background: transparent url('@imagePath/xenforo/gradients/form-button-white-25px.png') repeat-x top;
padding: 0px 6px;
margin: -1px 0;
border: 1px solid transparent;
border-radius: 4px;<-----------------------------------------------------------
display: inline-block;
@property "/titlePrefix";
}