Merge remote branch 'kc/new/enh/bug_3659' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 5a09fb6..49ed8c3 100644 (file)
@@ -237,11 +237,11 @@ table {
        border-right : 1px solid #BCBCBC;
 }
 
-table.invis{
-       border : white;
-}
-table.invis tr,table.invis td {
-       border : white;
+table.invis,
+table.invis tr,
+table.invis td,
+tr.highlight table.invis td {
+       border : none;
 }
 
 td, th {
@@ -304,7 +304,7 @@ tr.onissue td {
        background-color: #FFFFCC;
 }
 
-tr.highlight.onissue td {
+tr.odd.onissue td {
        background-color: #FFFFE1;
 }
 
@@ -1123,6 +1123,10 @@ div.first fieldset {
        margin : .4em;
        padding : .4em .4em .4em 25px;
  }
+
+ .dialog input[type="submit"] {
+       background : #FFF none;
+ }
  
 .dialog input.approve, td input.approve {
        background : #FFF url(../../img/approve.gif) no-repeat 4px center;