diff --git a/theme/standardblue/gradients.css b/theme/standardblue/gradients.css new file mode 100644 index 00000000000..1f66d8f5c3f --- /dev/null +++ b/theme/standardblue/gradients.css @@ -0,0 +1,19 @@ +/** + * Adds all the nice finish to the standard theme + * + */ + +th.header, +td.header, +div.header { + background-image:url(gradient.jpg); + background-position:top; + background-repeat:repeat-x; +} + +.navbar { + background-image:url(gradient.jpg); + background-position:top; + background-repeat:repeat-x; +} + diff --git a/theme/standardgreen/gradients.css b/theme/standardgreen/gradients.css new file mode 100644 index 00000000000..1f66d8f5c3f --- /dev/null +++ b/theme/standardgreen/gradients.css @@ -0,0 +1,19 @@ +/** + * Adds all the nice finish to the standard theme + * + */ + +th.header, +td.header, +div.header { + background-image:url(gradient.jpg); + background-position:top; + background-repeat:repeat-x; +} + +.navbar { + background-image:url(gradient.jpg); + background-position:top; + background-repeat:repeat-x; +} + diff --git a/theme/standardred/gradients.css b/theme/standardred/gradients.css new file mode 100644 index 00000000000..1f66d8f5c3f --- /dev/null +++ b/theme/standardred/gradients.css @@ -0,0 +1,19 @@ +/** + * Adds all the nice finish to the standard theme + * + */ + +th.header, +td.header, +div.header { + background-image:url(gradient.jpg); + background-position:top; + background-repeat:repeat-x; +} + +.navbar { + background-image:url(gradient.jpg); + background-position:top; + background-repeat:repeat-x; +} +