Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2017-04-22 15:14:37 +0300
committerThomas Bruederli <thomas@roundcube.net>2017-04-22 15:14:37 +0300
commit7ead15244593fdfa8d0a1f228f5d6791d74e6ea4 (patch)
tree65e8b7879d9804d6c4247efc73301cce1fea0f92 /skins
parentd4e4cfef926b1379fc28a11862d80ea169d1c71b (diff)
Remove gradient from record-table headers
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 119c04280..d9bd90ee6 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1426,10 +1426,6 @@ table.records-table {
font-size: 11px;
font-weight: bold;
background: #d6eaf3;
- background: -moz-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
- background: -webkit-gradient(linear, left top, right top, color-stop(0,#e3f2f6), color-stop(8%,#d6eaf3), color-stop(100%,#d6eaf3));
- background: -ms-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px ,#d6eaf3 100%);
- background: linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
border-left: 1px solid #bbd3da;
padding: 8px 7px;
overflow: hidden;