Merge branch 'master' of https://github.com/vinceliuice/Sierra-gtk-theme
This commit is contained in:
commit
442983b1d5
|
@ -2395,6 +2395,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #498dff;
|
||||
|
@ -2449,6 +2454,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #dedede;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
|
@ -2500,7 +2512,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: #333333;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2525,7 +2537,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #373737;
|
||||
background-color: rgba(222, 222, 222, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2395,6 +2395,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #498dff;
|
||||
|
@ -2449,6 +2454,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #dedede;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
|
@ -2500,7 +2512,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: #333333;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2525,7 +2537,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #373737;
|
||||
background-color: rgba(222, 222, 222, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2395,6 +2395,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #498dff;
|
||||
|
@ -2449,6 +2454,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #dedede;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
|
@ -2500,7 +2512,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: rgba(51, 51, 51, 0.98);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2525,7 +2537,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #373737;
|
||||
background-color: rgba(222, 222, 222, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2395,6 +2395,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #498dff;
|
||||
|
@ -2449,6 +2454,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #dedede;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
|
@ -2500,7 +2512,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: rgba(51, 51, 51, 0.98);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2525,7 +2537,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #373737;
|
||||
background-color: rgba(222, 222, 222, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2399,6 +2399,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #0046DB;
|
||||
|
@ -2453,6 +2458,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #242424;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(36, 36, 36, 0.55);
|
||||
|
@ -2504,7 +2516,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: #ffffff;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2529,7 +2541,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #e9e9e9;
|
||||
background-color: rgba(36, 36, 36, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2399,6 +2399,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #0046DB;
|
||||
|
@ -2453,6 +2458,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #242424;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(36, 36, 36, 0.55);
|
||||
|
@ -2504,7 +2516,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: #ffffff;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2529,7 +2541,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #e9e9e9;
|
||||
background-color: rgba(36, 36, 36, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2399,6 +2399,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #0046DB;
|
||||
|
@ -2453,6 +2458,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #242424;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(36, 36, 36, 0.55);
|
||||
|
@ -2504,7 +2516,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: rgba(255, 255, 255, 0.95);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2529,7 +2541,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #e9e9e9;
|
||||
background-color: rgba(36, 36, 36, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2399,6 +2399,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #0046DB;
|
||||
|
@ -2453,6 +2458,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #242424;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(36, 36, 36, 0.55);
|
||||
|
@ -2504,7 +2516,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: rgba(255, 255, 255, 0.95);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2529,7 +2541,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #e9e9e9;
|
||||
background-color: rgba(36, 36, 36, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2393,6 +2393,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #498dff;
|
||||
|
@ -2447,6 +2452,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #dedede;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
|
@ -2498,7 +2510,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: #333333;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2523,7 +2535,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #373737;
|
||||
background-color: rgba(222, 222, 222, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2393,6 +2393,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #498dff;
|
||||
|
@ -2447,6 +2452,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #dedede;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
|
@ -2498,7 +2510,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: #333333;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2523,7 +2535,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #373737;
|
||||
background-color: rgba(222, 222, 222, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2393,6 +2393,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #498dff;
|
||||
|
@ -2447,6 +2452,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #dedede;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
|
@ -2498,7 +2510,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: rgba(51, 51, 51, 0.98);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2523,7 +2535,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #373737;
|
||||
background-color: rgba(222, 222, 222, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2393,6 +2393,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #498dff;
|
||||
|
@ -2447,6 +2452,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #dedede;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(222, 222, 222, 0.45);
|
||||
|
@ -2498,7 +2510,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: rgba(51, 51, 51, 0.98);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2523,7 +2535,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #373737;
|
||||
background-color: rgba(222, 222, 222, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2415,6 +2415,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #0046DB;
|
||||
|
@ -2469,6 +2474,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #242424;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(36, 36, 36, 0.55);
|
||||
|
@ -2520,7 +2532,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: #ffffff;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2545,7 +2557,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #e9e9e9;
|
||||
background-color: rgba(36, 36, 36, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2415,6 +2415,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #0046DB;
|
||||
|
@ -2469,6 +2474,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #242424;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(36, 36, 36, 0.55);
|
||||
|
@ -2520,7 +2532,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: #ffffff;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2545,7 +2557,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #e9e9e9;
|
||||
background-color: rgba(36, 36, 36, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2415,6 +2415,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #0046DB;
|
||||
|
@ -2469,6 +2474,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #242424;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(36, 36, 36, 0.55);
|
||||
|
@ -2520,7 +2532,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: rgba(255, 255, 255, 0.95);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2545,7 +2557,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #e9e9e9;
|
||||
background-color: rgba(36, 36, 36, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -2415,6 +2415,11 @@ menubar > menuitem menu,
|
|||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem menu menu,
|
||||
.menubar > menuitem menu menu {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
menubar > menuitem:hover,
|
||||
.menubar > menuitem:hover {
|
||||
background-color: #0046DB;
|
||||
|
@ -2469,6 +2474,13 @@ menu menuitem:hover arrow,
|
|||
-gtk-icon-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
|
||||
}
|
||||
|
||||
menu menuitem:hover menu arrow,
|
||||
.menu menuitem:hover menu arrow {
|
||||
color: #242424;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
menu menuitem:disabled,
|
||||
.menu menuitem:disabled {
|
||||
color: rgba(36, 36, 36, 0.55);
|
||||
|
@ -2520,7 +2532,7 @@ menu > arrow,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: rgba(255, 255, 255, 0.95);
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -2545,7 +2557,7 @@ menu > arrow.bottom,
|
|||
|
||||
menu > arrow:hover,
|
||||
.menu > arrow:hover {
|
||||
background-color: #e9e9e9;
|
||||
background-color: rgba(36, 36, 36, 0.08);
|
||||
}
|
||||
|
||||
menu > arrow:disabled,
|
||||
|
|
|
@ -1875,6 +1875,10 @@ menubar,
|
|||
|
||||
menu {
|
||||
border-radius: 0 0 $wm_radius $wm_radius;
|
||||
|
||||
menu { //submenu
|
||||
border-radius: $wm_radius;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover { //Seems like it :hover even with keyboard focus
|
||||
|
@ -1933,6 +1937,14 @@ menu,
|
|||
color: $selected_fg_color;
|
||||
-gtk-icon-shadow: if($variant=='light', $text_shadow, none);
|
||||
}
|
||||
|
||||
menu { //sunmenu
|
||||
arrow {
|
||||
color: $fg_color;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
|
@ -1973,7 +1985,7 @@ menu,
|
|||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
padding: 2px;
|
||||
background-color: $_menu_bg;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-image: none;
|
||||
|
@ -1993,7 +2005,7 @@ menu,
|
|||
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
|
||||
}
|
||||
|
||||
&:hover { background-color: mix($fg_color, $base_color, 10%); }
|
||||
&:hover { background-color: rgba($fg_color, 0.08); }
|
||||
|
||||
&:disabled {
|
||||
color: transparent;
|
||||
|
|
Loading…
Reference in New Issue