MozReview: Update dialog and comment dialog styles (Bug 1056377). r?smacleod draft
authorDavid Walsh <dwalsh@mozilla.com>
Mon, 11 Jul 2016 15:16:46 -0500
changeset 8796 63d55a857a5d69e12c52dbba642bda7932660d5b
parent 8795 1a752f445f3aa1fd0983f05d5b74818e977afe06
push id996
push userbmo:dwalsh@mozilla.com
push dateMon, 11 Jul 2016 20:18:09 +0000
reviewerssmacleod
bugs1056377
MozReview: Update dialog and comment dialog styles (Bug 1056377). r?smacleod MozReview-Commit-ID: LyKT5bAmGdy
pylib/mozreview/mozreview/static/mozreview/css/mozilla-theme.less
--- a/pylib/mozreview/mozreview/static/mozreview/css/mozilla-theme.less
+++ b/pylib/mozreview/mozreview/static/mozreview/css/mozilla-theme.less
@@ -264,8 +264,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);
+}