noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 12/39: CSS : new background-selected for a ro


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 12/39: CSS : new background-selected for a row in table
Date: Sat, 11 Jul 2020 13:20:38 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a491c4c95602a061df994978eea47d8d74a195a5
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Tue Jun 2 13:52:20 2020 +0200

    CSS : new background-selected for a row in table
---
 html/style-classic.css  | 7 +++++++
 html/style-classic7.css | 6 ++++++
 html/style-light.css    | 6 ++++++
 3 files changed, 19 insertions(+)

diff --git a/html/style-classic.css b/html/style-classic.css
index e830a15..0dd8480 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -2426,4 +2426,11 @@ span.tab_row {
 }
 span.title_tab_row {
    
+}
+
+/* Selected row in a table */
+.background-selected {
+     background-color: #000066 !important;
+     color : white !important;
+     
 }
\ No newline at end of file
diff --git a/html/style-classic7.css b/html/style-classic7.css
index 5b32333..3ffb83c 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -2461,4 +2461,10 @@ span.title_tab_row {
     background-color: darkblue;
     color:white;
     padding : 3px;
+}
+/* Selected row in a table */
+.background-selected {
+     background-color: #000066 !important;
+     color : white !important;
+     
 }
\ No newline at end of file
diff --git a/html/style-light.css b/html/style-light.css
index 95b7585..c2b7c88 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -2359,4 +2359,10 @@ span.title_tab_row {
     color:white;
     padding : 3px;
     
+}
+/* Selected row in a table */
+.background-selected {
+     background-color: #000066 !important;
+     color : white !important;
+     
 }
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]