LP#1205190: quiet some CSS Mozilla extensions warnings.
authorPasi Kallinen <pasi.kallinen@pttk.fi>
Thu, 1 Aug 2013 08:21:17 +0000 (11:21 +0300)
committerMike Rylander <mrylander@gmail.com>
Fri, 30 Jun 2017 14:58:34 +0000 (10:58 -0400)
* -moz-dialog-text is actually -moz-dialogtext
* -moz-outline is deprecated, use outline
* -moz-border-radius has been removed, use border-radius
* -moz-border-radius-topleft (etc) are now border-top-left-radius
* Fix some other CSS errors.

Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Conflicts:
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/web/css/skin/default/register.css
Open-ILS/web/opac/skin/default/xml/home/homesearch.xml
Open-ILS/web/reports/oils_rpt.css
Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Open-ILS/xul/staff_client/server/serial/notes.xul
Open-ILS/xul/staff_client/server/skin/circ.css

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/web/css/skin/default/selfcheck.css
Open-ILS/web/opac/extras/slimpac/advanced.html
Open-ILS/web/opac/extras/slimpac/start.html
Open-ILS/web/opac/skin/default/css/layout.css
Open-ILS/web/reports/oils_rpt.css
Open-ILS/xul/staff_client/chrome/skin/browser.css
Open-ILS/xul/staff_client/server/admin/org_unit_settings.xhtml
Open-ILS/xul/staff_client/server/skin/circ.css

