Commit d33e6d587189152d1e7df72225d7eefd53b6dc15
change focus color for elements from orange to blue
Ev Bogue committed on 9/20/2016, 8:15:14 PMParent: c34e6abec00814abf64ee003f1558a19da00f040
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -73,12 +73,24 @@ | ||
73 | 73 … | border-radius: .2em; |
74 | 74 … | font-family: sans-serif; |
75 | 75 … | } |
76 | 76 … | |
77 … | +input:focus, .compose:focus, .message:focus, button:focus { | |
78 … | + outline: none; | |
79 … | + border-color: #0088cc; | |
80 … | + box-shadow: 0 0 4px #0088cc; | |
81 … | +} | |
82 … | + | |
77 | 83 … | textarea { |
78 | 84 … | padding: .5em; |
79 | 85 … | } |
80 | 86 … | |
87 … | +textarea:focus { | |
88 … | + outline: none; | |
89 … | + border-color: none; | |
90 … | + box-shadow: none; | |
91 … | +} | |
92 … | + | |
81 | 93 … | button { |
82 | 94 … | background: #fff; |
83 | 95 … | color: #666; |
84 | 96 … | border: 1px solid #bbb; |
Built with git-ssb-web