Add more theme color options
Porting work from OpenStack Gerrit. * Adds a theme option to change outdated background color, the default is too harsh for some themes. * Adds odd/even row background color for tables such as list of open reviews. This makes them more visible without clicking on them. Change-Id: I86ad9bba0f6cfffb267dd2631cc718c5c10e848a
This commit is contained in:
committed by
Andrew Hutchings
parent
8bacce19bc
commit
cfd7abbf5b
@@ -31,5 +31,8 @@ public class HostPageData {
|
||||
public String textColor;
|
||||
public String trimColor;
|
||||
public String selectionColor;
|
||||
public String changeTableOutdatedColor;
|
||||
public String tableOddRowColor;
|
||||
public String tableEvenRowColor;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user