forked from 0x2620/oxjs
update css
This commit is contained in:
parent
dd7191e8d4
commit
9ba2293467
3 changed files with 76 additions and 48 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue