You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/27 20:56:11 UTC

[incubator-warble-server] branch master updated: style the editable input fields in 'client cards'

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 45286e6  style the editable input fields in 'client cards'
45286e6 is described below

commit 45286e673dea92dab25188ad477f24f7431c3e29
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Jun 27 15:56:05 2018 -0500

    style the editable input fields in 'client cards'
---
 ui/css/warble.min.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ui/css/warble.min.css b/ui/css/warble.min.css
index 1f27f78..34dc545 100644
--- a/ui/css/warble.min.css
+++ b/ui/css/warble.min.css
@@ -3110,6 +3110,11 @@ body.error .logo h1 {
     color: #FFF;
 }
 
+.clientcard input {
+    background: rgba(255,255,200,0.45);
+    border: 1.5px inset #333;
+}
+
 
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org