git ssb

16+

Dominic / patchbay



Commit d33e6d587189152d1e7df72225d7eefd53b6dc15

change focus color for elements from orange to blue

Ev Bogue committed on 9/20/2016, 8:15:14 PM
Parent: c34e6abec00814abf64ee003f1558a19da00f040

Files changed

style.csschanged
style.cssView
@@ -73,12 +73,24 @@
7373 border-radius: .2em;
7474 font-family: sans-serif;
7575 }
7676
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 +
7783 textarea {
7884 padding: .5em;
7985 }
8086
87 +textarea:focus {
88 + outline: none;
89 + border-color: none;
90 + box-shadow: none;
91 +}
92 +
8193 button {
8294 background: #fff;
8395 color: #666;
8496 border: 1px solid #bbb;

Built with git-ssb-web