Files
paper-gtk-theme/Paper/gtk-3.0/widgets/menu-button.css

83 lines
2.3 KiB
CSS
Raw Normal View History

2015-02-27 17:30:26 -05:00
/* Copyright 2015 Sam Hewitt.
2014-12-13 12:48:16 -05:00
*
* This file is part of the Paper GTK theme.
*
* The Paper GTK theme 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.
*
* The Paper GTK theme 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 the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/
/***************
* Menu Button *
***************/
2014-12-19 10:57:16 -05:00
.menu-button {
2015-04-23 22:11:31 -04:00
color: @text;
}
.menu-button .menu,
2015-04-26 18:08:22 -04:00
.menu-button .menu GtkLabel,
.menu-button.image-button .menu,
.menu-button.image-button .menu GtkLabel {
2015-04-23 22:11:31 -04:00
color: @text;
}
.menu-button .menu:backdrop GtkLabel,
2015-04-26 18:08:22 -04:00
.menu-button .menuitem:backdrop GtkLabel
.menu-button.image-button .menu:backdrop GtkLabel,
.menu-button.image-button .menuitem:backdrop GtkLabel {
2015-04-23 22:11:31 -04:00
color: @backdrop_text;
}
.menu-button .menu:insensitive GtkLabel,
2015-04-26 18:08:22 -04:00
.menu-button .menuitem:insensitive GtkLabel,
.menu-button.image-button .menu:insensitive GtkLabel,
.menu-button.image-button .menuitem:insensitive GtkLabel {
2015-04-23 22:11:31 -04:00
color: @insensitive_text;
}
.menu-button .menu .accelerator,
.menu-button .menu .accelerator:insensitive,
.menu-button .menuitem .accelerator,
.menu-button .menuitem .accelerator:insensitive
.menu-button .menu .menuitem .accelerator,
2015-04-26 18:08:22 -04:00
.menu-button .menu .menuitem .accelerator:insensitive,
.menu-button.image-button .menu .accelerator,
.menu-button.image-button .menu .accelerator:insensitive,
.menu-button.image-button .menuitem .accelerator,
.menu-button.image-button .menuitem .accelerator:insensitive
.menu-button.image-button .menu .menuitem .accelerator,
.menu-button.image-button .menu .menuitem .accelerator:insensitive {
2015-04-23 22:11:31 -04:00
color: @insensitive_text;
2014-12-13 12:48:16 -05:00
}
2014-12-19 10:57:16 -05:00
.menu-button.separator {
2015-04-23 22:11:31 -04:00
color: @separator;
2014-12-13 12:48:16 -05:00
}
2014-12-19 10:57:16 -05:00
.menu-button:hover {
2014-12-13 12:48:16 -05:00
}
2014-12-19 10:57:16 -05:00
.menu-button:insensitive {
2015-04-23 22:11:31 -04:00
color: @insensitive_text;
2014-12-13 12:48:16 -05:00
}
2014-12-19 10:57:16 -05:00
.menu-button:hover,
.menu-button:active,
.menu-button:active:insensitive,
.menu-button:insensitive,
.menu-button {
2014-12-13 12:48:16 -05:00
}
GtkMenuButton.button:active,
2014-12-15 12:09:13 -05:00
GtkMenuButton.button.raised:active {
2014-12-13 12:48:16 -05:00
}