diff --git a/css/screen.css b/css/screen.css index b9545ee..f97e18b 100644 --- a/css/screen.css +++ b/css/screen.css @@ -64,7 +64,7 @@ header .button, footer .button, .button.small { .smallogo { text-align: center; margin: 0; padding: 0; } -button:active, a:active, .button:active { +button:active, a:active, .button:active, input:active, input:focus { background: black !important; color: white !important; } @@ -171,14 +171,12 @@ canvas { margin: 0; padding: 0; font-size: 0.8em; -} - -#list p { font-weight: normal; text-overflow: ellipsis; display: block; white-space: nowrap; overflow: hidden; + opacity: .6; } #list h2 { @@ -186,6 +184,9 @@ canvas { padding: 0; font-weight: normal; font-size: 1.1em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } #list li { @@ -197,6 +198,23 @@ canvas { .blue #list li { border-bottom: 1px solid #2980b9; } .yellow #list li { border-bottom: 1px solid #f39c12; } +/* read items get subdued text and arrow color */ +.red #list li a, .red #list li:after { + color: #c0392b; +} +.white #list li a, .white #list li:after { + color: #bdc3c7; +} +.blue #list li a, .blue #list li:after { + color: #2980b9; +} +.yellow #list li a, .yellow #list li:after { + color: #f39c12; +} +#list li.unread a, #list li.unread:after { + color: inherit; +} + #list li:after { content: ""; position: absolute; @@ -207,11 +225,6 @@ canvas { font-family: "Entypo"; } -.red #list li:after { color: #c0392b; } -.white #list li:after { color: #bdc3c7; } -.blue #list li:after { color: #2980b9; } -.yellow #list li:after { color: #f39c12; } - #list li > a { display: block; padding: 5px 25px 5px 10px; @@ -219,10 +232,6 @@ canvas { outline: none; } -#list li.unread:after { - color: inherit; -} - #full.active { min-height: 100%; display: -moz-box; @@ -345,7 +354,7 @@ canvas { color: #2c3e50; } -#settings .version { +#settings .version, #settings .reset-info { padding-top: 1em; } diff --git a/index.html b/index.html index 344b1bf..dd5ddcc 100644 --- a/index.html +++ b/index.html @@ -35,8 +35,6 @@