custom css problem

mioda

New Member
Hi
I created my custom css file but it does not have any effect

Code:
.form-actions{
   padding: 1px 20px 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
}

the code is added but overwritten by the existing one
 

Attachments

  • problema.png
    problema.png
    12.5 KB · Views: 27
If it's overridden you have to use more specific selectors, e.g.
.fabrikActions.form-actions {...}
or whatever you need
 
If it's overridden you have to use more specific selectors, e.g.
.fabrikActions.form-actions {...}
or whatever you need
thanks works fine

same problem:
Code:
bootstrap.min.css
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;

how can i find the right selector?
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top