cambio de fuentes css

This commit is contained in:
marcos 2021-06-08 09:45:46 +02:00
parent 56c3f13c89
commit 6412cd59e8
2 changed files with 10 additions and 1 deletions

View File

@ -129,6 +129,7 @@
* { * {
font-size: 9pt; font-size: 9pt;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
line-height: 16pt;
} }
html { html {

View File

@ -1141,7 +1141,10 @@ a.pandora_pagination,
border-right: 1px solid #707070 !important; border-right: 1px solid #707070 !important;
} }
.results-found { .results-found,
#result_items.agents_modules_table,
.show_result_interpreter,
#menu_tab li.nomn_high {
background-color: #111 !important; background-color: #111 !important;
color: #fff; color: #fff;
} }
@ -1155,3 +1158,8 @@ a.pandora_pagination,
#elasticsearch_view { #elasticsearch_view {
filter: invert(100%); filter: invert(100%);
} }
#header_table {
padding-right: 35px;
background-color: #222;
}