Skip to content

Commit f538bd8

Browse files
committed
change background color on changeLangDirective
1 parent ce80bf4 commit f538bd8

File tree

9 files changed

+24
-18
lines changed

9 files changed

+24
-18
lines changed

avUi/change-lang-directive/change-lang-directive.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
padding-left: 8px;
44

55
&:hover {
6-
background-color: #3E5771;
6+
background-color: @av-primary-contrast;
77
}
88

99
> a:hover {

dist/less/avUi/change-lang-directive/change-lang-directive.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
padding-left: 8px;
44

55
&:hover {
6-
background-color: #3E5771;
6+
background-color: @av-primary-contrast;
77
}
88

99
> a:hover {

dist/themes/bcnencomu/app.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/cup/app.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/default/app.less

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
@import "../../external.less";
1919

2020
/* Global Config */
21-
@av-primary: #2C3E50;
22-
@av-secondary: #00A489;
23-
@av-primary-contrast: white;
24-
@av-secondary-contrast: white;
21+
@av-primary: #FFFFFF;
22+
@av-secondary: #444444;
23+
@av-primary-contrast: #959292;
24+
@av-secondary-contrast: #007B67;
2525
@brand-primary: @av-primary;
2626
@brand-success: @av-secondary;
2727
@link-color: @av-secondary;
@@ -43,4 +43,10 @@
4343
[ave-default-election] .background .top-section,
4444
[ave-public-view] .background .top-section {
4545
color: #333;
46-
}
46+
}
47+
48+
[av-booth] {
49+
.navbar, .navbar-unfixed-top, .busy-gui, .avb-content, .start-screen {
50+
color: @av-secondary;
51+
}
52+
}

dist/themes/default/app.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/loop/app.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/podemos/app.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/themes/test/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)