diff --git a/comp/src/gb.web.gui/.src/Test/Webform1.class b/comp/src/gb.web.gui/.src/Test/Webform1.class index e00faf08c..d8da8fa06 100644 --- a/comp/src/gb.web.gui/.src/Test/Webform1.class +++ b/comp/src/gb.web.gui/.src/Test/Webform1.class @@ -129,6 +129,8 @@ Public Sub WebTable1_Data(Row As Integer, Column As Integer, Data As WebTableDat If Not hStat Then Return $aStat[Row] = hStat Endif + + If hStat.Size < 1024 Then Data.Background = Color.Yellow Select Case Column Case 0 diff --git a/comp/src/gb.web.gui/.src/Test/Webform1.webform b/comp/src/gb.web.gui/.src/Test/Webform1.webform index 74d5223be..3bf544c72 100644 --- a/comp/src/gb.web.gui/.src/Test/Webform1.webform +++ b/comp/src/gb.web.gui/.src/Test/Webform1.webform @@ -165,7 +165,7 @@ Sortable = True } { btnTable WebButton - #MoveScaled(23,59,15,4) + #MoveScaled(14,62,15,4) Height = "1.5em" Visible = False Ignore = True diff --git a/comp/src/gb.web.gui/style.css b/comp/src/gb.web.gui/style.css index 11e21dd1d..f7158eacc 100644 --- a/comp/src/gb.web.gui/style.css +++ b/comp/src/gb.web.gui/style.css @@ -1132,3 +1132,11 @@ TD.gw-table-check { width: 100%; height: 100%; } + +TR.gw-selected > TD { + background-color: inherit !important; +} + +TR.gw-selected > TD.gw-table-index { + color: white; +}