Commit ad93470b6b850fddca73d851dc4fc588436af254
1 parent
d323564f
Exists in
master
and in
13 other branches
Missing fix on screen css
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/static/css/screen.css
| @@ -261,6 +261,7 @@ ul.unstyled-list .glyphicon-chevron-right { | @@ -261,6 +261,7 @@ ul.unstyled-list .glyphicon-chevron-right { | ||
| 261 | .toggle-reply:focus { | 261 | .toggle-reply:focus { |
| 262 | background-color: #aaa; | 262 | background-color: #aaa; |
| 263 | border-color: #999; | 263 | border-color: #999; |
| 264 | +} | ||
| 264 | 265 | ||
| 265 | /* Converse JS */ | 266 | /* Converse JS */ |
| 266 | 267 |