82 lines
2.4 KiB
CSS
82 lines
2.4 KiB
CSS
/**
|
|
* Copyright (c) 2017 Vlasta Vesely <vlastavesely@protonmail.ch>
|
|
*
|
|
* This file is part of Raleigh Reloaded GTK theme.
|
|
*
|
|
* This is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2
|
|
* as published by the Free Software Foundation.
|
|
*
|
|
* 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 General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
/***************
|
|
* Firefox ESR *
|
|
***************/
|
|
scrollbar.vertical .button.top {
|
|
background: @theme_bg_color center url("assets/pan-up-symbolic-fallback.png") no-repeat;
|
|
color: transparent;
|
|
}
|
|
scrollbar.vertical .button.bottom {
|
|
background: @theme_bg_color center url("assets/pan-down-symbolic-fallback.png") no-repeat;
|
|
color: transparent;
|
|
}
|
|
scrollbar.horizontal .button.left {
|
|
background: @theme_bg_color center url("assets/pan-start-symbolic-fallback.png") no-repeat;
|
|
color: transparent;
|
|
}
|
|
scrollbar.horizontal .button.right {
|
|
background: @theme_bg_color center url("assets/pan-end-symbolic-fallback.png") no-repeat;
|
|
color: transparent;
|
|
}
|
|
scrollbar.vertical .button.top:disabled {
|
|
background-image: url("assets/pan-up-symbolic-disabled-fallback.png");
|
|
}
|
|
scrollbar.vertical .button.bottom:disabled {
|
|
background-image: url("assets/pan-down-symbolic-disabled-fallback.png");
|
|
}
|
|
scrollbar.horizontal .button.left:disabled {
|
|
background-image: url("assets/pan-start-symbolic-disabled-fallback.png");
|
|
}
|
|
scrollbar.horizontal .button.right:disabled {
|
|
background-image: url("assets/pan-end-symbolic-disabled-fallback.png");
|
|
}
|
|
menu separator {
|
|
padding-top: 1px;
|
|
}
|
|
|
|
/***********
|
|
* LightDM *
|
|
***********/
|
|
.lightdm-gtk-greeter button {
|
|
padding: .7rem;
|
|
}
|
|
.lightdm-gtk-greeter entry {
|
|
padding: .7rem;
|
|
}
|
|
|
|
/* 2. 0 */
|
|
.lightdm-gtk-greeter #login_window.background,
|
|
/* 1.8.5 */
|
|
#login_window.background.lightdm-gtk-greeter,
|
|
#login_window.background.lightdm-gtk-greeter box.vertical {
|
|
border-image: url("assets/frame-etched-out.png") 2 / 2px stretch;
|
|
}
|
|
|
|
/* 2.0. */
|
|
.lightdm-gtk-greeter #login_window.background #buttonbox_frame,
|
|
/* 1.8.5 */
|
|
#login_window.background.lightdm-gtk-greeter #buttonbox_frame {
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
/************
|
|
* Inkscape *
|
|
************/
|