Skip to content
Snippets Groups Projects
Commit 1811609e authored by Anika Henke's avatar Anika Henke
Browse files

re-added font-size to .ui-widget of jqueryui theme to make programmatical...

re-added font-size to .ui-widget of jqueryui theme to make programmatical removing of font-family easier
parent c81eb132
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@
/* Component containers
----------------------------------*/
.ui-widget { font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment