Commit 7ce858cd0d8ce20d027131a0cd37ecbff2c43916
1 parent
295bf687
Exists in
master
and in
3 other branches
Adjusts
Showing
3 changed files
with
7 additions
and
4 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
@@ -1087,6 +1087,8 @@ li.item .notify_badge { | @@ -1087,6 +1087,8 @@ li.item .notify_badge { | ||
1087 | .comment-section { | 1087 | .comment-section { |
1088 | max-height: 700px; | 1088 | max-height: 700px; |
1089 | overflow-y: scroll; | 1089 | overflow-y: scroll; |
1090 | + border-top-width: 1px; | ||
1091 | + border-top-style: solid; | ||
1090 | } | 1092 | } |
1091 | 1093 | ||
1092 | .comment { | 1094 | .comment { |
amadeus/static/css/themes/green.css
@@ -513,7 +513,7 @@ a.add-row { | @@ -513,7 +513,7 @@ a.add-row { | ||
513 | } | 513 | } |
514 | 514 | ||
515 | .post .post-user, .comment .comment-user, .marked_user { | 515 | .post .post-user, .comment .comment-user, .marked_user { |
516 | - color: #4caf50; | 516 | + color: #26A69A; |
517 | } | 517 | } |
518 | 518 | ||
519 | .post .post-user .user-action { | 519 | .post .post-user .user-action { |
@@ -526,7 +526,7 @@ a.add-row { | @@ -526,7 +526,7 @@ a.add-row { | ||
526 | 526 | ||
527 | .post .post-comment { | 527 | .post .post-comment { |
528 | border-top-color: #888888; | 528 | border-top-color: #888888; |
529 | - background: #D5D5D5; | 529 | + background: #e5e5e5; |
530 | } | 530 | } |
531 | 531 | ||
532 | .post .post-comment .comment-field div { | 532 | .post .post-comment .comment-field div { |
@@ -535,7 +535,8 @@ a.add-row { | @@ -535,7 +535,8 @@ a.add-row { | ||
535 | } | 535 | } |
536 | 536 | ||
537 | .comment-section { | 537 | .comment-section { |
538 | - background: #D5D5D5; | 538 | + background: #f5f5f5; |
539 | + border-top-color: #AAAAAA; | ||
539 | } | 540 | } |
540 | 541 | ||
541 | .comment .comment-user .user-action { | 542 | .comment .comment-user .user-action { |
@@ -559,7 +560,7 @@ a.add-row { | @@ -559,7 +560,7 @@ a.add-row { | ||
559 | } | 560 | } |
560 | 561 | ||
561 | .post-filter h4 { | 562 | .post-filter h4 { |
562 | - color: #4caf50; | 563 | + color: #26A69A; |
563 | } | 564 | } |
564 | 565 | ||
565 | .post-filter label { | 566 | .post-filter label { |