X-Git-Url: http://juplo.de/gitweb/?p=examples%2Fangular-tour-of-heroes;a=blobdiff_plain;f=src%2Fapp%2Fmessages%2Fmessages.component.css;h=de0680985655caccca90b93bfaf62846de571bc1;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=6cf1a6a74ad0cdefd6b940c5e8c2a81d1673be0e;hpb=3daace5a71b0be19e05b74de9cf7530ce6aa92c3 diff --git a/src/app/messages/messages.component.css b/src/app/messages/messages.component.css index e69de29..de06809 100644 --- a/src/app/messages/messages.component.css +++ b/src/app/messages/messages.component.css @@ -0,0 +1,35 @@ +/* MessagesComponent's private CSS styles */ +h2 { + color: red; + font-family: Arial, Helvetica, sans-serif; + font-weight: lighter; +} +body { + margin: 2em; +} +body, input[text], button { + color: crimson; + font-family: Cambria, Georgia; +} + +button.clear { + font-family: Arial; + background-color: #eee; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; + cursor: hand; +} +button:hover { + background-color: #cfd8dc; +} +button:disabled { + background-color: #eee; + color: #aaa; + cursor: auto; +} +button.clear { + color: #333; + margin-bottom: 12px; +}