Help
Discuss anything regarding coding in here (PHP, mySQL, HTML, CSS, etc)
User avatar
Azarshin
Free
 
Posts: 3
Joined: 24 Mar 2015, 06:07

 

by Azarshin 24 Mar 2015, 06:12

hello

i have a problem that i couldnt find a solution for it. I use bootstrap on my website and it uses

Code: Select all
*, *:before, *:after {
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
}


for all buttons.

Now i just installed arrowchat scrip and i have a problem with this rule from above, it ruins my css from arrowchat. I tryed to add

Code: Select all
-webkit-box-sizing:content-box !important;


to my arrowchat class but still it doesnt affect with anything. Can someone give me a solution for this?
User avatar
Azarshin
Free
 
Posts: 3
Joined: 24 Mar 2015, 06:07

 

by Azarshin 24 Mar 2015, 06:27

Image
User avatar
Azarshin
Free
 
Posts: 3
Joined: 24 Mar 2015, 06:07

 

by Azarshin 25 Mar 2015, 02:58

up