diff --git a/css/themes/base16-default.css b/css/themes/base16-default.css index 4348b79..ec40fcb 100644 --- a/css/themes/base16-default.css +++ b/css/themes/base16-default.css @@ -342,13 +342,6 @@ input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder { /* Fi color: var(--base01); } -.is-mobile-ui .btn-complete-nick:hover, -.is-mobile-ui .btn-send:hover, -.is-mobile-ui .btn-send-image:hover { - background: var(--base01); - color: var(--base05); -} - #connection-infos { color: var(--base04); } @@ -1448,4 +1441,12 @@ button.close:hover { .footer { background: var(--base00); } + + .btn-complete-nick:hover, + .btn-send:hover, + .btn-send-image:hover { + background: var(--base01); + color: var(--base05); + } + } diff --git a/css/themes/blue.css b/css/themes/blue.css index c690ef2..c093a43 100644 --- a/css/themes/blue.css +++ b/css/themes/blue.css @@ -100,13 +100,6 @@ input[type=text], input[type=password], #sendMessage, .badge, .btn-send, .btn-se color: white; } -.is-mobile-ui .btn-complete-nick:hover, -.is-mobile-ui .btn-send:hover, -.is-mobile-ui .btn-send-image:hover { - background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); - color: #ccc; -} - .nav-pills li:nth-child(2n) { background: #283244; } @@ -184,4 +177,12 @@ input[type=text], input[type=password], #sendMessage, .badge, .btn-send, .btn-se .footer { padding-left: 5px !important; } + + .btn-complete-nick:hover, + .btn-send:hover, + .btn-send-image:hover { + background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); + color: #ccc; + } + } diff --git a/css/themes/dark.css b/css/themes/dark.css index 485df07..c03e47a 100644 --- a/css/themes/dark.css +++ b/css/themes/dark.css @@ -94,13 +94,6 @@ input[type=text], input[type=password], #sendMessage, .badge, .btn-send, .btn-se color: white; } -.is-mobile-ui .btn-complete-nick:hover, -.is-mobile-ui .btn-send:hover, -.is-mobile-ui .btn-send-image:hover { - background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); - color: #ccc; -} - #connection-infos { color: #aaa; } @@ -2141,6 +2134,12 @@ button.close:hover { background: rgb(24,24,24); } + .btn-complete-nick:hover, + .btn-send:hover, + .btn-send-image:hover { + background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); + color: #ccc; + } } diff --git a/css/themes/light.css b/css/themes/light.css index ab0c2b2..be8012e 100644 --- a/css/themes/light.css +++ b/css/themes/light.css @@ -34,12 +34,6 @@ html { color: #428BCA; } -.is-mobile-ui .btn-complete-nick:hover, -.is-mobile-ui .btn-send:hover, -.is-mobile-ui .btn-send-image:hover { - color: #428BCA; -} - tr.bufferline:hover { background-color: #efefef; } @@ -2111,4 +2105,10 @@ select.form-control, select option, input[type=text], input[type=password], #sen background: rgb(230,230,230); } + .btn-complete-nick:hover, + .btn-send:hover, + .btn-send-image:hover { + color: #428BCA; + } + } diff --git a/directives/input.html b/directives/input.html index 230fbcd..d5b4d12 100644 --- a/directives/input.html +++ b/directives/input.html @@ -1,9 +1,9 @@ -
+
- +