mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Cleanup some duplicated styles.
This commit is contained in:
parent
d43518cb3c
commit
1ca9912987
@ -22,10 +22,6 @@ div.body {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.related a {
|
|
||||||
color: #295C85;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.related a:hover {
|
div.related a:hover {
|
||||||
color: #ebeef3 !important;
|
color: #ebeef3 !important;
|
||||||
text-decoration: underline !important;
|
text-decoration: underline !important;
|
||||||
@ -287,23 +283,19 @@ div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points {
|
|||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sphinxsidebar ul {
|
div.sphinxsidebar ul {
|
||||||
margin: 10px 10px 10px 0px;
|
margin: 10px 10px 10px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.sphinxsidebar ul li.toctree-l1 a cite {
|
div.sphinxsidebar ul li.toctree-l1 a cite {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #295C85;
|
color: #295C85;
|
||||||
font-family: Roboto, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
font-family: Roboto, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
border:none;
|
border:none;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
background-color: #f5f7f9;
|
background-color: #f5f7f9;
|
||||||
|
Loading…
Reference in New Issue
Block a user