Browse Source

Changed BLOCKS Doxygen stylesheet to better match developer.roli.com

tags/2021-05-28
tpoole 9 years ago
parent
commit
ec2fd97494
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      extras/BLOCKS/doxygen/stylesheet.css

+ 5
- 5
extras/BLOCKS/doxygen/stylesheet.css View File

@@ -29,7 +29,7 @@ h4 {
font-smoothing: antialiased font-smoothing: antialiased
} }
hr { hr {
border-top: 2px solid #ebebeb;
border-top: 2px solid #fbfbfb;
margin: 20px 0 margin: 20px 0
} }
.link-list { .link-list {
@@ -2075,7 +2075,7 @@ body,
input { input {
font-family: Open Sans, Helvetica, sans-serif; font-family: Open Sans, Helvetica, sans-serif;
color: #323d47; color: #323d47;
background: #ebebeb
background: #fbfbfb
} }
a { a {
color: #4665a2 color: #4665a2
@@ -2111,7 +2111,7 @@ hr {
border: 1px solid #f59cad border: 1px solid #f59cad
} }
a.SelectItem:hover { a.SelectItem:hover {
background: #ebebeb;
background: #fbfbfb;
color: #000 color: #000
} }
#MSearchResultsWindow { #MSearchResultsWindow {
@@ -2145,11 +2145,11 @@ a.SelectItem:hover {
height: 3px; height: 3px;
border-style: double; border-style: double;
border-width: 6px 0; border-width: 6px 0;
border-color: #ebebeb;
border-color: #fbfbfb;
margin-left: 2px margin-left: 2px
} }
div.header { div.header {
background: #ebebeb;
background: #fbfbfb;
border: 0 border: 0
} }
h2.groupheader { h2.groupheader {


Loading…
Cancel
Save