| 1234567891011121314 |
- /* Default button colors for non Beaver Builder themes.
- ------------------------------------------------------ */
- .fl-builder-content a.fl-button,
- .fl-builder-content a.fl-button:visited {
- background: #fafafa;
- border: 1px solid #ccc;
- color: #333;
- }
- .fl-builder-content a.fl-button *,
- .fl-builder-content a.fl-button:visited * {
- color: #333;
- }
|