summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-23 15:45:20 +0400
committerAndrew Dolgov <[email protected]>2013-01-23 15:45:20 +0400
commit1db00af8ade213ed7b2f666dc123b8b09e44b8d1 (patch)
tree4c85983b8889c47397325e6fb5064f54aadfbe50 /tt-rss.css
parent96f0a3e79d7c01831472b1e58b2a7646fbb7deff (diff)
remove arrowheads from headline subtoolbar
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/tt-rss.css b/tt-rss.css
index ee52454cf..5f4f69f9f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -530,44 +530,10 @@ div#headlines-toolbar .dijitSelect {
div#headlines-toolbar span.r {
float: right;
position: relative;
- background : #ecf4ff;
- border-left: 5px solid white;
padding : 0 4px 0px 4px;
text-align : right;
}
-/* http://css-tricks.com/adobe-like-arrow-headers/ */
-
-@media screen and (-webkit-min-device-pixel-ratio:0) {
- div#headlines-toolbar span.r:before,
- div#headlines-toolbar span.r:after {
- content: "";
- position: absolute;
- /* Pushed down half way, will get pulled back up half height of triangle
- ensures centering if font-size or line-height changes */
- top: 50%;
- width: 0;
- height: 0;
- }
- div#headlines-toolbar span.r:before {
- left: -12px;
- /* Triangle */
- border-top: 8px solid transparent;
- border-bottom: 8px solid transparent;
- border-right: 8px solid white;
- /* Pull-up */
- margin-top: -8px;
- }
- div#headlines-toolbar span.r:after {
- /* Smaller and different position triangle */
- left: -5px;
- border-top: 6px solid transparent;
- border-bottom: 6px solid transparent;
- border-right: 6px solid #ecf4ff;
- margin-top: -6px;
- }
-}
-
div#headlines-toolbar span.r span.error {
color : red;
}