Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Fixed labels tab color and row layout label background
Browse files Browse the repository at this point in the history
  • Loading branch information
amdelamar committed Dec 31, 2016
1 parent e52e0c8 commit bf77b26
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pm-flat-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
--green: #a6cc93;
--green-light: #89bc70;
--blue: #bce8f1;
--blue-light: #93b9cc;
--blue-light: #93b9cc;
--white: #FFF;
--black: #000;
}
Expand Down Expand Up @@ -226,27 +226,28 @@ body section.sidebar ul.menu li a .fa-repeat:hover {
}

body section.sidebar ul.menu li.active a {
color: var(--theme2);
color: var(--theme2)
}

body section.sidebar ul.menu li.active a:hover {
color: var(--theme1);
color: var(--theme1)
}

body section.sidebar ul.menu li.active a i.fa {
color: var(--theme6)
}

body section.sidebar div.labels ul li.active a {
color: var(--theme3)
color: var(--theme2);
font-weight: 700;
}

body section.sidebar div.labels ul li a:hover {
color: var(--theme3)
}

body section.sidebar div.footer div.link a {
color: var(--theme1);
color: var(--theme1)
}

body section.sidebar div.footer div.link a:hover {
Expand All @@ -258,7 +259,7 @@ body section.sidebar div.footer div.storage strong {
}

body section.sidebar div.footer a.upgrade {
color: var(--theme1);
color: var(--theme1)
}

body section.sidebar div.footer .bar em {
Expand Down Expand Up @@ -1421,11 +1422,11 @@ body #conversation-list-rows .conversation .subject h4 {
}

body #conversation-list-rows .conversation .subject .pm_labels {
background: var(--theme3);
background: transparent;
}

body #conversation-list-rows .conversation .subject .pm_labels label {
background: var(--theme3)
background: transparent;
}

body #conversation-list-rows .conversation.read, body #conversation-list-rows .conversation.read .subject .pm_labels, body #conversation-list-rows .conversation.read .subject .pm_labels label {
Expand Down

0 comments on commit bf77b26

Please sign in to comment.