Added some legacy GNOME shell stuff

This commit is contained in:
Sam Hewitt 2015-03-25 15:04:43 -04:00
parent 76e7e09663
commit 6c6166d60b
2 changed files with 112 additions and 1 deletions

View File

@ -0,0 +1,108 @@
/* Copyright 2015 Sam Hewitt.
*
* This file is part of the Paper theme.
*
* Layout and code style adapted from the default GNOME Shell theme
* Copyright 2009 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 3, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
* more details.
*/
/* Buttons */
.candidate-page-button,
.notification-button,
.notification-icon-button,
.hotplug-notification-item,
.hotplug-resident-eject-button,
.modal-dialog-button {
border-radius: 2px;
border-width: 1px;
margin-top: 0.5em;
padding: 4px 32px;
color: #dbdee0;
font-weight: bold;
background:none;
background-gradient-direction: none;
border:none;
border-color: rgba(0,0,0,0);
box-shadow: none;
text-shadow: none;
icon-shadow: none;
background-gradient-direction: none;
background-gradient-start: rgba(255, 255, 255, 0);
background-gradient-end: rgba(255, 255, 255, 0);}
.candidate-page-button:hover,
.notification-button:hover,
.notification-icon-button:hover,
.hotplug-notification-item:hover,
.hotplug-resident-eject-button:hover,
.modal-dialog-button:hover {
color: #fff;
border-color: rgba(0,0,0,0);
border:none;
background-color: rgba(255,255,255,0.1);
background-gradient-direction: none;
box-shadow: none;
text-shadow: none;
icon-shadow: none;
background-gradient-start: rgba(255, 255, 255, 0);
background-gradient-end: rgba(255, 255, 255, 0);}
.notification-button:focus,
.notification-icon-button:focus,
.hotplug-notification-item:focus,
.modal-dialog-button:focus {
color: #fff;
border-color: rgba(0,0,0,0);
border:none;
background-color: rgba(255,255,255,0.1);
background-gradient-direction: none;
box-shadow: none;
text-shadow: none;
icon-shadow: none;
border-width: 0px;}
.candidate-page-button:active,
.candidate-page-button:pressed,
.notification-button:active,
.notification-icon-button:active,
.hotplug-notification-item:active,
.hotplug-resident-eject-button:active,
.modal-dialog-button:active,
.modal-dialog-button:pressed {
color: #fff;
border-color: rgba(0,0,0,0);
background-color: rgba(0,0,0,0.1);
background-gradient-direction: none;
box-shadow: none;
text-shadow: none;
icon-shadow: none;
background-gradient-start: rgba(255, 255, 255, 0);
background-gradient-end: rgba(255, 255, 255, 0);}
.candidate-page-button:insensitive,
.notification-button:insensitive,
.notification-icon-button:insensitive,
.modal-dialog-button:insensitive {
color: rgba(255,255,255,0.3);
border-color: rgba(0,0,0,0);
background-color: rgba(0,0,0,0.0);
background-gradient-direction: none;
box-shadow: none;
text-shadow: none;
icon-shadow: none;}
/* Menus */
.popup-submenu-menu-item:open {
background-color: #454d50;
}

View File

@ -1038,7 +1038,7 @@ StScrollBar {
.search-section-separator {
-gradient-height: 1px;
-gradient-start: rgba(255, 255, 255, 0);
-gradient-end: rgba(255, 255, 255, 0.05);
-gradient-end: rgba(255, 255, 255, 0.5);
-margin-horizontal: 1.5em;
height: 1px;}
@ -1961,3 +1961,6 @@ StScrollBar {
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
padding: 8px;
margin: 12px }
@import url("gnome-legacy.css");