Remove more table actions dropdown

Add spatial index action icons
This commit is contained in:
2025-04-21 00:26:28 -07:00
parent 083031170c
commit fa1b8d5c94
7 changed files with 66 additions and 257 deletions

View File

@@ -43,6 +43,12 @@ a:active {
color: #0000FF;
}
a.disabled {
cursor: default;
opacity: 0.5;
filter: grayscale(1);
}
ul {
margin:0;
}

View File

@@ -72,6 +72,12 @@ a:hover {
color: #FF0000;
}
a.disabled {
cursor: default;
opacity: 0.5;
filter: grayscale(1);
}
dfn {
font-style: normal;
}
@@ -229,8 +235,7 @@ table tr.marked {
/* hovered items */
.odd:hover,
.even:hover,
.hover,
.structure_actions_dropdown {
.hover {
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
}
@@ -1525,33 +1530,6 @@ a.close_enum_editor {
margin-top: 50px;
}
/**
* Table structure styles
*/
.structure_actions_dropdown {
position: absolute;
padding: 3px;
display: none;
z-index: 100;
}
.structure_actions_dropdown a {
display: block;
}
td.more_opts {
display: none;
white-space: nowrap;
}
iframe.IE_hack {
z-index: 1;
position: absolute;
display: none;
border: 0;
filter: alpha(opacity=0);
}
/* config forms */
.config-form ul.tabs {
margin: 1.1em 0.2em 0;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B