mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
zep_2813 color change
This commit is contained in:
parent
310760edf0
commit
0e866b205d
1 changed files with 9 additions and 3 deletions
|
|
@ -102,11 +102,11 @@
|
|||
}
|
||||
|
||||
.commit-tree tr:hover {
|
||||
background-color: rgba(0, 146, 164, 0.21);
|
||||
background-color: rgba(48, 113, 169, 0.21);
|
||||
}
|
||||
|
||||
.selected-revision {
|
||||
background-color: rgba(0, 161, 255, 0.43) !important;
|
||||
background-color: rgba(48, 113, 169, 0.47) !important;
|
||||
}
|
||||
|
||||
.commit-tree table {
|
||||
|
|
@ -131,11 +131,17 @@
|
|||
}
|
||||
|
||||
.commit-tree th{
|
||||
background-color: rgba(32, 141, 172, 0.68);
|
||||
font-weight: normal;
|
||||
font-size: 1.2em;
|
||||
background-color: #317bb4;
|
||||
color: rgb(255, 255, 255);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.commit-tree .commit-rows td{
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.commit-tree thead tr {
|
||||
display: block;
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Reference in a new issue