diff options
| author | Cristiano Almeida <[email protected]> | 2019-08-12 09:39:51 +0100 |
|---|---|---|
| committer | Cristiano Almeida <[email protected]> | 2019-08-12 09:39:51 +0100 |
| commit | e9ec87a9f02ebdf3cc2bf79f03e05ef71e81369f (patch) | |
| tree | 5d2dea28dba8565321c73fa42efba41b75c8014d | |
| parent | 79469bd910d05c698d057069e353ef19457ac458 (diff) | |
| download | protonmail-themes-e9ec87a9f02ebdf3cc2bf79f03e05ef71e81369f.tar.xz protonmail-themes-e9ec87a9f02ebdf3cc2bf79f03e05ef71e81369f.zip | |
Compiles themes with checkbox updates.
| -rw-r--r-- | themes/blue_and_orange/blue_and_orange.css | 2 | ||||
| -rw-r--r-- | themes/dark_bubble_gum/dark_bubble_gum.css | 2 | ||||
| -rw-r--r-- | themes/deutera_one/deutera_one.css | 16 | ||||
| -rw-r--r-- | themes/green_lume/green_lume.css | 2 | ||||
| -rw-r--r-- | themes/monokai/monokai.css | 2 | ||||
| -rw-r--r-- | themes/ochin/ochin.css | 2 | ||||
| -rw-r--r-- | themes/vitamin_c/vitamin_c.css | 2 |
7 files changed, 14 insertions, 14 deletions
diff --git a/themes/blue_and_orange/blue_and_orange.css b/themes/blue_and_orange/blue_and_orange.css index 000c2d7..5bfe871 100644 --- a/themes/blue_and_orange/blue_and_orange.css +++ b/themes/blue_and_orange/blue_and_orange.css @@ -223,7 +223,7 @@ p a { .pm_toggle-checkbox:focus + .pm_toggle-label, .pm_toggle-label:hover { background: #135e72; } -.pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { +.pm_toggle-checkbox:checked + .pm_toggle-label, .pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { background: #ED7D3A; } .pm_toggle.off .off, .pm_toggle.on .on { diff --git a/themes/dark_bubble_gum/dark_bubble_gum.css b/themes/dark_bubble_gum/dark_bubble_gum.css index 198c5a5..3ea6177 100644 --- a/themes/dark_bubble_gum/dark_bubble_gum.css +++ b/themes/dark_bubble_gum/dark_bubble_gum.css @@ -223,7 +223,7 @@ p a { .pm_toggle-checkbox:focus + .pm_toggle-label, .pm_toggle-label:hover { background: #292929; } -.pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { +.pm_toggle-checkbox:checked + .pm_toggle-label, .pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { background: #EF2D56; } .pm_toggle.off .off, .pm_toggle.on .on { diff --git a/themes/deutera_one/deutera_one.css b/themes/deutera_one/deutera_one.css index 07fe245..8ee92b4 100644 --- a/themes/deutera_one/deutera_one.css +++ b/themes/deutera_one/deutera_one.css @@ -1,9 +1,9 @@ -/*! =========================================== *
- * DEUTERA ONE THEME
- * Version: 3.14.0
- * Author: Cristiano Almeida
- * Website: www.csalmeida.com
- * Tweets @_csalmeida
+/*! =========================================== * + * DEUTERA ONE THEME + * Version: 3.14.0 + * Author: Cristiano Almeida + * Website: www.csalmeida.com + * Tweets @_csalmeida * =========================================== */ .headerDesktop-container { background-color: #000076; } @@ -223,7 +223,7 @@ p a { .pm_toggle-checkbox:focus + .pm_toggle-label, .pm_toggle-label:hover { background: #000090; } -.pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { +.pm_toggle-checkbox:checked + .pm_toggle-label, .pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { background: #ffed00; } .pm_toggle.off .off, .pm_toggle.on .on { @@ -334,7 +334,7 @@ body .cg-notify-message.notification-success { color: #fff !important; background: #08426b !important; border: none !important; - transition: color .2s ease-in-out,
background-color .2s ease-in-out; } + transition: color .2s ease-in-out, background-color .2s ease-in-out; } .sidebar-btn-compose:hover { color: #ffed00 !important; diff --git a/themes/green_lume/green_lume.css b/themes/green_lume/green_lume.css index e4f8570..19d99ed 100644 --- a/themes/green_lume/green_lume.css +++ b/themes/green_lume/green_lume.css @@ -223,7 +223,7 @@ p a { .pm_toggle-checkbox:focus + .pm_toggle-label, .pm_toggle-label:hover { background: #292929; } -.pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { +.pm_toggle-checkbox:checked + .pm_toggle-label, .pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { background: #2FBF71; } .pm_toggle.off .off, .pm_toggle.on .on { diff --git a/themes/monokai/monokai.css b/themes/monokai/monokai.css index 6743318..fe9e36f 100644 --- a/themes/monokai/monokai.css +++ b/themes/monokai/monokai.css @@ -223,7 +223,7 @@ p a { .pm_toggle-checkbox:focus + .pm_toggle-label, .pm_toggle-label:hover { background: #2a2c26; } -.pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { +.pm_toggle-checkbox:checked + .pm_toggle-label, .pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { background: #89C62A; } .pm_toggle.off .off, .pm_toggle.on .on { diff --git a/themes/ochin/ochin.css b/themes/ochin/ochin.css index 369366b..1e201ed 100644 --- a/themes/ochin/ochin.css +++ b/themes/ochin/ochin.css @@ -223,7 +223,7 @@ p a { .pm_toggle-checkbox:focus + .pm_toggle-label, .pm_toggle-label:hover { background: #3d4a5b; } -.pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { +.pm_toggle-checkbox:checked + .pm_toggle-label, .pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { background: #A8E576; } .pm_toggle.off .off, .pm_toggle.on .on { diff --git a/themes/vitamin_c/vitamin_c.css b/themes/vitamin_c/vitamin_c.css index 4e7f21c..ba22e93 100644 --- a/themes/vitamin_c/vitamin_c.css +++ b/themes/vitamin_c/vitamin_c.css @@ -223,7 +223,7 @@ p a { .pm_toggle-checkbox:focus + .pm_toggle-label, .pm_toggle-label:hover { background: #005672; } -.pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { +.pm_toggle-checkbox:checked + .pm_toggle-label, .pm_toggle-checkbox:checked + .pm_toggle-label:hover, .pm_toggle-checkbox:checked:focus + .pm_toggle-label { background: #FD7400; } .pm_toggle.off .off, .pm_toggle.on .on { |
