MozReview: Update dialog and comment dialog styles (Bug 1056377). r?smacleod draft
authorDavid Walsh <dwalsh@mozilla.com>
Thu, 23 Jun 2016 12:24:07 -0500
changeset 8782 dbd33d94f8b676af8d681ce2c3ec7659b1bb5e8c
parent 8781 0d70635aa5a6eeeafa7560c86f9573d67896e35d
child 8783 b49f48441ccd93f08e2146f7fcaaf038cf75724a
push id991
push userbmo:dwalsh@mozilla.com
push dateMon, 11 Jul 2016 18:43:30 +0000
reviewerssmacleod
bugs1056377
MozReview: Update dialog and comment dialog styles (Bug 1056377). r?smacleod MozReview-Commit-ID: 601q7g38Iiz
pylib/mozreview/mozreview/static/mozreview/css/common.less
--- a/pylib/mozreview/mozreview/static/mozreview/css/common.less
+++ b/pylib/mozreview/mozreview/static/mozreview/css/common.less
@@ -310,17 +310,16 @@ body.datagrid-page {
     }
 
     .datagrid-wrapper {
       .datagrid-titlebox {
         margin-left: 0;
       }
     }
 
-
     .datagrid-title-tabs .datagrid-tab {
       border: 0;
 
       &.active {
         background: #d4dde4;
       }
 
       &:first-child {
@@ -369,8 +368,32 @@ body.datagrid-page {
   .filename-row th {
     background: @moz-blue-dark;
   }
 
   .revision-row th .rb-icon {
     vertical-align: sub;
   }
 }
+
+/* Dialogs */
+.modalbox-inner, .modalbox-title, .modalbox {
+  background-image: none;
+  .border-radius(0);
+}
+
+.modalbox-title {
+  background: @moz-blue-dark;
+  border-bottom-color: #888a85;
+}
+
+.modalbox-inner {
+  background: @moz-blue-light;
+}
+
+.modalbox-bg {
+  background: rgba(255, 255, 255, 0.6) !important; /* overriding JS */
+}
+
+/* Comment Dialogs */
+.comment-dlg {
+  .border-radius(0);
+}