mirror of
https://github.com/trebonian/visual6502.git
synced 2026-04-19 22:16:38 +00:00
various blue backgrounds to logstream table
This commit is contained in:
+20
-2
@@ -157,6 +157,26 @@ table.logstream {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
td {
|
||||
# background-color: rgb(237, 240, 249); /* very pale blue */
|
||||
}
|
||||
|
||||
td.header {
|
||||
background-color: rgb(187, 204, 255); /* medium-dark blue */
|
||||
}
|
||||
|
||||
td.oddcol {
|
||||
background-color: rgb(227, 233, 255); /* light blue */
|
||||
}
|
||||
|
||||
td.oddrow {
|
||||
background-color: rgb(207, 218, 255); /* medium blue */
|
||||
}
|
||||
|
||||
td.oddrowcol {
|
||||
background-color: rgb(227, 233, 255); /* light blue */
|
||||
}
|
||||
|
||||
/* Splitter */
|
||||
#frame {
|
||||
height: 750px;
|
||||
@@ -205,5 +225,3 @@ span#plain {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user