X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e49688b94d3f0f2e72efc2b66f77a5c148aa7ea2..663d1c8f22c26b51c0c132388cde9d28fa6eeef0:/project/static/css/toolbar.css?ds=inline

diff --git a/project/static/css/toolbar.css b/project/static/css/toolbar.css
index a54dc558..03cb2d27 100644
--- a/project/static/css/toolbar.css
+++ b/project/static/css/toolbar.css
@@ -27,10 +27,6 @@
     padding: 0px;
 }
 
-.toolbar-tabs-container button.active {
-    background: #DDD;
-}
-
 .toolbar-buttons-container {
     background: #DDD;
     padding-top: 2px;
@@ -57,61 +53,14 @@
     background: inherit;    
 }
 
-/* 
-.toolbar, .toolbar ol {
-    display: block;
-    margin: 0;
-    padding: 0;
-    background-color: #CCC;
-    border-top: 1px solid #AAA;
-}
-
-.toolbar-tabs li {
-    font-size: 14px;
-    display: block;
-    float: left;
-    margin: 4px 0 -1px 4px;
-    padding: 2px 10px 0 10px;
-    background-color: #CCC;
-    border: 1px solid #AAA;
-    border-radius-topleft: 8px;
-    border-radius-topright: 8px;
-    -moz-border-radius-topleft: 8px;
-    -moz-border-radius-topright: 8px;
-    -webkit-border-top-left-radius: 8px;
-    -webkit-border-top-right-radius: 8px;
-}
-
-.toolbar-tabs {
-    height: 21px;
+.toolbar-tabs-container > p {
+    background: #CCC;
 }
 
-.toolbar-tabs li:hover, .toolbar-tabs li.active {
-    cursor: default;
-    background-color: #EEE;
-    border-bottom: 1px solid #EEE;
+.toolbar-tabs-container > p button {
+    background: #CCC;
 }
 
-.toolbar-buttons {
-    background-color: #EEE;
-    border-bottom: 1px solid #AAA;
-    z-index: 71;
-}
-
-.toolbar-buttons li {
-    display: block;
-    font-size: 12px;
-    padding: 1px 8px;
-    margin: 4px;
-    border-radius: 10px;
-    -moz-border-radius: 10px;
-    -webkit-border-radius: 8px;
-    float: left;
-}
-
-.toolbar-buttons li:hover {
-    background-color: #777;
-    color: #FFF;
-    cursor: default;
-} */
-
+.toolbar-tabs-container button.active {
+    background: #DDD;
+}
\ No newline at end of file