mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 02:10:22 -06:00
324 lines
7.0 KiB
CSS
324 lines
7.0 KiB
CSS
/*
|
|
* firefly.css
|
|
* Copyright (c) 2019 james@firefly-iii.org
|
|
*
|
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
/* used in transaction groups */
|
|
.no-margin-pagination {padding-bottom:0;padding-top:0;}
|
|
.no-margin-pagination ul.pagination {margin:0 !important;}
|
|
|
|
/* TODO find out where this is used. */
|
|
input.ti-new-tag-input {
|
|
font-size: 14px !important;
|
|
line-height: 1.42857143;
|
|
color: #555;
|
|
font-family:"Source Sans Pro", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
|
|
}
|
|
|
|
/* TODO Find out where this is used. */
|
|
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
|
|
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
|
|
.autocomplete-selected { background: #F0F0F0; }
|
|
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
|
|
.autocomplete-group { padding: 2px 5px; font-weight: bold;}
|
|
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
|
|
|
|
#daterange {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.info-box-number {
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.markdown blockquote p {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.markdown h1 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.general-chart-error {
|
|
height: 30px;
|
|
background: url('/v1/images/error.png') no-repeat center center;
|
|
}
|
|
|
|
p.tagcloud .label {
|
|
line-height: 2;
|
|
}
|
|
|
|
.piggy-handle {
|
|
cursor: move;
|
|
}
|
|
.object-handle {
|
|
cursor: move;
|
|
}
|
|
.rule-handle {
|
|
cursor: move;
|
|
}
|
|
.bill-handle {
|
|
cursor: move;
|
|
}
|
|
|
|
body.waiting * {
|
|
cursor: progress;
|
|
}
|
|
|
|
.preferences-box {
|
|
border: 1px #ddd solid;
|
|
border-radius: 4px 4px 0 0;
|
|
padding: 15px;
|
|
margin: 15px;
|
|
}
|
|
|
|
#map-canvas {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/* cursors */
|
|
.rule-triggers {
|
|
cursor: move;
|
|
}
|
|
|
|
.rule-actions {
|
|
cursor: move;
|
|
}
|
|
|
|
.firefly-info-button {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#testTriggerModal .modal-body {
|
|
max-height: 500px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.bootstrap-tagsinput {
|
|
margin-bottom: 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
.loading {
|
|
background: url('/v1/images/loading-small.gif') no-repeat center center;
|
|
min-height: 30px;
|
|
}
|
|
|
|
@media print {
|
|
a[href]:after {
|
|
content: none !important;
|
|
}
|
|
}
|
|
|
|
.edit_tr_buttons {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.edit_tr_buttons .btn {
|
|
float: none;
|
|
display: inline-block;
|
|
}
|
|
|
|
span.info-box-text a, span.info-box-number a {
|
|
color: #fff;
|
|
}
|
|
|
|
span.info-box-icon a {
|
|
color: #fff;
|
|
}
|
|
|
|
span.info-box-text a:hover, span.info-box-number a:hover {
|
|
color: #fff;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
max-height: 300px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.accordion {
|
|
margin-bottom:-3px;
|
|
}
|
|
|
|
.accordion-group {
|
|
border: none;
|
|
}
|
|
|
|
span.twitter-typeahead .tt-menu,
|
|
span.twitter-typeahead .tt-dropdown-menu {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0;
|
|
z-index: 1000;
|
|
display: none;
|
|
float: left;
|
|
min-width: 160px;
|
|
padding: 5px 0;
|
|
margin: 2px 0 0;
|
|
list-style: none;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
background-color: #ffffff;
|
|
border: 1px solid #cccccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
background-clip: padding-box;
|
|
}
|
|
span.twitter-typeahead .tt-suggestion {
|
|
display: block;
|
|
padding: 3px 20px;
|
|
clear: both;
|
|
font-weight: normal;
|
|
line-height: 1.42857143;
|
|
color: #333333;
|
|
white-space: nowrap;
|
|
}
|
|
span.twitter-typeahead .tt-suggestion.tt-cursor,
|
|
span.twitter-typeahead .tt-suggestion:hover,
|
|
span.twitter-typeahead .tt-suggestion:focus {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
outline: 0;
|
|
background-color: #337ab7;
|
|
}
|
|
.input-group.input-group-lg span.twitter-typeahead .form-control {
|
|
height: 46px;
|
|
padding: 10px 16px;
|
|
font-size: 18px;
|
|
line-height: 1.3333333;
|
|
border-radius: 6px;
|
|
}
|
|
.input-group.input-group-sm span.twitter-typeahead .form-control {
|
|
height: 30px;
|
|
padding: 5px 10px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
span.twitter-typeahead {
|
|
width: 100%;
|
|
}
|
|
.input-group span.twitter-typeahead {
|
|
display: block !important;
|
|
height: 34px;
|
|
}
|
|
.input-group span.twitter-typeahead .tt-menu,
|
|
.input-group span.twitter-typeahead .tt-dropdown-menu {
|
|
top: 32px !important;
|
|
}
|
|
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
|
|
border-radius: 0;
|
|
}
|
|
.input-group span.twitter-typeahead:first-child .form-control {
|
|
border-top-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.input-group span.twitter-typeahead:last-child .form-control {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
}
|
|
.input-group.input-group-sm span.twitter-typeahead {
|
|
height: 30px;
|
|
}
|
|
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
|
|
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
|
|
top: 30px !important;
|
|
}
|
|
.input-group.input-group-lg span.twitter-typeahead {
|
|
height: 46px;
|
|
}
|
|
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
|
|
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
|
|
top: 46px !important;
|
|
}
|
|
|
|
/*
|
|
.twitter-typeahead {
|
|
width:100%;
|
|
}
|
|
span.twitter-typeahead {
|
|
display: inline !important;width:100%;
|
|
|
|
}
|
|
.tt-input {
|
|
background-color:#fff !important;
|
|
}
|
|
|
|
|
|
.twitter-typeahead .tt-query,
|
|
.twitter-typeahead .tt-hint {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.twitter-typeahead .tt-hint
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.tt-menu {
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0;
|
|
z-index: 1000;
|
|
display: none;
|
|
float: left;
|
|
min-width: 160px;
|
|
padding: 5px 0;
|
|
margin: 2px 0 0;
|
|
list-style: none;
|
|
font-size: 14px;
|
|
background-color: #ffffff;
|
|
border: 1px solid #cccccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
background-clip: padding-box;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tt-suggestion {
|
|
display: block;
|
|
padding: 3px 20px;
|
|
clear: both;
|
|
font-weight: normal;
|
|
line-height: 1.428571429;
|
|
color: #333333;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tt-suggestion:hover,
|
|
.tt-suggestion:focus {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
outline: 0;
|
|
background-color: #428bca;
|
|
}
|
|
*/
|