Refactoring/simplification of the pull-request about links
This commit is contained in:
@@ -51,4 +51,10 @@ a.btn-blue:focus,
|
||||
.btn-blue:focus {
|
||||
border-color: #2f5bb7;
|
||||
background: #357ae8;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-blue:disabled {
|
||||
color: #ccc;
|
||||
border: 1px solid #ccc;
|
||||
background: #f7f7f7;
|
||||
}
|
||||
|
||||
@@ -55,8 +55,6 @@ textarea {
|
||||
|
||||
select {
|
||||
max-width: 95%;
|
||||
paddin-top: 5px;
|
||||
paddin-bottom: 5px;
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
|
||||
@@ -79,7 +79,7 @@ a.task-board-nobody {
|
||||
.task-board-date {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
left: 1px;
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
}
|
||||
@@ -226,6 +226,6 @@ a.task-board-nobody {
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.task-closed {
|
||||
.task-link-closed {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
@@ -64,9 +64,10 @@ div.ui-tooltip {
|
||||
width: 550px;
|
||||
}
|
||||
|
||||
.tooltip-tasklinks ul{
|
||||
padding-left: 13px;
|
||||
.tooltip-tasklinks li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.column-tooltip {
|
||||
color: #999;
|
||||
font-size: 0.95em;
|
||||
|
||||
Reference in New Issue
Block a user