mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-13 14:11:49 +03:00
Create a 'save this zone' button
This commit is contained in:
parent
3e2f45e596
commit
45ed135591
4 changed files with 51 additions and 4 deletions
|
@ -68,9 +68,16 @@ input[type="submit"] {
|
|||
margin: 0 0 50px;
|
||||
}
|
||||
img.list {
|
||||
opacity: .4;
|
||||
}
|
||||
|
||||
.clickme {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clickme:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
/* overrides jtable.css */
|
||||
div.jtable-main-container > div.jtable-title {
|
||||
background-color: #FFFFFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue