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 8604 efcdc8ed0c729a1ff1488873761c6082e5407727
parent 8603 8bf78ae198669ca1f04fb9c7265be701b99a33ec
child 8605 baea6e994e6647b6fac6a596f446823b59ed1bee
child 8716 39f444bb67fa607ba2450ba90ca16b519d3afefa
child 8717 fa5eaa72584a6fcfd0c2a0979aca477088461ae3
push id943
push userbmo:dwalsh@mozilla.com
push dateFri, 24 Jun 2016 17:39:03 +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);
+}