diff options
Diffstat (limited to 'WebContent/ITMILL/themes/default/link/link.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/link/link.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/link/link.css b/WebContent/ITMILL/themes/default/link/link.css new file mode 100644 index 0000000000..43a97d5f3f --- /dev/null +++ b/WebContent/ITMILL/themes/default/link/link.css @@ -0,0 +1,24 @@ +/** + * Link component styles + * (useless to move into a separate file) + */ +.i-link a { + font-size: 13px; + line-height: 18px; + color: #464f52; + vertical-align: middle; + text-decoration: none; +} + +.i-link span { + text-decoration: underline; +} + +.i-disabled a { + cursor: default; +} + +.i-link img { + vertical-align: middle; + border:none; +} |