summaryrefslogtreecommitdiffstats
path: root/src/doxygen_css.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen_css.h')
-rw-r--r--src/doxygen_css.h27
1 files changed, 25 insertions, 2 deletions
diff --git a/src/doxygen_css.h b/src/doxygen_css.h
index e883f8e..0c4f9c1 100644
--- a/src/doxygen_css.h
+++ b/src/doxygen_css.h
@@ -184,8 +184,24 @@
" padding-left: 53px;\n"
" padding-bottom: 0px;\n"
" margin: 0px;\n"
+" -webkit-transition-property: background-color, box-shadow;\n"
+" -webkit-transition-duration: 0.5s;\n"
+" -moz-transition-property: background-color, box-shadow;\n"
+" -moz-transition-duration: 0.5s;\n"
+" -ms-transition-property: background-color, box-shadow;\n"
+" -ms-transition-duration: 0.5s;\n"
+" -o-transition-property: background-color, box-shadow;\n"
+" -o-transition-duration: 0.5s;\n"
+" transition-property: background-color, box-shadow;\n"
+" transition-duration: 0.5s;\n"
"}\n"
"\n"
+"div.line.glow {\n"
+" background-color: cyan;\n"
+" box-shadow: 0 0 10px cyan;\n"
+"}\n"
+"\n"
+"\n"
"span.lineno {\n"
" padding-right: 4px;\n"
" text-align: right;\n"
@@ -486,6 +502,8 @@
" -ms-transition: box-shadow 0.5s linear;\n"
" -o-transition: box-shadow 0.5s linear;\n"
" transition: box-shadow 0.5s linear;\n"
+" display: table !important;\n"
+" width: 100%;\n"
"}\n"
"\n"
".memitem.glow {\n"
@@ -575,6 +593,9 @@
".paramname em {\n"
" font-style: normal;\n"
"}\n"
+".paramname code {\n"
+" line-height: 14px;\n"
+"}\n"
"\n"
".params, .retval, .exception, .tparams {\n"
" margin-left: 0px;\n"
@@ -662,6 +683,10 @@
" outline:none;\n"
"}\n"
"\n"
+".directory td.entry a img {\n"
+" border: none;\n"
+"}\n"
+"\n"
".directory td.desc {\n"
" width: 100%;\n"
" padding-left: 6px;\n"
@@ -857,9 +882,7 @@
"\n"
"div.ingroups\n"
"{\n"
-" margin-left: 5px;\n"
" font-size: 8pt;\n"
-" padding-left: 5px;\n"
" width: 50%;\n"
" text-align: left;\n"
"}\n"