Skip to content
Snippets Groups Projects
Commit d6b74cd4 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

remove fixed alpha from mark/pub unset icons, update checkbox styling

parent 1c51dc73
No related branches found
No related tags found
No related merge requests found
......@@ -407,6 +407,17 @@ a.hlFeed:hover {
img.markedPic, img.pubPic {
cursor : pointer;
vertical-align : middle;
opacity : 0.5;
-webkit-transition : opacity 0.25s;
transition : opacity 0.25s;
}
img.markedPic:hover, img.pubPic:hover {
opacity : 1;
}
img[src*='pub_set.png'], img[src*='mark_set.png'] {
opacity : 1;
}
div.tagCloudContainer {
......@@ -1188,4 +1199,21 @@ div.enclosure_title {
}
.claro .dijitCheckBox {
background-image : url("../images/untick.png");
background-color : transparent;
width : 16px;
height : 16px;
background-position : center center;
opacity : 0.6;
-webkit-transition : opacity 0.5s;
transition : opacity 0.5s;
}
.claro .dijitCheckBox:hover {
opacity : 1;
}
.claro .dijitCheckBox.dijitCheckBoxChecked {
background-image : url("../images/tick.png");
opacity : 1;
}
images/mark_unset.png

610 B | W: | H:

images/mark_unset.png

623 B | W: | H:

images/mark_unset.png
images/mark_unset.png
images/mark_unset.png
images/mark_unset.png
  • 2-up
  • Swipe
  • Onion skin
images/pub_unset.png

718 B | W: | H:

images/pub_unset.png

717 B | W: | H:

images/pub_unset.png
images/pub_unset.png
images/pub_unset.png
images/pub_unset.png
  • 2-up
  • Swipe
  • Onion skin
images/tick.png

537 B

images/untick.png

518 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment