changes
This commit is contained in:
@@ -1,16 +1,3 @@
|
||||
/*li:hover .app-navigation-entry-utils-buttom {
|
||||
display: inline-block;
|
||||
}
|
||||
li .app-navigation-entry-utils-buttom,
|
||||
li:hover .app-navigation-entry-utils-counter {
|
||||
display: none;
|
||||
}
|
||||
.app-navigation-entry-utils button {
|
||||
border:none;
|
||||
color: #aaa !important;
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
*/
|
||||
.app-navigation-entry-utils-menu-button {
|
||||
display: block !important;
|
||||
}
|
||||
@@ -36,10 +23,12 @@ li:hover .app-navigation-entry-utils-counter {
|
||||
background-color:#fff;
|
||||
}
|
||||
#board {
|
||||
position-relative;
|
||||
position: relative;
|
||||
height:100%;
|
||||
white-space: nowrap; /* important */
|
||||
overflow: auto;
|
||||
background-color:#ffffff;
|
||||
|
||||
padding:0;
|
||||
}
|
||||
#board #innerBoard {
|
||||
@@ -53,10 +42,10 @@ li:hover .app-navigation-entry-utils-counter {
|
||||
padding:10px;
|
||||
position: fixed;
|
||||
width:100%;
|
||||
color: #fff;
|
||||
color: #333333;
|
||||
padding-right:250px;
|
||||
z-index:100;
|
||||
background-color:#aaa;
|
||||
background-color:#ffffff;
|
||||
}
|
||||
#board .board-actions {
|
||||
position:absolute;
|
||||
@@ -71,12 +60,9 @@ li:hover .app-navigation-entry-utils-counter {
|
||||
}
|
||||
.stack {
|
||||
width:320px;
|
||||
background-color:#f1f1f1;
|
||||
border-radius: 3px;
|
||||
margin-right:10px;
|
||||
-webkit-box-shadow: 0px 0px 3px 0px #aaa;
|
||||
vertical-align: top;
|
||||
display:inline-block !important;
|
||||
display:inline-block !important;
|
||||
}
|
||||
.stack h2 {
|
||||
padding: 5px;
|
||||
@@ -113,7 +99,8 @@ li:hover .app-navigation-entry-utils-counter {
|
||||
float:right;
|
||||
}
|
||||
.card {
|
||||
background-color:#fff;
|
||||
background-color:#fafafa;
|
||||
border: 1px solid #aaa;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
padding-bottom:4px;
|
||||
@@ -140,6 +127,12 @@ li:hover .app-navigation-entry-utils-counter {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.as-sortable-placeholder {
|
||||
margin:5px;
|
||||
margin-bottom:5px;
|
||||
border: 1px dashed #aaa;
|
||||
}
|
||||
|
||||
.labels {
|
||||
position:absolute;
|
||||
top:0px;
|
||||
@@ -172,12 +165,17 @@ li:hover .app-navigation-entry-utils-counter {
|
||||
|
||||
.card.create {
|
||||
text-align:center;
|
||||
opacity: 0.6;
|
||||
margin:0;
|
||||
border: none;
|
||||
}
|
||||
.card.create:hover {
|
||||
text-align:center;
|
||||
opacity: 1;
|
||||
}
|
||||
.card.create h3 {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.card.create h3 input {
|
||||
width:100%;
|
||||
border:0px;
|
||||
@@ -187,9 +185,18 @@ li:hover .app-navigation-entry-utils-counter {
|
||||
font-size:10pt;
|
||||
margin:0;
|
||||
padding:0;
|
||||
border-bottom:1px solid #aaa;
|
||||
border-bottom:1px solid #ffffff;
|
||||
border-radius: 0px;
|
||||
margin-bottom:20px;
|
||||
color: #ffffff;
|
||||
background-color: transparent;
|
||||
}
|
||||
.card.create .fa {
|
||||
color:#ffffff;
|
||||
width:100%;
|
||||
}
|
||||
.card.create .fa:hover {
|
||||
opacity: 0.5;
|
||||
cursor: pointer;
|
||||
}
|
||||
.due {
|
||||
background-color:#eee;
|
||||
|
||||
Reference in New Issue
Block a user