X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/17ea853baef7703291df8ae230a2aa433f8f5656..f32fa7850a8cf57e38d2a7bb4f19c4aeb5d6224a:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 5f81f17e..06196c7d 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -336,4 +336,17 @@ input.image-gallery-current-page { .image-gallery-page-container img { /* border: 2px solid green; */ margin: 0px; +} + +body#base button { + background-color: #DDD; + border-width: 1px; + padding: 0px 0.5em; + font-family: Sans-Serif; + color: #000; + margin: 2px 4px; +} + +body#base button:hover { + background-color: #EEE; } \ No newline at end of file