forked from 0x2620/oxjs
some work on Ox.Editable
This commit is contained in:
parent
925aa8d627
commit
a58dc765d9
7 changed files with 58 additions and 33 deletions
|
|
@ -723,3 +723,8 @@ Miscellaneous
|
|||
-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.OxThemeClassic ::selection {
|
||||
background: rgb(192, 192, 192);
|
||||
//color: rgb(255, 255, 255);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -736,7 +736,6 @@ Miscellaneous
|
|||
background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(32, 32, 32, 1), rgba(32, 32, 32, 1));
|
||||
}
|
||||
|
||||
|
||||
.OxThemeModern .OxTooltip {
|
||||
border: 1px solid rgba(128, 128, 128, 0.96);
|
||||
background: rgba(0, 0, 0, 0.96);
|
||||
|
|
@ -745,3 +744,8 @@ Miscellaneous
|
|||
-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.OxThemeModern ::selection {
|
||||
background: rgb(192, 192, 192);
|
||||
//color: rgb(255, 255, 255);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue