fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Little js fixes.
[redakcja.git]
/
project
/
static
/
css
/
toolbar.css
diff --git
a/project/static/css/toolbar.css
b/project/static/css/toolbar.css
index
03cb2d2
..
4eddaad
100644
(file)
--- a/
project/static/css/toolbar.css
+++ b/
project/static/css/toolbar.css
@@
-1,4
+1,4
@@
-.toolbar {
+
/*
.toolbar {
overflow: hidden;
z-index: 100;
background: #AAA;
overflow: hidden;
z-index: 100;
background: #AAA;
@@
-25,7
+25,7
@@
background: green;
margin: 0px;
padding: 0px;
background: green;
margin: 0px;
padding: 0px;
-}
+}
*/
.toolbar-buttons-container {
background: #DDD;
.toolbar-buttons-container {
background: #DDD;
@@
-33,34
+33,32
@@
padding-bottom: 2px;
}
padding-bottom: 2px;
}
-.toolbar-buttons-container
button
{
+.toolbar-buttons-container
a
{
background: #DDD;
border: none;
padding: 2px 0.5em;
background: #AAA;
font-family: Sans-Serif;
background: #DDD;
border: none;
padding: 2px 0.5em;
background: #AAA;
font-family: Sans-Serif;
+ color: #000;
+ text-decoration: none;
}
}
-.toolbar-buttons-container
button
:hover {
+.toolbar-buttons-container
a
:hover {
background: #EEE;
}
background: #EEE;
}
-.toolbar-buttons-container
button
:active {
+.toolbar-buttons-container
a
:active {
background: yellow;
}
background: yellow;
}
-.panel-toolbar-extra
button
{
+.panel-toolbar-extra
a
{
background: inherit;
}
background: inherit;
}
-.toolbar-tabs-container > p {
- background: #CCC;
-}
-
-.toolbar-tabs-container > p button {
+.toolbar-tabs-container a {
background: #CCC;
}
background: #CCC;
}
-.toolbar-tabs-container
button
.active {
+.toolbar-tabs-container
a
.active {
background: #DDD;
}
\ No newline at end of file
background: #DDD;
}
\ No newline at end of file