mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-20 22:24:09 +01:00
closing #1148 by removing the transparent background from the spinner. Does not solve the margin of the spinner on the buttons, but that is low prio for now
This commit is contained in:
parent
31118d8c8c
commit
57ad48d7d7
2 changed files with 26 additions and 20 deletions
|
|
@ -348,7 +348,7 @@ div#input_box {
|
|||
|
||||
#input_box ul#predecessor_ul {
|
||||
list-style-type: none;
|
||||
color: 0;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.show_from_input, .due_input, .project_input, .context_input,
|
||||
|
|
@ -1245,16 +1245,19 @@ button.positive, .widgets a.positive{
|
|||
border:1px solid #fbc2c4;
|
||||
color:#d12f19;
|
||||
}
|
||||
|
||||
.widgets a.negative:active{
|
||||
background-color:#d12f19;
|
||||
border:1px solid #d12f19;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.blockUI.blockOverlay {
|
||||
background-image:url('../images/waiting.gif');
|
||||
background-repeat:no-repeat;
|
||||
background-position:center center;
|
||||
background-color:white;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.bigWaiting {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue