Skip to content
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
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

gnome-shell.css #22

wants to merge 37 commits into from

Conversation

birdofprey
Copy link

/* 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);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants