forked from 0x2620/oxjs
update video form element css
This commit is contained in:
parent
3e20910993
commit
e2c2eeed43
4 changed files with 34 additions and 21 deletions
|
|
@ -85,8 +85,8 @@ k<v k v < is less than (number)
|
|||
k!<v k v !< is not less than (number)
|
||||
k>v k v > is more than (number)
|
||||
k!>v k v !> is not more than (number)
|
||||
k=v:w k [v,w] - is between (number), is (string)
|
||||
k!=v:w k [v,w] !- is not between (number), is not (string)
|
||||
k=v:w k [v,w] = is between (number), contains (string or text)
|
||||
k!=v:w k [v,w] != is not between (number), does not contain (string or text)
|
||||
|
||||
All parts of the URL can be omitted, as long as the order is preserved.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue