moved layers list styling to CSS
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2450 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -189,11 +189,11 @@ select {
|
||||
display: inline-block;
|
||||
position:absolute;
|
||||
top: 1px;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
width: 0px;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 0;
|
||||
overflow: auto;
|
||||
margin: 0px;
|
||||
margin: 0;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
@@ -314,6 +314,11 @@ select {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#layerlist td.layername:hover {
|
||||
color: blue;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#layerlist tr.layersel td.layername {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user