about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-07-28 15:30:53 +0200
committerGitHub <noreply@github.com>2017-07-28 15:30:53 +0200
commitb3c44e95a99361eb45039bb17650af839fff90d0 (patch)
tree53e29b10359597462d4f9843dbf21ffc29923594 /app
parent8c0dd33ce44f25b45af4e9a3acd18134be1b3ebf (diff)
Improve actions modal style (#4423)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index f03ed6c69..8b18d5b5c 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -3430,6 +3430,15 @@ button.icon-button.active i.fa-retweet {
   }
 }
 
+.actions-modal {
+  .status {
+    background: $white;
+    border-bottom-color: $ui-secondary-color;
+    padding-top: 10px;
+    padding-bottom: 10px;
+  }
+}
+
 .boost-modal__container {
   overflow-x: scroll;
   padding: 10px;