Skip to content

Commit 44584e8

Browse files
Theme: Restored comments for the ThemeRoller
1 parent 6e7b527 commit 44584e8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

themes/base/theme.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/* Component containers
1616
----------------------------------*/
1717
.ui-widget {
18-
font-family: Arial, Helvetica, sans-serif/*{ffDefault}*//*{ffDefault}*/;
18+
font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
1919
font-size: 1em/*{fsDefault}*/;
2020
}
2121
.ui-widget .ui-widget {
@@ -25,20 +25,20 @@
2525
.ui-widget select,
2626
.ui-widget textarea,
2727
.ui-widget button {
28-
font-family: Arial, Helvetica, sans-serif/*{ffDefault}*//*{ffDefault}*/;
28+
font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
2929
font-size: 1em;
3030
}
3131
.ui-widget-content {
3232
border: 1px solid #dddddd/*{borderColorContent}*/;
33-
background: #ffffff/*{bgColorContent}*/;
33+
background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
3434
color: #333333/*{fcContent}*/;
3535
}
3636
.ui-widget-content a {
3737
color: #333333/*{fcContent}*/;
3838
}
3939
.ui-widget-header {
4040
border: 1px solid #dddddd/*{borderColorHeader}*/;
41-
background: #e9e9e9/*{bgColorHeader}*/;
41+
background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
4242
color: #333333/*{fcHeader}*/;
4343
font-weight: bold;
4444
}
@@ -52,7 +52,7 @@
5252
.ui-widget-content .ui-state-default,
5353
.ui-widget-header .ui-state-default {
5454
border: 1px solid #c5c5c5/*{borderColorDefault}*/;
55-
background: #f6f6f6/*{bgColorDefault}*/;
55+
background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
5656
font-weight: normal/*{fwDefault}*/;
5757
color: #333333/*{fcDefault}*/;
5858
}
@@ -69,7 +69,7 @@
6969
.ui-widget-content .ui-state-focus,
7070
.ui-widget-header .ui-state-focus {
7171
border: 1px solid #cccccc/*{borderColorHover}*/;
72-
background: #ededed/*{bgColorHover}*/;
72+
background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
7373
font-weight: normal/*{fwDefault}*/;
7474
color: #333333/*{fcHover}*/;
7575
}
@@ -88,7 +88,7 @@
8888
.ui-widget-content .ui-state-active,
8989
.ui-widget-header .ui-state-active {
9090
border: 1px solid #003eff/*{borderColorActive}*/;
91-
background: #007fff/*{bgColorActive}*/;
91+
background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
9292
font-weight: normal/*{fwDefault}*/;
9393
color: #ffffff/*{fcActive}*/;
9494
}
@@ -105,7 +105,7 @@
105105
.ui-widget-content .ui-state-highlight,
106106
.ui-widget-header .ui-state-highlight {
107107
border: 1px solid #aede00/*{borderColorHighlight}*/;
108-
background: #cdfd34/*{bgColorHighlight}*/;
108+
background: #cdfd34/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
109109
color: #363636/*{fcHighlight}*/;
110110
}
111111
.ui-state-highlight a,
@@ -117,7 +117,7 @@
117117
.ui-widget-content .ui-state-error,
118118
.ui-widget-header .ui-state-error {
119119
border: 1px solid #cd0a0a/*{borderColorError}*/;
120-
background: #ff9999/*{bgColorError}*/;
120+
background: #ff9999/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
121121
color: #cd0a0a/*{fcError}*/;
122122
}
123123
.ui-state-error a,

0 commit comments

Comments
 (0)