I'm working with liferay 6.2 and I would like to apply css style on a button (I want to use twitter bootstrap, as liferay provides bootstrap for ui development). please help.
Asked
Active
Viewed 256 times
0
-
1What did you try already? What doesn't work? What works? How do you generate your button? Give code – Olaf Kock Aug 18 '14 at 17:01
-
I wanted to use Glyphicons. I tryed `
- glyphicon glyphicon-plus
` but it didn't work. please help – user3845254 Aug 19 '14 at 08:48
1 Answers
1
Kindly add below code into your CSS file:
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");
Related Question: Bootstrap 3 unable to display glyphicon properly

Community
- 1
- 1

Kushal Jayswal
- 925
- 1
- 12
- 31