Introduction
Introduction Statistics Contact Development Disclaimer Help
datepicker, treeview: compress images better - jscancer - Javascript crap (rela…
git clone git://git.codemadness.org/jscancer
Log
Files
Refs
README
LICENSE
---
commit ba2f70be3d13bb1cedb16996d667c6a221a03f3d
parent 84c2504d86a5fec3c8cbcc3d6f908268bdaf0637
Author: Hiltjo Posthuma <[email protected]>
Date: Thu, 4 Apr 2019 18:48:27 +0200
datepicker, treeview: compress images better
saves a few bytes
Diffstat:
M datepicker/datepicker.css | 4 +---
M treeview/treeview.css | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/datepicker/datepicker.css b/datepicker/datepicker.css
@@ -70,9 +70,7 @@ table.datepicker tbody tr td.v:hover {
color: #fff;
}
input.datepicker {
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA…
- background-position: 3px center;
- background-repeat: no-repeat;
+ background: no-repeat 3px center url("data:image/png;base64,iVBORw0KGg…
padding: 5px 3px 5px 20px;
width: 14ex;
}
diff --git a/treeview/treeview.css b/treeview/treeview.css
@@ -5,7 +5,7 @@
.tree.active li.n {
color: #ff0000;
cursor: pointer;
- list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA…
+ list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA…
user-select: none;
-moz-user-select: none;
}
@@ -14,7 +14,7 @@
}
.tree.active li.n.open {
color: green;
- list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA…
+ list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA…
}
.tree.active li.open > ul {
display: block;
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.