diff options
Diffstat (limited to 'js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css')
| -rw-r--r-- | js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css new file mode 100644 index 0000000..49a7f6c --- /dev/null +++ b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css @@ -0,0 +1,70 @@ +.feedViewerEntry { + background: #F0F0F0; + padding: 2px; + overflow-x: auto; + overflow-y: auto; + cursor: pointer; +} + +.feedViewerEntry:hover { + background: #a6c2e7; + padding: 2px; +} + +.feedViewerEntrySelected { + color: #000000; + background: #C0C0C0; + text-align: left; + vertical-align: top; + padding-bottom: 2px; + padding: 2px; +} + +.feedViewerEntrySelected:hover { + background: #a6c2e7; + padding: 2px; +} + + +.feedViewerEntryUpdated { + text-align: left; + vertical-align: top; + color: #909090; + padding-bottom: 2px; + padding: 2px; +} + +.feedViewerEntryUpdatedSelected { + text-align: left; + vertical-align: top; + color: #000000; + padding-bottom: 2px; + padding: 2px; +} + + +.feedViewerEntryTitle { + color:#000000; + text-align: left; + text-decoration:none; + padding-left: 4px; + padding-bottom: 2px; +} +.feedViewerEntryTitle:hover { + color:#000000; + text-align: left; + text-decoration:underline; + padding-left: 4px; + padding-bottom: 2px; +} + +.feedViewerDeleteButton { + cursor: pointer; + color:#0000FF; + text-align: left; + font-size: small; +} + +.feedViewerDeleteButton:hover { + text-decoration: underline; +} |
