voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
d597fbff44c9a72b5c1a4fde5e147559ba3c94c8
parent
ec0148a0cebf7bb753a77fef353fcd83baec9623
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-10-18 06:57
disabled button styling

Diffstat

M static/scss/bar.scss 14 ++++++++++----

1 files changed, 10 insertions, 4 deletions


diff --git a/static/scss/bar.scss b/static/scss/bar.scss

@@ -14,15 +14,21 @@
   14    14 	appearance: none;
   15    15 	background: none;
   16    16 	border: 0;
   17    -1 	cursor: pointer;
   18    17 	font: inherit;
   19    18 	color: inherit;
   20    19 	text-align: center;
   21    20 	min-width: 2.3em;
   22    21 
   23    -1 	&:focus,
   24    -1 	&:hover {
   25    -1 		background-color: rgba($color-bg, 0.2);
   -1    22 	&:not(:disabled) {
   -1    23 		cursor: pointer;
   -1    24 
   -1    25 		&:focus,
   -1    26 		&:hover {
   -1    27 			background-color: rgba($color-bg, 0.2);
   -1    28 		}
   -1    29 	}
   -1    30 	&:disabled {
   -1    31 		opacity: 0.5;
   26    32 	}
   27    33 
   28    34 	@media print {