diff --git a/gui/bastille_manager_gui.php b/gui/bastille_manager_gui.php index 7ac6f8f..6609a67 100644 --- a/gui/bastille_manager_gui.php +++ b/gui/bastille_manager_gui.php @@ -380,15 +380,9 @@ include 'fbegin.inc'; font-family: inherit; font-size: inherit; font-weight: bold; - color: #000000; color: var(--txc-input-rw); - background-color: #EEEEEE; background-color: var(--bgc-area-data); - border-width: 0.0625rem; - border-style: solid; - border-color: #767676; - border-color: var(--boc-button); - border-radius: 2px; + border: 1px solid var(--boc-button); border-radius: var(--bor); padding: 0.125rem 0.375rem; cursor: pointer; @@ -396,6 +390,39 @@ include 'fbegin.inc'; #refresh-now:hover { filter: brightness(150%); } + +/* --- ESTILOS DE RESIZE SIMPLE --- */ +table.area_data_selection { + table-layout: fixed; /* Mantiene la cordura del navegador */ + /*width: auto; IMPORTANTE: Auto para empezar */ + border-collapse: collapse; +} + +table.area_data_selection th { + position: relative; + padding: 5px 8px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +/* El tirador visible */ +.resizer { + position: absolute; + top: 0; + right: 0; + width: 6px; + height: 100%; + cursor: col-resize; + z-index: 100; + user-select: none; + touch-action: none; +} + +.resizer:hover, .resizing { + background-color: #007bff; /* Azul */ + opacity: 1; +} render(); - +
- + + + + + + + + + + + + - - - - - - - - - - -