Quote from
luishp on October 7, 2019, 10:30 am
@asmat note that your CSS has a .btn class, with the same name than the already present in BootStrap (conflict).
So, I think you should change your class name for something like .btncustom and also be sure to eliminate previous BootStrap classes using RemoveClass in page-enter:
RemoveClass "PushButton1" "btn"
RemoveClass "PushButton1" "btn-default"
Take a look at my attached sample (modified @farhad2008 sample)
@asmat note that your CSS has a .btn class, with the same name than the already present in BootStrap (conflict).
So, I think you should change your class name for something like .btncustom and also be sure to eliminate previous BootStrap classes using RemoveClass in page-enter:
RemoveClass "PushButton1" "btn"
RemoveClass "PushButton1" "btn-default"
Take a look at my attached sample (modified @farhad2008 sample)
Uploaded files:- You need to login to have access to uploads.
farhad2008 and asmat have reacted to this post.