diff options
Diffstat (limited to 'h-source/Public')
| -rwxr-xr-x | h-source/Public/Css/website.css | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/h-source/Public/Css/website.css b/h-source/Public/Css/website.css index 5609d12..03043ec 100755 --- a/h-source/Public/Css/website.css +++ b/h-source/Public/Css/website.css @@ -1566,7 +1566,7 @@ td.text_item_date  /* 	border: 1px solid #CECECE; */  } -.lspci_item_found +.lspci_item_found, .lspci_item_not_found  {  	margin:10px 5px;  	background: #C7DAEF; @@ -1585,4 +1585,9 @@ td.text_item_date  .search_item_found  {  	margin:5px; +} + +.lspci_item_not_found +{ +	background: orange;  }
\ No newline at end of file | 
