pandorafms/pandora_console/include/styles/setup.css

32 lines
444 B
CSS
Raw Normal View History

2021-01-25 19:29:22 +01:00
span.subtitle {
font-size: 1.3em;
font-weight: normal;
}
span.subtitle-2 {
font-size: 1em;
font-weight: normal;
}
.no-borders {
border: 0 !important;
}
2023-03-22 16:42:03 +01:00
input[type="text"]:not(.w100p-important),
input[type="number"]:not(.w100p-important) {
width: 220px;
}
.fit > tbody > tr > td img {
width: 15px;
}
2021-03-24 17:49:42 +01:00
.clean-toggles .white_table_graph_header {
border: none;
}
.dbhist tr td:first-child {
width: 45%;
min-width: 450px;
}