summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-07-02 18:32:13 +0200
committerAleksander Machniak <alec@alec.pl>2014-07-02 18:32:13 +0200
commit0fbb27d2190a30fae876dfcc913372191444356b (patch)
tree5a5f9e1280003285e6e093127fb359843685fa41 /skins
parentef51ae6d193e22e6b7662a632d37479519c5bf97 (diff)
Move all filter:(opacity=X) styles to legacy_browser plugin
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index ce3b98082..38c77833e 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -262,7 +262,6 @@ input.button[disabled]:hover {
a.button.disabled span.inner {
opacity: 0.4;
- filter: alpha(opacity=40);
}
.buttongroup a.button {
@@ -465,7 +464,6 @@ a.iconbutton {
a.iconbutton.disabled {
opacity: 0.4;
- filter: alpha(opacity=40);
cursor: default;
}
@@ -868,7 +866,6 @@ a.iconlink.upload {
.minimal #topline:hover {
top: 0px;
opacity: 0.94;
- filter: alpha(opacity=94);
-webkit-transition: top 0.3s ease-in-out;
-moz-transition: top 0.3s ease-in-out;
-o-transition: top 0.3s ease-in-out;
@@ -1481,7 +1478,6 @@ ul.treelist li.selected > div.expanded {
.boxfooter .listbutton.disabled .inner {
opacity: 0.4;
- filter: alpha(opacity=40);
}
.boxfooter .countdisplay {
@@ -1524,7 +1520,6 @@ ul.treelist li.selected > div.expanded {
.boxpagenav a.icon.disabled {
opacity: 0.4;
- filter: alpha(opacity=40);
}
.centerbox {
@@ -2050,7 +2045,6 @@ ul.proplist li {
.toolbar a.button.disabled {
opacity: 0.4;
- filter: alpha(opacity=40);
}
.dropbutton {
@@ -2079,7 +2073,6 @@ ul.proplist li {
.dropbutton a.button.disabled + .dropbuttontip {
opacity: 0.5;
- filter: alpha(opacity=50);
}
.dropbutton a.button.disabled + .dropbuttontip:hover {
@@ -2240,7 +2233,6 @@ select.decorated {
opacity: 0;
height: 22px;
cursor: pointer;
- filter: alpha(opacity=0);
-khtml-appearance: none;
-webkit-appearance: none;
border: 0;
@@ -2440,12 +2432,10 @@ ul.toolbarmenu li span.icon {
background-position: -100px 0;
background-repeat: no-repeat;
opacity: 0.2;
- filter: alpha(opacity=20);
}
ul.toolbarmenu li a.active span.icon {
opacity: 0.99;
- filter: alpha(opacity=100);
}
ul.toolbarmenu li span.read {
@@ -2595,7 +2585,6 @@ ul.toolbarmenu li span.copy {
color: #ccc;
white-space: nowrap;
opacity: 0.92;
- filter: alpha(opacity=92);
text-shadow: 0px 1px 1px #333;
}