Version 0.1.6
This commit is contained in:
parent
3a3faca0b3
commit
01fa347c9c
|
@ -1,4 +1,4 @@
|
||||||
(defproject day8.re-frame/trace "0.1.6-SNAPSHOT"
|
(defproject day8.re-frame/trace "0.1.6"
|
||||||
:description "Tracing and developer tools for re-frame apps"
|
:description "Tracing and developer tools for re-frame apps"
|
||||||
:url "https://github.com/Day8/re-frame-trace"
|
:url "https://github.com/Day8/re-frame-trace"
|
||||||
:license {:name "MIT"}
|
:license {:name "MIT"}
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
}
|
}
|
||||||
#--re-frame-trace-- a,
|
#--re-frame-trace-- a,
|
||||||
#--re-frame-trace-- a:visited {
|
#--re-frame-trace-- a:visited {
|
||||||
color: #333;
|
color: #222222;
|
||||||
border-bottom: 1px #333 dotted;
|
border-bottom: 1px #333 dotted;
|
||||||
}
|
}
|
||||||
#--re-frame-trace-- a:hover,
|
#--re-frame-trace-- a:hover,
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#--re-frame-trace-- tbody {
|
#--re-frame-trace-- tbody {
|
||||||
color: #aaa;
|
color: #aaaaaa;
|
||||||
}
|
}
|
||||||
#--re-frame-trace-- tr:hover {
|
#--re-frame-trace-- tr:hover {
|
||||||
transition: all 0.1s ease-out;
|
transition: all 0.1s ease-out;
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
}
|
}
|
||||||
#--re-frame-trace-- .tab.active {
|
#--re-frame-trace-- .tab.active {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-bottom: 3px solid lightblue;
|
border-bottom: 3px solid #add8e6;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
@ -228,7 +228,7 @@
|
||||||
}
|
}
|
||||||
#--re-frame-trace-- .filter-items li {
|
#--re-frame-trace-- .filter-items li {
|
||||||
color: #333;
|
color: #333;
|
||||||
background: #efefef;
|
background: #efeef1;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
@ -258,7 +258,7 @@
|
||||||
}
|
}
|
||||||
#--re-frame-trace-- .nav {
|
#--re-frame-trace-- .nav {
|
||||||
background: #efeef1;
|
background: #efeef1;
|
||||||
color: #222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
#--re-frame-trace-- .panel-content-top {
|
#--re-frame-trace-- .panel-content-top {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in New Issue