Skip to content

Commit

Permalink
Merge pull request #2 from iamdoubz/iamdoubz-3rd-menu-misc-bugs
Browse files Browse the repository at this point in the history
Update theme-redsilver.css
  • Loading branch information
iamdoubz authored Nov 11, 2020
2 parents 07c54bc + 80a7db6 commit 08820d6
Showing 1 changed file with 51 additions and 3 deletions.
54 changes: 51 additions & 3 deletions public/css/theme-redsilver.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,32 @@ a:hover {
box-shadow: none
}

/*.heatmap-color-0{
background-color:#703838
}
.heatmap-color-1{
background-color:#8e3e3e
}
.heatmap-color-2{
background-color:#a93d3d
}
.heatmap-color-3{
background-color:#c63939
}
.heatmap-color-4{
background-color:#e33535
}
.activity-bar-graph,.heatmap-color-5{
background-color:#fd2b2b
}*/

.heatmap-color-0{
background-color:#e2e2e2
background-color:#e6e0e0
}

.heatmap-color-1{
Expand Down Expand Up @@ -227,7 +251,9 @@ a:hover {
-webkit-box-shadow: inset 1px 1px #e53449, inset -1px 0 #e53449;
box-shadow: inset 1px 1px #e53449, inset -1px 0 #e53449;
border-radius: .28571429rem .28571429rem 0 0;
border-bottom: none!important
border-bottom: none!important;
transition: font .4s ease;
-webkit-transition: font .4s ease
}

.feeds .list ul li.private {
Expand Down Expand Up @@ -304,5 +330,27 @@ a:hover {
-webkit-box-shadow: inset 1px 1px #cb1b30, inset -1px 0 #cb1b30;
box-shadow: inset 2px 2px #cb1b30, inset -2px 0 #cb1b30;
border-radius: .28571429rem .28571429rem 0 0;
border-bottom: none!important
border-bottom: none!important;
transition: font .4s ease;
-webkit-transition: font .4s ease
}

.ui.breadcrumb a {
color: #c44040
}

.ui.breadcrumb a:hover {
color: #a43737
}

.ui.secondary.pointing.menu .active.item:hover {
background-color: #e2e2e2
}

.ui.secondary.pointing.menu .dropdown.item:hover, .ui.secondary.pointing.menu .link.item:hover, .ui.secondary.pointing.menu a.item:hover {
background-color: transparent;
color: rgba(0,0,0,.95);
font-weight: bold;
transition: font .4s ease;
-webkit-transition: font .4s ease
}

0 comments on commit 08820d6

Please sign in to comment.