firefly-iii/public/css/firefly.css

172 lines
3.5 KiB
CSS
Raw Normal View History

/*
* firefly.css
2017-10-21 01:40:00 -05:00
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
2017-10-21 01:40:00 -05:00
* This file is part of Firefly III.
*
2017-10-21 01:40:00 -05:00
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
2017-12-17 07:44:46 -06:00
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
2018-04-22 01:08:09 -05:00
.split_amount_input {
width: 40%;
border-radius: 0;
height: 36px;
padding: 6px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #ccd0d2;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.split_amount_input:focus {
border-color: #98cbe8;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(152, 203, 232, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(152, 203, 232, .6);
}
2016-09-21 12:23:50 -05:00
#daterange {
cursor: pointer;
}
2018-03-10 00:17:23 -06:00
.info-box-number {
line-height: 1.4;
}
2018-01-12 13:37:39 -06:00
.markdown blockquote p {
2018-03-10 00:17:23 -06:00
font-size: 14px;
2018-01-12 13:37:39 -06:00
}
2018-03-10 00:17:23 -06:00
2018-01-12 13:37:39 -06:00
.markdown h1 {
2018-03-10 00:17:23 -06:00
font-size: 24px;
2018-01-12 13:37:39 -06:00
}
2016-09-21 12:23:50 -05:00
.general-chart-error {
height: 30px;
background: url('/images/error.png') no-repeat center center;
}
2017-08-20 05:40:14 -05:00
p.tagcloud .label {
2017-11-15 04:33:07 -06:00
line-height: 2;
2017-08-20 05:40:14 -05:00
}
2016-09-21 12:23:50 -05:00
.handle {
cursor: move;
}
2016-04-03 04:07:51 -05:00
body.waiting * {
cursor: progress;
}
2016-10-14 12:48:19 -05:00
.preferences-box {
2017-01-10 12:55:52 -06:00
border: 1px #ddd solid;
2016-10-14 12:48:19 -05:00
border-radius: 4px 4px 0 0;
padding: 15px;
margin: 15px;
}
#map-canvas {
height: 100%;
2015-06-20 02:54:01 -05:00
margin: 0;
padding: 0;
2015-06-28 06:07:23 -05:00
}
2016-02-11 01:11:26 -06:00
.ff-error-page {
width: 1000px;
margin: 20px auto 0 auto;
}
2016-09-21 12:23:50 -05:00
2016-02-11 01:11:26 -06:00
.ff-error-page > .error-content {
margin-left: 190px;
display: block;
}
2016-09-21 12:23:50 -05:00
2016-02-11 01:11:26 -06:00
.ff-error-page > .error-content > h3 {
font-weight: 300;
font-size: 25px;
2016-02-05 22:01:34 -06:00
}
2016-09-21 12:23:50 -05:00
2016-02-11 01:11:26 -06:00
.ff-error-box {
2016-02-05 22:01:34 -06:00
width: 460px;
margin: 7% auto;
}
/* cursors */
2016-09-21 12:23:50 -05:00
.rule-triggers {
cursor: move;
}
.rule-actions {
cursor: move;
}
.firefly-info-button {
cursor: pointer;
}
#testTriggerModal .modal-body {
max-height: 500px;
overflow-y: scroll;
}
2016-09-21 12:23:50 -05:00
.bootstrap-tagsinput {
margin-bottom: 10px;
width: 100%;
2016-10-08 09:24:07 -05:00
}
.loading {
2016-10-14 12:48:19 -05:00
background: url('/images/loading-small.gif') no-repeat center center;
min-height: 30px;
}
@media print {
a[href]:after {
content: none !important;
}
2017-01-10 12:55:52 -06:00
}
.edit_tr_buttons {
white-space: nowrap;
}
.edit_tr_buttons .btn {
float: none;
display: inline-block;
}
2017-07-04 09:17:05 -05:00
span.info-box-text a, span.info-box-number a {
color: #000;
}
span.info-box-icon a {
color: #fff;
}
span.info-box-text a:hover, span.info-box-number a:hover {
color: #000;
text-decoration: underline;
2017-11-25 13:27:36 -06:00
}
.dropdown-menu {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
2017-07-04 09:17:05 -05:00
}