X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fc7a60feb9496c250cd1e8ca3db8c74267790047..d3c74552a8f8509ff85cf956cf2b750d8387b683:/project/static/css/toolbar.css diff --git a/project/static/css/toolbar.css b/project/static/css/toolbar.css index 4c5fa740..a54dc558 100644 --- a/project/static/css/toolbar.css +++ b/project/static/css/toolbar.css @@ -21,13 +21,6 @@ line-height: 12px; } -.toolbar button { - border: none; - padding: 2px 0.5em; - background: #AAA; - font-family: Sans-Serif; -} - .toolbar div { background: green; margin: 0px; @@ -38,24 +31,32 @@ background: #DDD; } -.toolbar-button-groups-container p { +.toolbar-buttons-container { background: #DDD; padding-top: 2px; padding-bottom: 2px; } -.toolbar-button-groups-container button { +.toolbar-buttons-container button { background: #DDD; + border: none; + padding: 2px 0.5em; + background: #AAA; + font-family: Sans-Serif; } -.toolbar-button-groups-container button:hover { +.toolbar-buttons-container button:hover { background: #EEE; } -.toolbar-button-groups-container button:active { +.toolbar-buttons-container button:active { background: yellow; } +.panel-toolbar-extra button { + background: inherit; +} + /* .toolbar, .toolbar ol { display: block;