index 4c4e13f..00aebf1 100644 (file)
@@ -1470,9 +1470,7 @@ div#facet_sidebar {
 .facet_box_temp .header {
     height: 2.3em;
     background:[% css_colors.primary %];
-    -moz-border-top-left-radius: 5px;
     border-top-left-radius: 5px;
-    -moz-border-top-right-radius: 5px;
     border-top-right-radius: 5px;
     font-weight:bold;
     color:[% css_colors.text_invert %];
@@ -1825,7 +1823,6 @@ a.dash-link:hover { text-decoration: underline !important; }
     font-weight: bold; 
     text-decoration: none;
     cursor: pointer !important;
-    -moz-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid [% css_colors.primary %];
     background:  [% css_colors.primary_fade %];
index ad36885..37b8dff 100644 (file)
@@ -166,7 +166,6 @@ body {
     font-size: 94%;
     text-shadow: 1px 1px 1px #555555;
     cursor: pointer !important;
-    -moz-border-radius: 12px;
     border-radius: 12px;
     border: 1px solid #007a54;
     background: linear-gradient(#007a54, #00593d);
index fcff938..f3b831e 100644 (file)
@@ -13,7 +13,7 @@
                        .maintable {
                                border-collapse: collapse;
                                border: 3px solid #A7EA9D;
-                               -moz-border-radius: 6px;
+                               border-radius: 6px;
                                padding: 6px;
                                margin-top: 65px;
                        }
index e5cc48a..bb04f63 100644 (file)
@@ -13,7 +13,7 @@
                        .maintable {
                                border-collapse: collapse;
                                border: 3px solid #A7EA9D;
-                               -moz-border-radius: 6px;
+                               border-radius: 6px;
                                padding: 6px;
                                margin-top: 65px;
                        }
index b977d0b..f2f2e72 100644 (file)
@@ -41,7 +41,7 @@ table { border-collapse: collapse; }
 
 #content { min-height: 300px; }
 
-.canvas {  min-height: 300px; padding-left: 4px; -moz-border-radius: 6px;}
+.canvas {  min-height: 300px; padding-left: 4px; border-radius: 6px;}
 #canvas_main { padding-bottom: 4px; }
 
 #loading_div { width: 100%;}
@@ -140,7 +140,7 @@ a.authority-content { font-weight: bold; }
 
 .tor_pic { width: 17px; height: 17px; border: none;}
 
-.dim2_border { border: 1px solid #F06000; -moz-border-radius: 3px;}
+.dim2_border { border: 1px solid #F06000; border-radius: 3px;}
 
 .dim2 { 
        filter:alpha(opacity=50); 
@@ -162,7 +162,7 @@ a.authority-content { font-weight: bold; }
 .myopac_table td { padding: 3px; }
 .myopac_form_pic { width: 20px; height: 20px; }
 
-.tips { padding: 2px; text-align: center; border: solid #E0E0E0 3px; -moz-border-radius: 3px; width: 99%; }
+.tips { padding: 2px; text-align: center; border: solid #E0E0E0 3px; border-radius: 3px; width: 99%; }
 
 .holds_cell { border: 1px solid #E0E0E0; padding: 5px; width: 50%;}
 .myopac_update_cell { border: 3px solid #E0E0E0; width:100%; padding-top: 4px; padding-bottom: 4px;}
index 2bbbc19..17a71ed 100644 (file)
@@ -33,7 +33,7 @@ table { border-collapse: collapse; }
 }
 
 #oils_rpt_table tr {
-       border-radius: 5px 5px 5px 5px; 
+       border-radius: 5px 5px 5px 5px;
 }
 
 #oils_rpt_table td {
index 378a954..75416e8 100644 (file)
@@ -1338,8 +1338,8 @@ statusbarpanel#statusbar-display {
   border: 2px solid;
   border-right-width: 1px;
   border-bottom: none;
-  -moz-border-radius-topleft: 2px;
-  -moz-border-radius-topright: 2px;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 2px;
   -moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3);
   -moz-border-right-colors: rgba(0,0,0,.1);
   -moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3);
@@ -1348,8 +1348,8 @@ statusbarpanel#statusbar-display {
 .tabbrowser-tab:hover,
 .tabbrowser-tab[selected="true"] {
   border-width: 1px;
-  -moz-border-radius-topleft: 4px;
-  -moz-border-radius-topright: 4px;
+  border-top-left-radius: 4px;
+  border-top-right-radius: 4px;
   -moz-border-top-colors: ThreeDShadow;
   -moz-border-right-colors: ThreeDShadow;
   -moz-border-left-colors: ThreeDShadow;
@@ -1506,14 +1506,14 @@ tabpanels {
 .tabbrowser-arrowscrollbox > .scrollbutton-up {
   border-left-style: none;
   list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-start.png");
-  -moz-border-radius-topright: 2px;
+  border-top-right-radius: 2px;
 }
 
 .tabbrowser-arrowscrollbox > .scrollbutton-up[chromedir="rtl"] {
   border-left-style: solid;
   border-right-style: none;
-  -moz-border-radius-topleft: 2px;
-  -moz-border-radius-topright: 0px;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 0px;
   list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-end.png");
 }
 
@@ -1525,7 +1525,7 @@ tabpanels {
 .tabs-container > .tabs-newtab-button,
 .tabs-alltabs-button {
   border-right-style: none;
-  -moz-border-radius-topleft: 2px;
+  border-top-left-radius: 2px;
 }
 
 .tabbrowser-arrowscrollbox > .scrollbutton-down {
@@ -1537,8 +1537,8 @@ tabpanels {
 .tabs-container > stack[chromedir="rtl"] > .tabs-alltabs-button {
   border-left-style: none;
   border-right-style: solid;
-  -moz-border-radius-topleft: 0px;
-  -moz-border-radius-topright: 2px;
+  border-top-left-radius: 0px;
+  border-top-right-radius: 2px;
 }
 
 .tabbrowser-arrowscrollbox > .scrollbutton-down[chromedir="rtl"] {
@@ -1557,8 +1557,8 @@ tabpanels {
 
 .tabbrowser-arrowscrollbox > .tabs-newtab-button {
   width: 32px;
-  -moz-border-radius-topright: 2px;
-  -moz-border-radius-topleft: 2px;
+  border-top-right-radius: 2px;
+  border-top-left-radius: 2px;
 }
 
 .tabs-newtab-button > .toolbarbutton-icon {
@@ -1619,14 +1619,14 @@ stack[chromedir="rtl"] > hbox > .tabs-alltabs-box-animate {
   background: -moz-dialog url("chrome://browser/skin/tabbrowser/tab-active-bkgnd.png") repeat-x;
   border-left: 1px solid threedshadow;
   border-top: 1px solid threedshadow;
-  -moz-border-radius-topleft: 2px;
+  border-top-left-radius: 2px;
 }
 
 .tabs-container > .tabs-closebutton[chromedir="rtl"] {
   border-left: none;
   border-right: 1px solid threedshadow;
-  -moz-border-radius-topleft: 0px;
-  -moz-border-radius-topright: 2px;
+  border-top-left-radius: 0px;
+  border-top-right-radius: 2px;
 }
 
 #sidebar-box .tabs-closebutton {
@@ -1817,8 +1817,8 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   border-top: 1px solid ThreeDDarkShadow;
   border-bottom: 1px solid ThreeDDarkShadow;
   border-right-style: none;
-  -moz-border-radius-topleft: 21px;
-  -moz-border-radius-bottomleft: 21px;
+  border-top-left-radius: 21px;
+  border-bottom-left-radius: 21px;
   -moz-border-left-colors: ThreeDDarkShadow rgba(255, 255, 255, 0.4);
   background-position: 0 10px;
 }
@@ -2013,7 +2013,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   background: rgba(68, 68, 68, .9) url(KUI-background.png) repeat-x;
   color: white;
   border: 1px solid rgba(255, 255, 255, 0.15);
-  -moz-border-radius: 10px;
+  border-radius: 10px;
   margin-top: -1px;
   margin-left: -1px;
 }
@@ -2058,7 +2058,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
   margin: 0 1em 1em;
   width: 1.5em;
   height: 1.5em;
-  -moz-border-radius: .75em;
+  border-radius: .75em;
   background: rgba(0, 0, 0, .5);
   border: 1px solid rgba(255, 255, 255, .3);
   cursor: pointer;
index da3f4ae..82271c7 100644 (file)
@@ -55,7 +55,7 @@
                 
                 /*Standards compliant*/
                 border-bottom-left-radius:5px;
-                border-bottom-right-radius:5px;                
+                border-bottom-right-radius:5px;
             }
             
             .message_container {
index 27ae6ca..fa6210d 100644 (file)
@@ -88,15 +88,15 @@ treechildren::-moz-tree-row(backdate_failed,selected) {
 .checkin_screen_checkin_local_hold_as_transit { }
 
 #background-text { font-size: x-large; font-weight: bold; }
-#do_not_alert_on_precat_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#suppress_holds_and_transits_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
+#do_not_alert_on_precat_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#suppress_holds_and_transits_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
 #amnesty_mode_indicator { border: thick solid white; background-color: red; color: white; font-size: large; font-weight: bold; padding: 10px; padding-bottom: 25px; margin: 10px; }
-#checkin_auto_print_slips_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#checkin_clear_shelf_expired_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#checkin_auto_retarget_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#checkin_auto_retarget_all_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#checkin_local_hold_as_transit_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
-#checkin_manual_float_indicator { background-color: -moz-dialog; color: -moz-dialog-text; font-size: large; font-weight: bold; }
+#checkin_auto_print_slips_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#checkin_clear_shelf_expired_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#checkin_auto_retarget_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#checkin_auto_retarget_all_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#checkin_local_hold_as_transit_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
+#checkin_manual_float_indicator { background-color: -moz-dialog; color: -moz-dialogtext; font-size: large; font-weight: bold; }
 
 .big_emphasis1 { font-weight: bold; font-size: x-large; }
 .big_emphasis2 { font-weight: bold; font-size: large; }