1
0
Fork 0
forked from 0x2620/oxjs

update css

This commit is contained in:
rlx 2011-08-07 16:29:56 +00:00
commit 9ba2293467
3 changed files with 76 additions and 48 deletions

View file

@ -10,8 +10,9 @@ Base
a {
text-decoration: none;
}
a:hover {
a:hover, .OxLink:hover {
text-decoration: underline;
cursor: pointer;
}
body {
margin: 0;
@ -843,6 +844,17 @@ OxSelect
margin-right: -18px;
}
/*
================================================================================
Images
================================================================================
*/
.OxReflection > img {
-moz-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
}
/*
================================================================================
Layers
@ -950,10 +962,6 @@ Lists
top: 0;
right: 0;
margin: auto;
//-moz-border-radius: 4px;
//-webkit-border-radius: 4px;
-moz-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
}
.OxIconList .OxItem > .OxText {