summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/sampler/prominentprimaryaction
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/ITMILL/themes/sampler/prominentprimaryaction')
-rw-r--r--WebContent/ITMILL/themes/sampler/prominentprimaryaction/prominentbg.pngbin2036 -> 0 bytes
-rw-r--r--WebContent/ITMILL/themes/sampler/prominentprimaryaction/styles.css23
2 files changed, 0 insertions, 23 deletions
diff --git a/WebContent/ITMILL/themes/sampler/prominentprimaryaction/prominentbg.png b/WebContent/ITMILL/themes/sampler/prominentprimaryaction/prominentbg.png
deleted file mode 100644
index cef6bec5cd..0000000000
--- a/WebContent/ITMILL/themes/sampler/prominentprimaryaction/prominentbg.png
+++ /dev/null
Binary files differ
diff --git a/WebContent/ITMILL/themes/sampler/prominentprimaryaction/styles.css b/WebContent/ITMILL/themes/sampler/prominentprimaryaction/styles.css
deleted file mode 100644
index ff096097bb..0000000000
--- a/WebContent/ITMILL/themes/sampler/prominentprimaryaction/styles.css
+++ /dev/null
@@ -1,23 +0,0 @@
-.v-button-primary {
- /* PNG with alpha as background */
- background: #66aa00 url(prominentbg.png) bottom right;
- /* make PNG work in IE */
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/ITMILL/themes/sampler/prominentprimaryaction/prominentbg.png", sizingMethod="scale");
- border: 2px solid #66aa00;
- /* make some extra room */
- padding: 10px;
- /* round corners for browsers that support it */
- -moz-border-radius: 9px;
- -webkit-border-radius: 9px;
- border-radius: 9px;
-}
-.v-button-primary:hover {
- /* changing color works due to PNG with alpha */
- background-color: #ff9000;
- border-color: #ff9000;
-}
-.v-button-primary span {
- /* big white caption */
- color: #fff;
- font-size: 26px;
-} \ No newline at end of file