diff --git a/files/assets/css/4chan.css b/files/assets/css/4chan.css index 799b43bf5..b2450c29c 100644 --- a/files/assets/css/4chan.css +++ b/files/assets/css/4chan.css @@ -28,10 +28,6 @@ color: var(--primary) !important; } -.modal .comment-actions a { - color: var(--gray-500); -} - .navbar-light .navbar-nav .nav-link .fa, .navbar-light .navbar-nav .nav-link .fas, .navbar-light .navbar-nav .nav-link .far, .navbar-light .navbar-nav .nav-link .fab { color: var(--black); } @@ -155,3 +151,7 @@ blockquote a { h5.post-title a:visited { color: #949494 !important; } + +.comment-actions > * { + color: var(--gray-500); +} diff --git a/files/assets/css/coffee.css b/files/assets/css/coffee.css index 6c598cf8d..427bfed3d 100644 --- a/files/assets/css/coffee.css +++ b/files/assets/css/coffee.css @@ -66,10 +66,6 @@ blockquote { color: var(--black) !important; } -.modal .comment-actions a { - color: var(--gray-200); -} - .navbar-light .navbar-nav .nav-link .fa, .navbar-light .navbar-nav .nav-link .fas, .navbar-light .navbar-nav .nav-link .far, .navbar-light .navbar-nav .nav-link .fab { color: var(--black); } @@ -107,3 +103,7 @@ blockquote { h5.post-title a:visited { color: #949494 !important; } + +.comment-actions > * { + color: var(--gray-200); +} diff --git a/files/assets/css/main.css b/files/assets/css/main.css index c645613a5..70ac9a703 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4,6 +4,9 @@ button { border: none; padding: 0; margin: 0; + color: var(--primary); + text-decoration: none; + background-color: transparent; } *, *::before, *::after { box-sizing: border-box; @@ -3808,10 +3811,6 @@ small, .small { .modal .comment-actions .list-group-item:focus, .modal .comment-actions .list-group-item:hover { background-color: var(--gray-300) !important; } -.modal .comment-actions a { - color: var(--gray-100); - font-size: 1rem; -} .modal .comment-actions .fa, .modal .comment-actions .fas, .modal .comment-actions .far { width: 1.25rem; font-size: 1rem; @@ -3845,9 +3844,6 @@ small, .small { .comment-actions .dropdown-item:hover .fa, .comment-actions .dropdown-item:hover .fas, .comment-actions .dropdown-item:hover .far { color: var(--black); } -.comment-actions a:hover .fa, .comment-actions a:hover .fas, .comment-actions a:hover .far { - color: var(--black); -} .comment-actions .fas.fa-ellipsis-h { font-size: 1.25rem; vertical-align: bottom; @@ -3867,13 +3863,6 @@ small, .small { .comment-actions .list-inline .list-inline-item .dropdown-item:active { color: var(--black); } -.comment-actions a { - color: var(--gray-100); - text-decoration: none; -} -.comment-actions a:hover, .comment-actions .copy-link:hover { - color: var(--black); -} .comment-actions .dropdown-item:hover { color: var(--black); } @@ -6192,10 +6181,6 @@ g { text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black !important; } -.modal .comment-actions a { - font-weight: 600; -} - div.custom-control:last-of-type { margin-bottom: 1rem; } @@ -6336,3 +6321,16 @@ div.markdown { display: none !important; } } + +.comment-actions > * { + color: var(--gray-100); + text-decoration: none; + text-align: left; + margin-bottom: 2px; + font-size: 1rem; + font-weight: 600; +} + +.comment-actions *:hover { + color: var(--black); +} diff --git a/files/assets/css/win98.css b/files/assets/css/win98.css index 2faf7424c..0109a4013 100644 --- a/files/assets/css/win98.css +++ b/files/assets/css/win98.css @@ -131,10 +131,6 @@ blockquote { color: var(--muted) !important; } -.modal-header, .modal .comment-actions a, .modal-title { - color: var(--white) !important; -} - .text-info { color: var(--primary) !important; @@ -169,3 +165,7 @@ blockquote { h5.post-title a:visited { color: #5c5c5c !important; } + +.comment-actions > * { + color: var(--white); +} diff --git a/files/templates/comments.html b/files/templates/comments.html index d822ab14e..4ef60a556 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -212,7 +212,7 @@

 				
 			
@@ -272,8 +272,8 @@
 								
 							
 						
-						Save Edit 
-						Cancel 
+						 
+						 
 					
 					
Formatting help
@@ -427,9 +427,9 @@ {% endif %} {% if v.id != c.author_id and not c.ghost %} - Unblock user + - Block user + {% endif %} {% if c.post %} @@ -518,7 +518,7 @@ - Cancel +
Formatting help
@@ -527,7 +527,7 @@ {% if request.path.startswith('/transfers') %} - + {% endif %} {% if render_replies %} @@ -570,7 +570,7 @@ {% endif %} - Cancel +
@@ -599,49 +599,49 @@ Context - Copy link + {% if v %} - Report + {% if FEATURES['AWARDS'] -%} - Give Award + {%- endif %} - Save + - Unsave + {% if c.author_id == v.id %} - Edit + - Undelete + - Delete + {% else %} {% if c.body %} - View source + {% endif %} {% if not c.ghost %} - Unblock user + - Block user + {% endif %} {% endif %} {% if c.author_id == v.id or (c.post.sub and v.mods(c.post.sub)) %} - Mark +18 - Unmark +18 + + {% endif %} {% if v.admin_level < PERMS['POST_COMMENT_MODERATION'] %} {% if c.post and v.id == c.post.author_id %} - Pin - Unpin + + {% elif c.post.sub and v.mods(c.post.sub) %} - Pin - Unpin + + {% endif %} {% endif %} @@ -678,27 +678,27 @@