Themes updated including stuck-scrollbar workaround by TooWaBoo, closes #3605

This commit is contained in:
Morgan Hardwood
2017-01-22 21:37:40 +01:00
parent 392e6bd152
commit 9b2ab510f1
4 changed files with 867 additions and 648 deletions

View File

@@ -1,8 +1,8 @@
/* /*
This file is part of RawTherapee. This file is part of RawTherapee.
Copyright (c) 2015 DrSlony Copyright (c) 2015-2017 DrSlony
Copyright (c) 2016 Hombre Copyright (c) 2016-2017 Hombre
RawTherapee is free software: you can redistribute it and/or modify RawTherapee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@@ -18,6 +18,11 @@
along with RawTherapee. If not, see <http://www.gnu.org/licenses/>. along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/ */
/* Scrollbar stuck workaround */
scrollbar:not(.overlay-indicator):hover {
min-width: 1px;
}
* { * {
color: #AAAAAA; color: #AAAAAA;
} }

View File

@@ -1,8 +1,8 @@
/* /*
This file is part of RawTherapee. This file is part of RawTherapee.
Copyright (c) 2015 DrSlony Copyright (c) 2015-2017 DrSlony
Copyright (c) 2016 Hombre Copyright (c) 2016-2017 Hombre
RawTherapee is free software: you can redistribute it and/or modify RawTherapee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff