mirror of
https://github.com/arnaucube/goBlockchainDataAnalysis.git
synced 2026-02-07 11:46:38 +01:00
added address view, started implementation of dark theme
This commit is contained in:
29
web/css/bootstrapMaterialDarkOverwrite.css
vendored
Normal file
29
web/css/bootstrapMaterialDarkOverwrite.css
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
/* bootstrap overwrite dark */
|
||||
|
||||
body {
|
||||
background: #424242!important;
|
||||
}
|
||||
.panel-heading {
|
||||
border-radius: 0px!important;
|
||||
}
|
||||
.panel-title a {
|
||||
background: rgba(0,0,0,0)!important;
|
||||
text-decoration: none;
|
||||
}
|
||||
.panel-body {
|
||||
background: #212121;
|
||||
color: #ffffff;
|
||||
}
|
||||
.list-group-item {
|
||||
background: rgba(0,0,0,0)!important;
|
||||
}
|
||||
.list-group-item:hover {
|
||||
background: rgba(255, 255, 255, 0.2)!important;
|
||||
}
|
||||
.list-group-item p, a{
|
||||
color: #ffffff!important;
|
||||
}
|
||||
.table-hover tbody tr:hover {
|
||||
background-color: rgba(245, 245, 245, 0.2)!important;
|
||||
}
|
||||
@@ -463,6 +463,11 @@
|
||||
color: #ffffff!important;
|
||||
}
|
||||
|
||||
.c_black{
|
||||
background: #000000!important;
|
||||
color: #ffffff!important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* blue grey */
|
||||
|
||||
@@ -30,15 +30,23 @@
|
||||
|
||||
|
||||
/* sidebar */
|
||||
.o_sidebar a{
|
||||
|
||||
.o_sidebar a {
|
||||
color: white;
|
||||
padding: 10px;
|
||||
}
|
||||
.o_sidebar a:hover{
|
||||
|
||||
.o_sidebar a:hover {
|
||||
background: #9E9E9E!important;
|
||||
color: white;
|
||||
}
|
||||
.o_sidebarIcon{
|
||||
|
||||
.o_sidebarIcon {
|
||||
font-size: 180%;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.o_textRoundProgress {
|
||||
margin-left: 30%;
|
||||
margin-top: -15%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user