Kaynağa Gözat

CDR: Integrate existing permissions for Recording Playback and Download buttons.
Misc: Background visual adjustments for Playback and Download icons.

Nate Jones 10 yıl önce
ebeveyn
işleme
0fc963e974
2 değiştirilmiş dosya ile 20 ekleme ve 0 silme
  1. 10 0
      themes/enhanced/template.php
  2. 10 0
      themes/minimized/template.php

+ 10 - 0
themes/enhanced/template.php

@@ -450,6 +450,16 @@ table.tr_hover tr:hover td a {
 	white-space: nowrap;
 }
 
+.row_style_hor_mir_grad {
+	background: -moz-linear-gradient(left, #e5e9f0 0%, #ffffff 25%, #ffffff 75%, #e5e9f0 100%);
+	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e9f0), color-stop(25%,#ffffff), color-stop(75%,#ffffff), color-stop(100%,#e5e9f0));
+	background: -webkit-linear-gradient(left, #e5e9f0 0%,#ffffff 25%,#ffffff 75%,#e5e9f0 100%);
+	background: -o-linear-gradient(left, #e5e9f0 0%,#ffffff 25%,#ffffff 75%,#e5e9f0 100%);
+	background: -ms-linear-gradient(left, #e5e9f0 0%,#ffffff 25%,#ffffff 75%,#e5e9f0 100%);
+	background: linear-gradient(to right, #e5e9f0 0%,#ffffff 25%,#ffffff 75%,#e5e9f0 100%);
+	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e9f0', endColorstr='#e5e9f0',GradientType=1 );
+	}
+
 .row_stylebg {
 	border-bottom: 1px solid #b9c5d8;
 	background-color: #f0f2f6;

+ 10 - 0
themes/minimized/template.php

@@ -450,6 +450,16 @@ table.tr_hover tr:hover td a {
 	white-space: nowrap;
 }
 
+.row_style_hor_mir_grad {
+	background: -moz-linear-gradient(left, #e5e9f0 0%, #fff 25%, #fff 75%, #e5e9f0 100%);
+	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e9f0), color-stop(25%,#fff), color-stop(75%,#fff), color-stop(100%,#e5e9f0));
+	background: -webkit-linear-gradient(left, #e5e9f0 0%,#fff 25%,#fff 75%,#e5e9f0 100%);
+	background: -o-linear-gradient(left, #e5e9f0 0%,#fff 25%,#fff 75%,#e5e9f0 100%);
+	background: -ms-linear-gradient(left, #e5e9f0 0%,#fff 25%,#fff 75%,#e5e9f0 100%);
+	background: linear-gradient(to right, #e5e9f0 0%,#fff 25%,#fff 75%,#e5e9f0 100%);
+	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e9f0', endColorstr='#e5e9f0',GradientType=1 );
+	}
+
 .row_stylebg {
 	border-bottom: 1px solid #b9c5d8;
 	background-color: #f0f2f6;