theme: menu separators, message tray icons
- menu separators not vertcally centered unfortunately - MT items not horizontally centered unfortunately
This commit is contained in:
parent
ee673cc5c4
commit
4cf6293066
@ -223,6 +223,16 @@ StScrollBar {
|
|||||||
-arrow-rise: 11px;
|
-arrow-rise: 11px;
|
||||||
-arrow-box-shadow: 0 1px 3px red; //dreaming. bug #689995
|
-arrow-box-shadow: 0 1px 3px red; //dreaming. bug #689995
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup-separator-menu-item {
|
||||||
|
-margin-horizontal: 24px;
|
||||||
|
height: 1px; //not really the whole box
|
||||||
|
padding: 0; //not really centered
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: lighten($borders_color,10%);
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* fallback menu
|
/* fallback menu
|
||||||
@ -674,6 +684,7 @@ StScrollBar {
|
|||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
height: 72px;
|
height: 72px;
|
||||||
box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
|
box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
|
||||||
|
padding: 4px;
|
||||||
.message-tray-summary { height: 72px; }
|
.message-tray-summary { height: 72px; }
|
||||||
|
|
||||||
.message-tray-menu-button {
|
.message-tray-menu-button {
|
||||||
@ -724,8 +735,9 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
//Message tray items
|
//Message tray items
|
||||||
.summary-source {
|
.summary-source {
|
||||||
border-radius: 4px;
|
border-radius: 0;
|
||||||
padding: 6px;
|
-st-natural-width: 60px; //FIXME left aligned rather than centered
|
||||||
|
padding: 9px;
|
||||||
transition-duration: 100ms;
|
transition-duration: 100ms;
|
||||||
}
|
}
|
||||||
.summary-source-button {
|
.summary-source-button {
|
||||||
|
@ -1176,6 +1176,15 @@ StScrollBar {
|
|||||||
-arrow-rise: 11px;
|
-arrow-rise: 11px;
|
||||||
-arrow-box-shadow: 0 1px 3px red; }
|
-arrow-box-shadow: 0 1px 3px red; }
|
||||||
|
|
||||||
|
.popup-separator-menu-item {
|
||||||
|
-margin-horizontal: 24px;
|
||||||
|
height: 1px;
|
||||||
|
padding: 0;
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: #343a3a;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-style: solid; }
|
||||||
|
|
||||||
/* fallback menu
|
/* fallback menu
|
||||||
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
|
- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled
|
||||||
app menu inside the main app window itself rather than the top bar
|
app menu inside the main app window itself rather than the top bar
|
||||||
@ -1561,7 +1570,8 @@ StScrollBar {
|
|||||||
background: #212424 url("noise-texture.png");
|
background: #212424 url("noise-texture.png");
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
height: 72px;
|
height: 72px;
|
||||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); }
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
|
||||||
|
padding: 4px; }
|
||||||
#message-tray .message-tray-summary {
|
#message-tray .message-tray-summary {
|
||||||
height: 72px; }
|
height: 72px; }
|
||||||
#message-tray .message-tray-menu-button StIcon {
|
#message-tray .message-tray-menu-button StIcon {
|
||||||
@ -1607,8 +1617,9 @@ StScrollBar {
|
|||||||
spacing: 6px; }
|
spacing: 6px; }
|
||||||
|
|
||||||
.summary-source {
|
.summary-source {
|
||||||
border-radius: 4px;
|
border-radius: 0;
|
||||||
padding: 6px;
|
-st-natural-width: 60px;
|
||||||
|
padding: 9px;
|
||||||
transition-duration: 100ms; }
|
transition-duration: 100ms; }
|
||||||
|
|
||||||
.summary-source-button:hover .summary-source, .summary-source-button:selected .summary-source, .summary-source-button:focus .summary-source {
|
.summary-source-button:hover .summary-source, .summary-source-button:selected .summary-source, .summary-source-button:focus .summary-source {
|
||||||
|
Loading…
Reference in New Issue
Block a user