aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/services.scss4
-rw-r--r--src/styles/tabs.scss6
2 files changed, 10 insertions, 0 deletions
diff --git a/src/styles/services.scss b/src/styles/services.scss
index 95738f123..2a6540e0b 100644
--- a/src/styles/services.scss
+++ b/src/styles/services.scss
@@ -8,6 +8,10 @@
8 background: #FFF; 8 background: #FFF;
9 order: 5; 9 order: 5;
10 10
11 .services__webview-wrapper {
12 background: $theme-gray-lighter;
13 }
14
11 .services__webview, 15 .services__webview,
12 .services__crash-handler { 16 .services__crash-handler {
13 position: absolute; 17 position: absolute;
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index abafdb53c..9b13df1f0 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -33,6 +33,12 @@
33 } 33 }
34 } 34 }
35 35
36 &.is-disabled {
37 .tab-item__icon {
38 filter: grayscale(100%) opacity(0.2);
39 }
40 }
41
36 &.has-custom-icon { 42 &.has-custom-icon {
37 .tab-item__icon { 43 .tab-item__icon {
38 border-radius: $theme-border-radius; 44 border-radius: $theme-border-radius;