Refined gnome-shell theme

This commit is contained in:
Sam Hewitt 2015-03-13 01:49:43 -04:00
parent 8293fb1d78
commit f19ee6f183
4 changed files with 124 additions and 108 deletions

View File

@ -14,7 +14,7 @@
height="16" height="16"
id="svg2" id="svg2"
sodipodi:version="0.32" sodipodi:version="0.32"
inkscape:version="0.48.4 r9939" inkscape:version="0.91 r13725"
version="1.0" version="1.0"
sodipodi:docname="more-results.svg" sodipodi:docname="more-results.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"> inkscape:output_extension="org.inkscape.output.svg.inkscape">
@ -107,25 +107,28 @@
</defs> </defs>
<sodipodi:namedview <sodipodi:namedview
id="base" id="base"
pagecolor="#ffffff" pagecolor="#555555"
bordercolor="#9a9a9a" bordercolor="#9a9a9a"
borderopacity="1" borderopacity="1"
inkscape:pageopacity="0.0" inkscape:pageopacity="0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="1" inkscape:zoom="2.8284271"
inkscape:cx="9.5552546" inkscape:cx="28.070552"
inkscape:cy="9.3268368" inkscape:cy="5.2671556"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer3" inkscape:current-layer="layer3"
showgrid="false" showgrid="false"
inkscape:showpageshadow="false" inkscape:showpageshadow="false"
showguides="true" showguides="true"
inkscape:guide-bbox="true" inkscape:guide-bbox="true"
inkscape:window-width="1364" inkscape:window-width="1366"
inkscape:window-height="701" inkscape:window-height="699"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="27" inkscape:window-y="27"
inkscape:window-maximized="1"> inkscape:window-maximized="1"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true">
<inkscape:grid <inkscape:grid
type="xygrid" type="xygrid"
id="grid3672" id="grid3672"
@ -140,6 +143,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@ -175,16 +179,5 @@
sodipodi:nodetypes="ccccccccccccc" sodipodi:nodetypes="ccccccccccccc"
inkscape:label="#rect2498" inkscape:label="#rect2498"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
<path
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none"
d="M -14.15625,2.09375 A 0.8995176,0.8995176 0 0 0 -14.875,3 l 0,2.09375 -2.125,0 A 0.8995176,0.8995176 0 0 0 -17.90625,6 l 0,4 A 0.8995176,0.8995176 0 0 0 -17,10.90625 l 2.125,0 0,2.09375 a 0.8995176,0.8995176 0 0 0 0.90625,0.90625 l 4,0 A 0.8995176,0.8995176 0 0 0 -9.0625,13 l 0,-2.09375 2.0625,0 A 0.8995176,0.8995176 0 0 0 -6.09375,10 l 0,-4 A 0.8995176,0.8995176 0 0 0 -7,5.09375 l -2.0625,0 0,-2.09375 A 0.8995176,0.8995176 0 0 0 -9.96875,2.09375 l -4,0 a 0.8995176,0.8995176 0 0 0 -0.09375,0 0.8995176,0.8995176 0 0 0 -0.09375,0 z M -13.96875,3 l 4,0 0,3 L -7,6 l 0,4 -2.96875,0 0,3 -4,0 0,-3 -3.03125,0 0,-4 3.03125,0 0,-3 z"
id="path4558"
inkscape:connector-curvature="0" />
<path
style="opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none"
d="m -17,10 0,1 3.03125,0 0,-1 L -17,10 z m 7.03125,0 0,1 2.96875,0 0,-1 -2.96875,0 z m -4,3 0,1 4,0 0,-1 -4,0 z"
id="BevelHighlight"
inkscape:label="#path3182"
inkscape:connector-curvature="0" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -24,54 +24,58 @@ stage {
/* Buttons */ /* Buttons */
.button { .button {
border-radius: 3px; border-radius: 2px;
border-width: 1px; border-width: 1px;
margin-top: 0.5em;
padding: 4px 32px; padding: 4px 32px;
color: #dbdee0; color: #dbdee0;
background-color: #2d3335; font-weight: bold;
background:none;
background-gradient-direction: none; background-gradient-direction: none;
border-color: rgba(0, 0, 0, 0.5); border-color: rgba(0,0,0,0);
box-shadow: inset 0 1px #454d50; box-shadow: none;
text-shadow: 0 1px black; text-shadow: none;
icon-shadow: 0 1px black; } icon-shadow: none; }
.button:focus { .button:focus {
color: #dbdee0; color: #fff;
border-color: #9FB0B9; border-color: rgba(0,0,0,0);
box-shadow: inset 0 1px #454d50; border:none;
text-shadow: 0 1px black; background-color: rgba(255,255,255,0.1);
icon-shadow: 0 1px black; } box-shadow: none;
text-shadow: none;
icon-shadow: none; }
.button:insensitive { .button:insensitive {
color: #939695; color: rgba(0,0,0,0.5);
border-color: rgba(0, 0, 0, 0.5); border-color: rgba(0,0,0,0);
background-color: rgba(66, 71, 73, 0.7); background-color: rgba(0,0,0,0.0);
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } icon-shadow: none; }
.button:active { .button:active {
color: white; color: #fff;
border-color: rgba(0, 0, 0, 0.5); border-color: rgba(0,0,0,0);
background-color: #2d3335; background-color: rgba(0,0,0,0.1);
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } icon-shadow: none; }
/* Entries */ /* Entries */
StEntry { StEntry {
border-radius: 3px; border-radius: 2px;
padding: 4px; padding: 4px;
border-width: 1px; border-width: 1px;
color: rgba(219, 222, 224, 1.0); color: #555;
background-color: #2d3335; background-color: #fff;
background-gradient-direction: none; background-gradient-direction: none;
border-color: rgba(0, 0, 0, 0.7); border-color: rgba(0,0,0,0);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow: none;
selection-background-color: #9FB0B9; selection-background-color: #9FB0B9;
selected-color: #ffffff; } selected-color: #ffffff; }
StEntry:focus { StEntry:focus {
background-color: #dbdee0; background-color: #dbdee0;
color: #2d3335; color: #2d3335;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
border-color: rgba(0, 0, 0, 0.5); } border-color: rgba(0,0,0,0.5); }
StEntry:insensitive { StEntry:insensitive {
color: rgba(219, 222, 224, 0.8); color: rgba(219, 222, 224, 0.8);
border-color: #323636; border-color: #323636;
@ -109,7 +113,7 @@ StScrollBar {
height: 1em; height: 1em;
-slider-height: 4px; -slider-height: 4px;
-slider-background-color: #323636; -slider-background-color: #323636;
-slider-border-color: rgba(0, 0, 0, 0.2); -slider-border-color: rgba(0,0,0,0.2);
-slider-active-background-color: #9FB0B9; -slider-active-background-color: #9FB0B9;
-slider-active-border-color: #8298a3; -slider-active-border-color: #8298a3;
-slider-border-width: 1px; -slider-border-width: 1px;
@ -156,16 +160,20 @@ StScrollBar {
background-color: white; } background-color: white; }
.modal-dialog { .modal-dialog {
border-radius: 10px; border-radius: 2px;
color: #dbdee0; color: #dbdee0;
background-color: rgba(45, 51, 53, 0.95); background-color: #454D50 ;
border: 1px solid rgba(0, 0, 0, 0.5); border: 1px solid rgba(0,0,0,0);
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
padding: 24px; } padding: 24px; }
.modal-dialog .run-dialog-entry { .modal-dialog .run-dialog-entry {
width: 20em; width: 20em;
background-color: #dbdee0; background-color: #fff;
background-gradient-direction: none; background-gradient-direction: none;
color: #2d3335; box-shadow: none;
border: none;
color: #555;
border-radius: 0px;
margin-bottom: 6px; } margin-bottom: 6px; }
.modal-dialog .run-dialog-error-box { .modal-dialog .run-dialog-error-box {
padding-top: 16px; padding-top: 16px;
@ -175,7 +183,7 @@ StScrollBar {
.modal-dialog .run-dialog-label { .modal-dialog .run-dialog-label {
font-size: 12pt; font-size: 12pt;
font-weight: bold; font-weight: bold;
color: #dbdee0; color: rgba(255,255,255,0.6);
padding-bottom: .4em; } padding-bottom: .4em; }
.button-dialog-button-box { .button-dialog-button-box {
@ -190,7 +198,7 @@ StScrollBar {
/* End Session Dialog */ /* End Session Dialog */
.end-session-dialog { .end-session-dialog {
spacing: 42px; spacing: 42px;
border: 1px solid rgba(0, 0, 0, 0.7); } border: 1px solid rgba(0,0,0,0.7); }
.end-session-dialog-list { .end-session-dialog-list {
padding-top: 20px; } padding-top: 20px; }
@ -312,7 +320,7 @@ StScrollBar {
/* Password or Authentication Dialog */ /* Password or Authentication Dialog */
.prompt-dialog { .prompt-dialog {
width: 500px; width: 500px;
border: 1px solid rgba(0, 0, 0, 0.5); } border: 1px solid rgba(0,0,0,0.5); }
.prompt-dialog-main-layout { .prompt-dialog-main-layout {
spacing: 24px; spacing: 24px;
@ -420,7 +428,7 @@ StScrollBar {
-arrow-border-radius: 6px; -arrow-border-radius: 6px;
-arrow-background-color: #454d50; -arrow-background-color: #454d50;
-arrow-border-width: 1px; -arrow-border-width: 1px;
-arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-border-color: rgba(0,0,0,0.4);
-arrow-base: 24px; -arrow-base: 24px;
-arrow-rise: 11px; -arrow-rise: 11px;
-arrow-box-shadow: 0 1px 3px black; } -arrow-box-shadow: 0 1px 3px black; }
@ -486,11 +494,11 @@ StScrollBar {
.switcher-list .separator { .switcher-list .separator {
width: 1px; width: 1px;
background: rgba(0, 0, 0, 0.7); } background: rgba(0,0,0,0.7); }
.switcher-arrow { .switcher-arrow {
border-color: transparent; border-color: transparent;
color: rgba(0, 0, 0, 0.7); } color: rgba(0,0,0,0.7); }
.switcher-arrow:highlighted { .switcher-arrow:highlighted {
color: #dbdee0; } color: #dbdee0; }
@ -529,7 +537,7 @@ StScrollBar {
.switcher-list, .workspace-switcher-container { .switcher-list, .workspace-switcher-container {
color: #dbdee0; color: #dbdee0;
background-color: #2d3335; background-color: #2d3335;
border: 1px solid rgba(0, 0, 0, 0.4); border: 1px solid rgba(0,0,0,0.4);
border-radius: 10px; border-radius: 10px;
padding: 12px; } padding: 12px; }
@ -580,7 +588,7 @@ StScrollBar {
#panel .panel-button:hover { #panel .panel-button:hover {
color: white; } color: white; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
background-color: rgba(0, 0, 0, 0.01); background-color: rgba(0,0,0,0.01);
box-shadow: inset 0 -2px 0px #9FB0B9; box-shadow: inset 0 -2px 0px #9FB0B9;
color: white; } color: white; }
#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon {
@ -828,7 +836,7 @@ StScrollBar {
.window-close { .window-close {
-shell-close-overlap: 16px; } -shell-close-overlap: 16px; }
.window-close:rtl { .window-close:rtl {
-st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); } -st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5); }
.notification-close { .notification-close {
-shell-close-overlap-x: 14px; -shell-close-overlap-x: 14px;
@ -870,7 +878,7 @@ StScrollBar {
.nm-dialog-item { .nm-dialog-item {
font-size: 110%; font-size: 110%;
border-bottom: 1px solid rgba(0, 0, 0, 0.7); border-bottom: 1px solid rgba(0,0,0,0.7);
padding: 12px; padding: 12px;
spacing: 20px; } spacing: 20px; }
@ -914,7 +922,7 @@ StScrollBar {
.window-caption { .window-caption {
spacing: 25px; spacing: 25px;
color: #dbdee0; color: #dbdee0;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0,0,0,0.5);
border-radius: 8px; border-radius: 8px;
padding: 4px 12px; padding: 4px 12px;
-shell-caption-spacing: 12px; } -shell-caption-spacing: 12px; }
@ -925,25 +933,27 @@ StScrollBar {
.search-entry { .search-entry {
width: 320px; width: 320px;
border: 1px solid rgba(0, 0, 0, 0.4); border: 1px solid rgba(0,0,0,0);
color: #dbdee0; color: #aaa;
background-color: #454d50; background-color: #eeeeee;
background-gradient-direction: none; background-gradient-direction: none;
padding: 7px 9px; padding: 7px 9px;
border-radius: 4px; } border-radius: 2px;
.search-entry:focus { box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5); }
.search-entry:focus, .search-entry:hover {
padding: 7px 9px; padding: 7px 9px;
border: 1px solid rgba(0, 0, 0, 0.4); border: 1px solid rgba(0,0,0,0);
background-color: #dbdee0; background-color: #fff;
color: #2d3335; } color: #777;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); }
.search-entry .search-entry-icon { .search-entry .search-entry-icon {
icon-size: 1em; icon-size: 1em;
padding: 0 4px; padding: 0 4px;
color: #dbdee0; } color: #aaa; }
.search-entry:hover .search-entry-icon { .search-entry:hover .search-entry-icon {
color: #fff; } color: #aaa; }
.search-entry:focus .search-entry-icon { .search-entry:focus .search-entry-icon {
color: #2d3335; } color: #777; }
#searchResultsBin { #searchResultsBin {
max-width: 1000px; } max-width: 1000px; }
@ -1033,7 +1043,7 @@ StScrollBar {
padding: 4px 32px; } padding: 4px 32px; }
.app-view-control:checked { .app-view-control:checked {
color: white; color: white;
border-color: rgba(0, 0, 0, 0.7); border-color: rgba(0,0,0,0.7);
background-color: #2d3335; background-color: #2d3335;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
@ -1066,7 +1076,7 @@ StScrollBar {
background-color: rgba(45, 51,53,0.9); background-color: rgba(45, 51,53,0.9);
background-gradient-direction: none; background-gradient-direction: none;
background-image: none; background-image: none;
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.7); } box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.7); }
.app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon, .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon,
.app-well-app.app-folder:hover .overview-icon, .app-well-app.app-folder:hover .overview-icon,
@ -1184,7 +1194,7 @@ StScrollBar {
font-size: 11pt; font-size: 11pt;
width: 34em; width: 34em;
margin: 5px; margin: 5px;
border-radius: 3px; border-radius: 2px;
color: #555; color: #555;
background-color: #f7f7f7; background-color: #f7f7f7;
border: none; border: none;
@ -1202,23 +1212,24 @@ StScrollBar {
icon-size: 1.09em; } icon-size: 1.09em; }
.notification-banner .notification-actions { .notification-banner .notification-actions {
background-color: #ffffff; background-color: #ffffff;
border-radius: 2px;
padding-top: 0px; padding-top: 0px;
spacing: 1px; } spacing: 1px; }
.notification-banner .notification-button { .notification-banner .notification-button {
border: none; border: none;
padding: 4px 4px 5px; padding: 4px 4px 5px;
border-top-width: 1px; color: #738c99;
color: #555; font-weight: bold;
background-color: #f7f7f7; background-color: #fff;
border-color: rgba(0,0,0,0.2); border-color: rgba(0,0,0,0.0);
border-radius: 0 0 3px 3px; border-radius: 2px;
box-shadow: inset 0 1px rgba(255,255,255,0.1);} box-shadow: none}
.notification-banner .notification-button:first-child { .notification-banner .notification-button:first-child {
border-radius: 0 0 0 3px; } border-radius: 0 0 0 2px; }
.notification-banner .notification-button:last-child { .notification-banner .notification-button:last-child {
border-radius: 0 0 3px 0; } border-radius: 0 0 2px 0; }
.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus, .notification-banner .notification-button:focus { .notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus, .notification-banner .notification-button:focus {
background-color: #f3f3f3; } background-color: #f0f3f4; }
.notification { .notification {
font-size: 11pt; font-size: 11pt;
@ -1227,7 +1238,7 @@ StScrollBar {
border-radius: 6px; border-radius: 6px;
color: #555; color: #555;
background-color: #f7f7f7; background-color: #f7f7f7;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0,0,0,0.2);
spacing-rows: 4px; spacing-rows: 4px;
padding: 8px; padding: 8px;
spacing-columns: 10px; } spacing-columns: 10px; }
@ -1256,7 +1267,7 @@ StScrollBar {
background-color: #9FB0B9; background-color: #9FB0B9;
color: #dbdee0; color: #dbdee0;
border: 2px solid #dbdee0; border: 2px solid #dbdee0;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); box-shadow: 0 2px 2px rgba(0,0,0,0.5);
border-radius: 0.9em; } border-radius: 0.9em; }
.notification-scrollview { .notification-scrollview {
@ -1369,7 +1380,7 @@ StScrollBar {
/* Eeeky things */ /* Eeeky things */
.legacy-tray { .legacy-tray {
background-color: #454d50; background-color: #454d50;
border: 1px solid rgba(0, 0, 0, 0.7); border: 1px solid rgba(0,0,0,0.7);
border-bottom-width: 0; } border-bottom-width: 0; }
.legacy-tray:ltr { .legacy-tray:ltr {
border-radius: 0 6px 0 0; border-radius: 0 6px 0 0;
@ -1395,7 +1406,7 @@ StScrollBar {
/* On-screen Keyboard */ /* On-screen Keyboard */
#keyboard { #keyboard {
background-color: rgba(0, 0, 0, 0.7); } background-color: rgba(0,0,0,0.7); }
.keyboard-layout { .keyboard-layout {
spacing: 10px; spacing: 10px;
@ -1415,7 +1426,7 @@ StScrollBar {
font-size: 14pt; font-size: 14pt;
font-weight: bold; font-weight: bold;
border-radius: 5px; border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.7); border: 1px solid rgba(0,0,0,0.7);
color: white; } color: white; }
.keyboard-key:focus { .keyboard-key:focus {
color: #dbdee0; color: #dbdee0;
@ -1425,14 +1436,14 @@ StScrollBar {
icon-shadow: 0 1px black; } icon-shadow: 0 1px black; }
.keyboard-key:hover, .keyboard-key:checked { .keyboard-key:hover, .keyboard-key:checked {
color: white; color: white;
border-color: rgba(0, 0, 0, 0.7); border-color: rgba(0,0,0,0.7);
background-color: #454d50; background-color: #454d50;
box-shadow: inset 0 1px #5d696d; box-shadow: inset 0 1px #5d696d;
text-shadow: 0 1px black; text-shadow: 0 1px black;
icon-shadow: 0 1px black; } icon-shadow: 0 1px black; }
.keyboard-key:active { .keyboard-key:active {
color: white; color: white;
border-color: rgba(0, 0, 0, 0.7); border-color: rgba(0,0,0,0.7);
background-color: #2d3335; background-color: #2d3335;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
@ -1440,7 +1451,7 @@ StScrollBar {
.keyboard-key:grayed { .keyboard-key:grayed {
background-color: #2d3335; background-color: #2d3335;
color: #dbdee0; color: #dbdee0;
border-color: rgba(0, 0, 0, 0.7); } border-color: rgba(0,0,0,0.7); }
.keyboard-subkeys { .keyboard-subkeys {
color: white; color: white;
@ -1491,7 +1502,7 @@ StScrollBar {
/* Auth Dialogs & Screen Shield */ /* Auth Dialogs & Screen Shield */
.framed-user-icon { .framed-user-icon {
background-size: contain; background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.7); border: 1px solid rgba(0,0,0,0.7);
border-radius: 3px; } border-radius: 3px; }
.framed-user-icon:hover { .framed-user-icon:hover {
border-color: #656f6f; } border-color: #656f6f; }
@ -1510,27 +1521,27 @@ StScrollBar {
.login-dialog .modal-dialog-button:default { .login-dialog .modal-dialog-button:default {
color: #dbdee0; color: #dbdee0;
background-color: rgba(57, 64, 66, 0.5); background-color: rgba(57, 64, 66, 0.5);
border-color: rgba(0, 0, 0, 0.7); border-color: rgba(0,0,0,0.7);
box-shadow: inset 0 1px #454d50; box-shadow: inset 0 1px #454d50;
text-shadow: 0 1px black; text-shadow: 0 1px black;
icon-shadow: 0 1px black; } icon-shadow: 0 1px black; }
.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus {
color: white; color: white;
border-color: rgba(0, 0, 0, 0.7); border-color: rgba(0,0,0,0.7);
background-color: rgba(57, 64, 66, 0.7); background-color: rgba(57, 64, 66, 0.7);
box-shadow: inset 0 1px #5d696d; box-shadow: inset 0 1px #5d696d;
text-shadow: 0 1px black; text-shadow: 0 1px black;
icon-shadow: 0 1px black; } icon-shadow: 0 1px black; }
.login-dialog .modal-dialog-button:default:active { .login-dialog .modal-dialog-button:default:active {
color: white; color: white;
border-color: rgba(0, 0, 0, 0.7); border-color: rgba(0,0,0,0.7);
background-color: #2d3335; background-color: #2d3335;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } icon-shadow: none; }
.login-dialog .modal-dialog-button:default:insensitive { .login-dialog .modal-dialog-button:default:insensitive {
color: #939695; color: #939695;
border-color: rgba(0, 0, 0, 0.7); border-color: rgba(0,0,0,0.7);
background-color: rgba(66, 71, 73, 0.7); background-color: rgba(66, 71, 73, 0.7);
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
@ -1638,18 +1649,18 @@ StScrollBar {
width: 80px; width: 80px;
height: 48px; height: 48px;
-arrow-thickness: 12px; -arrow-thickness: 12px;
-arrow-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } -arrow-shadow: 0 1px 1px rgba(0,0,0,0.4); }
.screen-shield-clock { .screen-shield-clock {
color: white; color: white;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
padding-bottom: 1.5em; } padding-bottom: 1.5em; }
.screen-shield-clock-time { .screen-shield-clock-time {
font-size: 72pt; font-size: 72pt;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); } text-shadow: 0px 2px 2px rgba(0,0,0,0.4); }
.screen-shield-clock-date { .screen-shield-clock-date {
font-size: 28pt; } font-size: 28pt; }
@ -1684,7 +1695,7 @@ StScrollBar {
.screen-shield-background { .screen-shield-background {
background: black; background: black;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); } box-shadow: 0px 2px 4px rgba(0,0,0,0.4); }
#lockDialogGroup { #lockDialogGroup {
background: #2d3335 url("assets/noise-texture.png"); background: #2d3335 url("assets/noise-texture.png");
@ -1698,7 +1709,7 @@ StScrollBar {
background-color: rgba(57, 64, 66, 0.5); } background-color: rgba(57, 64, 66, 0.5); }
#LookingGlassDialog { #LookingGlassDialog {
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0,0,0,0.8);
spacing: 4px; spacing: 4px;
padding: 4px; padding: 4px;
border: 1px solid rgba(0,0,0,0.7); border: 1px solid rgba(0,0,0,0.7);
@ -1771,7 +1782,7 @@ StScrollBar {
spacing: 6px; } spacing: 6px; }
#LookingGlassPropertyInspector { #LookingGlassPropertyInspector {
background: rgba(0, 0, 0, 0.8); background: rgba(0,0,0,0.8);
border: 2px solid grey; border: 2px solid grey;
border-radius: 4px; border-radius: 4px;
padding: 6px; } padding: 6px; }

View File

@ -72,4 +72,16 @@ GtkMessageDialog GtkLabel {
GtkDialog .toolbar { GtkDialog .toolbar {
background-image: none; background-image: none;
background-color: @background; background-color: @background;
} }
GtkFileChooserDialog .search-bar {
background-color: @base;
border-color: @background;
box-shadow: none; }
GtkFileChooserDialog .search-bar:backdrop {
background-color: white;
border-color: @background; }
GtkFileChooserDialog .dialog-action-box {
border-top: 1px solid @border; }
GtkFileChooserDialog .dialog-action-box:backdrop {
border-top-color: @backdrop_border; }

View File

@ -16,9 +16,9 @@
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/. * with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/ */
/********** /******************
* Dialogs * * Message Dialogs *
***********/ *******************/
.message-dialog { .message-dialog {
padding: 0px; padding: 0px;