better css for linux
This commit is contained in:
parent
3e1cd3f490
commit
d66c252469
3 changed files with 36 additions and 9 deletions
|
|
@ -19,7 +19,7 @@ div {
|
|||
-webkit-user-select: none;
|
||||
}
|
||||
div, input, textarea {
|
||||
font-family: Lucida Grande, Lucida Sans Unicode, Segoe UI;
|
||||
font-family: Lucida Grande, Segoe UI, DejaVu Sans, Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
td {
|
||||
|
|
@ -674,9 +674,9 @@ Lists
|
|||
padding: 2px 4px 2px 4px;
|
||||
}
|
||||
.OxTextList .OxBar {
|
||||
z-index: 10;
|
||||
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
|
||||
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
|
||||
//z-index: 10;
|
||||
//-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
|
||||
//-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
.OxTextList .OxBar .OxHead {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue