-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnome-shell.css #22
Open
birdofprey
wants to merge
37
commits into
master
Choose a base branch
from
dark
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
gnome-shell.css #22
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openbox dark
… of the above for openbox as well
…nel a pixel taller)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
/* there should be an easier way to change the shell font */
stage {
font-family: cantarell, sans-serif;
font-size: 11pt;
}
/* transculent panel */
#panel {
background-color: rgba(0, 0, 0, 0.62);
height: 1.28em;/23px;/
border: 1px solid rgba(0, 0, 0, 0.62);
}
/* centers the panel text and buttons */
.panel-button {
font-size: 11pt;
}
/* removes the ugly corners from the panel */
#panel .panel-corner {
-panel-corner-radius: 0;
}
/* the popup-menu arrows are h-i-d-e-o-u-s */
.popup-menu-boxpointer,
.candidate-popup-boxpointer {
-arrow-border-radius: 0;
-arrow-base: 0;
-arrow-rise: 0;
-arrow-background-color: rgba(0, 0, 0, 0.63);
margin: 2px 8px 8px;
}
/* hides the unnecessary popup-menu separators */
.popup-separator-menu-item {
border: none;
}
/* add transparency to the notifications */
.message {
background-color: transparent;
}
.message-list-section-title { /* deprecated in 3.22 /
color: #E8E8E7;
}
.message:focus,
.message-list-section-title:focus { / deprecated in 3.22 */
background-color: rgba(255, 255, 255, 0.37);
}
.message:hover,
.message-list-section-title:hover { /* deprecated in 3.22 */
background-color: rgba(255, 255, 255, 0.37);
}
/* big album covers, yay */
.media-message-cover-icon {
icon-size: 64px;
}
/* removes the border from the new notifcation-clear button */
.message-list-clear-button.button {
border: none;
border-color: transparent;
}
.message-list-clear-button.button:hover {
background-color: rgba(255, 255, 255, 0.37);
}
/* add transparency to the notification popups */
.notification-banner,
.notification-banner:hover,
.notification-banner:focus {
background-color: rgba(0, 0, 0, 0.63);
border-radius: 0;
}
/* adds transparency to the volume popup */
.osd-window {
background-color: rgba(0, 0, 0, 0.63);
border: 1px solid rgba(0, 0, 0, 0.50);
border-radius: 2px;
}
/* adds transparency to the alt-tab switcher */
.switcher-list {
background-color: rgba(0, 0, 0, 0.63);
border: 1px solid rgba(0, 0, 0, 0.50);
border-radius: 2px;
}
.search-entry {
border-radius: 0px;
padding: 7px 9px;
border: 1px solid rgba(0, 0, 0, 0.50);
background-color: rgba(0, 0, 0, 0.63);
}