From 966d23dfe09a81ab25455de46879b93209aebff0 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sun, 27 Dec 2020 18:33:02 +0800 Subject: [PATCH] update --- src/assets/gtk-3.0/common-assets/assets.svg | 100 +- src/assets/gtk-3.0/common-assets/assets.txt | 18 - .../common-assets/assets/setting-dark.png | Bin 334 -> 0 bytes .../common-assets/assets/setting-dark@2.png | Bin 535 -> 0 bytes .../assets/setting-icon-dark.png | Bin 494 -> 0 bytes .../assets/setting-icon-dark@2.png | Bin 852 -> 0 bytes .../common-assets/assets/setting-icon.png | Bin 445 -> 0 bytes .../common-assets/assets/setting-icon@2.png | Bin 854 -> 0 bytes .../gtk-3.0/common-assets/assets/setting.png | Bin 355 -> 0 bytes .../common-assets/assets/setting@2.png | Bin 568 -> 0 bytes .../assets/switch-active-hover.png | Bin 1064 -> 0 bytes .../assets/switch-active-hover@2.png | Bin 2208 -> 0 bytes .../assets/switch-active-insensitive.png | Bin 967 -> 0 bytes .../assets/switch-active-insensitive@2.png | Bin 1766 -> 0 bytes .../common-assets/assets/switch-active.png | Bin 958 -> 0 bytes .../common-assets/assets/switch-active@2.png | Bin 1786 -> 0 bytes .../common-assets/assets/switch-hover.png | Bin 1041 -> 0 bytes .../common-assets/assets/switch-hover@2.png | Bin 2095 -> 0 bytes .../assets/switch-insensitive-dark.png | Bin 827 -> 0 bytes .../assets/switch-insensitive-dark@2.png | Bin 1474 -> 0 bytes .../assets/switch-insensitive.png | Bin 866 -> 0 bytes .../assets/switch-insensitive@2.png | Bin 1522 -> 0 bytes .../gtk-3.0/common-assets/assets/switch.png | Bin 928 -> 0 bytes .../gtk-3.0/common-assets/assets/switch@2.png | Bin 1755 -> 0 bytes src/main/gnome-shell/gdm3-dark.css | 3407 +++---------- src/main/gnome-shell/gdm3-dark.scss | 21 +- src/main/gnome-shell/gdm3-light.css | 3423 +++---------- src/main/gnome-shell/gdm3-light.scss | 21 +- src/main/gnome-shell/gnome-shell-dark-alt.css | 4374 ++++++++-------- .../gnome-shell/gnome-shell-dark-alt.scss | 2 +- .../gnome-shell-dark-solid-alt.css | 4374 ++++++++-------- .../gnome-shell-dark-solid-alt.scss | 2 +- .../gnome-shell/gnome-shell-dark-solid.css | 4374 ++++++++-------- .../gnome-shell/gnome-shell-dark-solid.scss | 2 +- src/main/gnome-shell/gnome-shell-dark.css | 4374 ++++++++-------- src/main/gnome-shell/gnome-shell-dark.scss | 2 +- .../gnome-shell/gnome-shell-light-alt.css | 4382 ++++++++--------- .../gnome-shell/gnome-shell-light-alt.scss | 2 +- .../gnome-shell-light-solid-alt.css | 4382 ++++++++--------- .../gnome-shell-light-solid-alt.scss | 2 +- .../gnome-shell/gnome-shell-light-solid.css | 4382 ++++++++--------- .../gnome-shell/gnome-shell-light-solid.scss | 2 +- src/main/gnome-shell/gnome-shell-light.css | 4382 ++++++++--------- src/main/gnome-shell/gnome-shell-light.scss | 2 +- src/main/gtk-3.0/gtk-dark-solid.css | 32 - src/main/gtk-3.0/gtk-dark.css | 32 - src/main/gtk-3.0/gtk-light-solid.css | 32 - src/main/gtk-3.0/gtk-light.css | 32 - src/main/gtk-3.0/gtk.gresource.xml | 22 - src/sass/_colors.scss | 7 +- src/sass/gnome-shell/_common.scss | 3245 ------------ src/sass/gnome-shell/_widgets.scss | 20 + src/sass/gnome-shell/extensions/_misc.scss | 4 - src/sass/gnome-shell/widgets/_base.scss | 112 + src/sass/gnome-shell/widgets/_buttons.scss | 41 + src/sass/gnome-shell/widgets/_calendar.scss | 448 ++ src/sass/gnome-shell/widgets/_checkbox.scss | 36 + src/sass/gnome-shell/widgets/_dashboard.scss | 361 ++ src/sass/gnome-shell/widgets/_dialogs.scss | 507 ++ src/sass/gnome-shell/widgets/_entrys.scss | 29 + src/sass/gnome-shell/widgets/_keyboard.scss | 86 + .../gnome-shell/widgets/_login-dialog.scss | 222 + .../gnome-shell/widgets/_looking-glass.scss | 108 + src/sass/gnome-shell/widgets/_misc.scss | 253 + .../gnome-shell/widgets/_notifications.scss | 67 + src/sass/gnome-shell/widgets/_osd.scss | 48 + src/sass/gnome-shell/widgets/_overview.scss | 144 + src/sass/gnome-shell/widgets/_panel.scss | 181 + src/sass/gnome-shell/widgets/_popovers.scss | 281 ++ .../gnome-shell/widgets/_screen-shield.scss | 131 + src/sass/gnome-shell/widgets/_scrollbar.scss | 28 + src/sass/gnome-shell/widgets/_slider.scss | 32 + src/sass/gnome-shell/widgets/_switch.scss | 21 + src/sass/gtk/_common.scss | 44 - 74 files changed, 21913 insertions(+), 26723 deletions(-) delete mode 100644 src/assets/gtk-3.0/common-assets/assets/setting-dark.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/setting-dark@2.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/setting-icon-dark.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/setting-icon-dark@2.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/setting-icon.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/setting-icon@2.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/setting.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/setting@2.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-active-hover.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-active-hover@2.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-active-insensitive.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-active-insensitive@2.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-active.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-active@2.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-hover.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-hover@2.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-insensitive-dark.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-insensitive-dark@2.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-insensitive.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch-insensitive@2.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch.png delete mode 100644 src/assets/gtk-3.0/common-assets/assets/switch@2.png delete mode 100644 src/sass/gnome-shell/_common.scss create mode 100644 src/sass/gnome-shell/_widgets.scss create mode 100644 src/sass/gnome-shell/widgets/_base.scss create mode 100644 src/sass/gnome-shell/widgets/_buttons.scss create mode 100644 src/sass/gnome-shell/widgets/_calendar.scss create mode 100644 src/sass/gnome-shell/widgets/_checkbox.scss create mode 100644 src/sass/gnome-shell/widgets/_dashboard.scss create mode 100644 src/sass/gnome-shell/widgets/_dialogs.scss create mode 100644 src/sass/gnome-shell/widgets/_entrys.scss create mode 100644 src/sass/gnome-shell/widgets/_keyboard.scss create mode 100644 src/sass/gnome-shell/widgets/_login-dialog.scss create mode 100644 src/sass/gnome-shell/widgets/_looking-glass.scss create mode 100644 src/sass/gnome-shell/widgets/_misc.scss create mode 100644 src/sass/gnome-shell/widgets/_notifications.scss create mode 100644 src/sass/gnome-shell/widgets/_osd.scss create mode 100644 src/sass/gnome-shell/widgets/_overview.scss create mode 100644 src/sass/gnome-shell/widgets/_panel.scss create mode 100644 src/sass/gnome-shell/widgets/_popovers.scss create mode 100644 src/sass/gnome-shell/widgets/_screen-shield.scss create mode 100644 src/sass/gnome-shell/widgets/_scrollbar.scss create mode 100644 src/sass/gnome-shell/widgets/_slider.scss create mode 100644 src/sass/gnome-shell/widgets/_switch.scss diff --git a/src/assets/gtk-3.0/common-assets/assets.svg b/src/assets/gtk-3.0/common-assets/assets.svg index 2f83e76..1016bbe 100644 --- a/src/assets/gtk-3.0/common-assets/assets.svg +++ b/src/assets/gtk-3.0/common-assets/assets.svg @@ -20,19 +20,6 @@ - - - - - - - - - - - - - @@ -56,22 +43,12 @@ - - - - - - - @@ -87,12 +64,11 @@ - - + @@ -290,54 +266,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -428,8 +356,8 @@ - - + + @@ -653,16 +581,6 @@ - - - - - - - - - - @@ -734,15 +652,7 @@ - - - - - - - - - - + + diff --git a/src/assets/gtk-3.0/common-assets/assets.txt b/src/assets/gtk-3.0/common-assets/assets.txt index 28cd937..1268cb8 100644 --- a/src/assets/gtk-3.0/common-assets/assets.txt +++ b/src/assets/gtk-3.0/common-assets/assets.txt @@ -24,15 +24,6 @@ radio-unchecked-selected radio-unchecked-insensitive-selected radio-mixed-selected radio-mixed-insensitive-selected - -switch -switch-hover -switch-active -switch-active-hover -switch-insensitive -switch-active-insensitive -switch-insensitive-dark - slider-horz-scale-has-marks-below slider-horz-scale-has-marks-below-hover slider-horz-scale-has-marks-below-active @@ -49,7 +40,6 @@ slider-vert-scale-has-marks-above slider-vert-scale-has-marks-above-hover slider-vert-scale-has-marks-above-active slider-vert-scale-has-marks-above-insensitive - checkbox-checked-dark checkbox-checked-insensitive-dark checkbox-unchecked-dark @@ -64,15 +54,7 @@ radio-unchecked-dark radio-unchecked-insensitive-dark radio-mixed-dark radio-mixed-insensitive-dark - -setting -setting-dark - -setting-icon -setting-icon-dark - combobox-arrow combobox-arrow-dark - paned-separator paned-separator-dark diff --git a/src/assets/gtk-3.0/common-assets/assets/setting-dark.png b/src/assets/gtk-3.0/common-assets/assets/setting-dark.png deleted file mode 100644 index 6f981219e003790e6b6f1c3cb8f1010650a9cb9c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 334 zcmV-U0kQsxP)pF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H10NY7K zK~y-6&CpM3!ax{?aqp`0jrns5v7n-Oij-EbP;4u>Rzo4Sy0Nh*5J8C#bZ0u#IL4Je z%lUqbm#KKAt6V|rrMpYo-fsIvRGS4otzTiRbu+Y177b%oD}cqvF%F!xnQ`jaaZ)|Y zY2qHB7r@VOkOE&emA~~Tz$O$4QsAv+98J0dcoq?P1lV1oPa-1GCE6MRX&~aSf%l$C zmDv*bj-oY?SSOn%`Dabtw4F<`hLd`6HctSSpUi#t0KcKs7+#d>c=mwW|GJ0$L&0+q gJ=5)JwRBg|U!P+r1-Wx|nE(I)07*qoM6N<$g4_g&tpET3 diff --git a/src/assets/gtk-3.0/common-assets/assets/setting-dark@2.png b/src/assets/gtk-3.0/common-assets/assets/setting-dark@2.png deleted file mode 100644 index 83c678d358184694a1ca48c2f4683e0afb7fb987..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 535 zcmV+y0_gpTP))>dfXC9VAwv7WN_d~g?pq2c~)(uG0;8Bk;g1W3^usdVIw%_AkA8$@?|Uf3c7E&6PqQ$bLOdZ>?+n6DOx-)ovvx`f|#xlLb^ z=DjS?Ec-%mmtT}V`<;yxP|^GVpAc6d9U2FJq}kl^d< z8y+4G4XBXG3?3{w4;z`q{&zikpi6Fr;tR>qy!-e3v#`*& zXP&o*hW37Y-8K7`)T*}5?ff(B{`$FHea6+WfA1=GhIy-JC6yWeI~ZMB(|)sx_x_H1 zxr~oj8Aohs_`FIuVoP!B`-Ru+3X22wK7Re?i?DvEFXN8&x0nxPEtc{P>kqD|H{ba6#sRO$O=$0yr1QfGa@L2$zDZhvcNTMOb6?uwu&`QdD#yQbFVzI`i%C);>Mm z24pjBghZt5sE8reT+tAJfI!!DL!)#?vBf zwpD1$wcM;ceJLxgE7uM&JUefnapu5`1s^L6+RVGY8}wY@ZtayiYC5Y+B>scOx(id5 ze|QjJp(~Ke#jgCD-{g^jTgD!-Neoe!u4ui@$j}as?sm`)tnPK(c<{dkFDd^wqZw#}li~==Y z=R~v$*}pqvKap$dZUH9Im2Z?HPJOkxeJJ1F!u&R)jBRxiD2aQz`njxgN@xNA`VUNC diff --git a/src/assets/gtk-3.0/common-assets/assets/setting-icon.png b/src/assets/gtk-3.0/common-assets/assets/setting-icon.png deleted file mode 100644 index 81b267c2b9f90d8bd08bc912f27f4572e024ecd8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 445 zcmV;u0Yd(XP)pF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H10ZK_k zK~y-6m6I__gFz65-~I@RHj--yVyp~W1Pq?R&c;%0Jc^=)B6tQN5(F_-NMRuc6fY6f zDzfwD*_gQ5BoYU<*x{QuZ(-Gp10 zRLZ-R-TjuN%&cQ(U6M+VnYG=$MUw8`921dLC24ulAIBwaj=6C6n|TG?{eD=tkO(Y? z5K_%o09OD6U?0Fr!j?x=jB$tLb=KuY(o!Kgd@yI3a!=A|PDv$_PZ@I&V{DA1%&e0E&m<2?9^}Pl_As#p0AHECRRE_`Y@;ZO z&#{E0Et39^hh&o0fZxCH7(!?PU0G|+7pyL1Jg5OBs4~gI} z^}s*k0MLO{u~T%ff*3H=QcHsTf*BZ@m|0jkC1m6k6qS@!)O7Xq4PD&aJ-mGa0)s=s zA|j)rV`AeIlhQIWt7_{T8k<`?yL%>2nKpg)-1!R^Ency5?Yi|FHg4XweaFsSd-m^i{YcCd$1~>3hf)Y3=Fu3||&ja7=@Br{mue$8%-+r2>6z(p=<^pF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H10Psmf zK~y-6mC#KN!B7yu@!oPYu@E<)Y>?DKu@@mdMTJ`s6)6_n0qyGt5Aj|X+L=`H`rmZY z`K3)p`zWWql`BJE%9Wv9xgvV1*LMmu+H-CL%sIbAls-}65V{=@nS;tO#5+RII{c~} z2z}tj8SRr5rKT_qXVDao9;HdX%|yz3k_3hr<{nyNT9ZF^p9ig{@ZlxdY_Q1Lk%5c{s zV^aW|G51PVl*-oC>b~H05&e@EC|8F1%9Wva<-U`!7^Gvmi4*_;002ovPDHLkV1m4Y Bk{18~ diff --git a/src/assets/gtk-3.0/common-assets/assets/setting@2.png b/src/assets/gtk-3.0/common-assets/assets/setting@2.png deleted file mode 100644 index 2f8940b97e5194b9851950bbb72adc71eaf2507a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 568 zcmV-80>}M{P)3{_$ct`&%pXcMWZuy)23epC&`$>OidIGca_D--=rQ_> zG+T5SH_^zzBRYhm?cAE1Gc?Mnx!;iAU4~rHx`0qRpHHGmwv_wq3KHuys3s!Y2yYaq zj2vvWN z!;|?9tCTF%c@jXaH%RD{a?QH@sZjMWjsb;qxQR%`sZd?-PnJ;>*2cw06u(kkXpZZH z!3$~R&OB1FxeZUbpcmv8MpNk+IZ&w3g8hQ>K!xtxqd6K>_1U9=8jSX!>^Xf-WN-{d zn+_ko&`H=YBqd|MGa?RXKzE$VuetEa)GQ@Q~r8Qce*E`;R z?Gf#!O!TNbTl7lcc~PA)`mb;u23epC&^Ck2JKACpCg?BupF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H11GPy+ zK~zYI&DPy-6jd0<@$WOUuWcjpA|$j_644uwDB%J_OwgfD3GT81BfqIU@#Gl zCSIAwX!OFgL`+017jjV(6)hTH00k~;fEHS%#h2P{+uiQ&?94fj7rSj2ENyp3jVGCl zGduG;pX`}==7InDkhy+Lw4_!G?&FGV1-%Po1!zs>%P6Q$O|ro6D3?U^Qx!V%9g7Dl z0w$YB8`X`xjAa)>q;gOh%o#O zmWd{T4q!~9t0P(Om zf*h~zjPvZH%NBfR&o3Siy)?pvAJ02hH)jvu_9K8(3Kpx*o8fR2x7Bzw-D4}l0jzC| z)7DZ8rjW2sySRTXoj`&WLrl0${l-qEJd0WEE@sEhM7kgrk* zP6XTp;wCwMD#h!a{S_tr^mB&2Z}lQ>(zEF+&%uCS2879ux^oIUP=e}=4&ufkT8BiE z>~HVm;CsDToxebIpC4h%zB8l?Q7hSNdxKA!&Hxr>ZMViB5tTy-m4C0)K#)Vd6j~UC zAjkUENe=8@!?umfNyMD%E zKr>K5<(=tfv@i~ZG1TP2`qU;I*4cn&0#GMPRao z)0+aPp{?0f*81B;WE-#sWhFx0f{?~T{WSO))Z~ii)PkBEYKFz+ubTYm*IfImE9h(Q z1=2vS95*j8#1M)VA_^o*N4zwb62J#MiZ5oqG`HOFRr|MqH$o#6yY%u--IR`CHrRg! iEMI4~wUl}KfWH9o5}xDFsyw3r00009FX8cuuJ3gs#S76b#fw$N_7?e5OZ_Mk2F^LuaJw%grpskPl1kuUiY zGCT9$_kMiWn|Tchxhr?&KQBg$bEJ?Yn~kEJDp=(VK~#!Rov61^A-F30D%v2UEpm}y zl`@Q?D^(C(iNt12q4iBs1{+1?EkSe_1Rqj6z^oEeSF2i_s(N4Z+$YKfMys?cJjpgB zXy8nXYlq>)X=r?%F2H$1vp7(zK}f7ZwWC)0s9pVy+(Yhdf$74vNNJ{*s)qF(xp%=J zBq^)W_!|9y^LSXb3ddXleG%ImPdpazzly2}AXLQ$E6H%U^FL(|$XQ9`HClo_^t_0mJ4Nc8pO;zVm^CK-Zbw;ye z(m(9$>LStja(%(W@QS|LN}4(sos&Y8Y{mq~@J`}`P&EFKzQWc{ z7sM~T3ZETuKu=54&1RVOLAe)1Qt4e;*oySJebKPW7VY6Ft<{$1yfO;U{81?cORD51 z7`3FBg>w}vEG}!u^yUM{wqg2!M=ByFb^fIyh_GG;yVL~1ly8p8bZ%N$Xmxg84~Z!^ zb=0!FqN~uwwt`<&0{r|-uxW1vXdzQp7gHP57RL!#m6sr@&~^Z7y{`=vx>sOGLLtbt zH#Gsc@3=&5@Psk~JQolkZ&4o9pZEQR-uF8!Ni7Dgq!9~BWbz->mKHBGmp$YMkr(A< z`T_1`Gwvpa^xlIW3i;7qH15B15&|?wdqH`hTTI2V+muJjl(=fP@Xf>j~{r1B^81(Yc8Y#1>)h zi4=k;VEDFuv7qeJ)9WmL_A&H?Ea0M!z^D65g0l0N`A&iAeK&%NF!pEXl97t*rA?Y;-MepKRP&#;P|O+%TVc?edfU4;6ETitWC!&VEESLD;N=^V3< zlH6C%J+pfuq9BFC*lF);drCo>hzqOG`m-k8Mv;ON^Gi!Und%s1EDyZs+%ty9mQKW_5A9Ouw)4@wx6!J+ ziHno9Jla7a5>F)IOmkvJi#HOGMhxvq%a6fpTQ9(ty+yDq;~IRIR}R|`mBRY3u7Ksk zb1>GLL+_=}kY~vlWUQFn8t%D08$*QtV;H>ttZgxL+53DYJkfoxG0D9pIJwdPaFGh} zBF%|vVaa9Q=mB|{fl-0BQO|XH4+BS@jn1v*rtjTt7!^&tZj={1lJ~;84PF}&T?34w zyaE?`9JM)Uo=C!(=wwjkA!wi9(@f)!*W(;145Jes3XPPj317LP1}=hn6P=3Au?tfn*Ipt1E}Or9wJz^ z4QDwoIPiifp=?3DSw%E4Pq~LJegx`h)Ul`!qmssVJnExN$Fpk>vwKFfXCl}b{aDCy zY>qn$o;So$wm<{(6cgKG4P@a*fJ8DlBUw%x#r{2l{T9LQ9mt+F1@O8%4xTT>US1$M zmb3aWApIGfK|VT={nnS=E3jt`ce2-Y2BZgO7z4sHI7TlOnDPOj-SJ-68IZm(J5pb0 i|4VS40osvvi~J2bsSc;)wFo8v0000pF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H115`;w zK~zYI?bc6d9Ay~C@$d7_?97^OHvdW`=~~oit#*wlBGrSo7ZLwg1%)UU|MVt!6NwiQ z^(IIULd9TFp;Re3hlg;k3ZfAFA-^W9;+oqarc4q|-{$Nh? zKF@sS<$dQJ_>V_g-R$49)L${q)v7uw>I|uB0%-lcHG}23 zy9_Tpki=Y|+oy8@<8PE%D7osY`Ji;5_t@WnJ&*n|Y-8S&C~j07SYCb5@a)~mbyv(~ ztL%EYM6u$9CT89$@89q{(3mL|>-l$f3wQ6eVOuzWYf>Kj9`is$*H-L3s7e#)KVG;T ztCvK_flHN_9!Ydm`_PUAH*Tqd*b)D!;%F1-7?bV>4lFw^3)wmn@2J`s7{A#C8{$~m z-UK3&>W(kuwr$b&*UoetYzS6UumZHI?JbzKVlAn`Xf3vE^uSiJMv}ntrVvFnIu8i3 zHd=?}`m;?8fFQ+aZO`Vng=(bw>_Py5Q7u4Y4I0fxbgjhY$am4+b$TWT7*Lyq#u~(% zjgAA1;fv!ipY053Exh+x4va?~Io1RQlm1VL{2U$VV%-E2lk**wA3B=l>ysWh?k|-C zeVHZ@L>)CBBc>Kn2ws8@zk$~dwTGNLk>{B=PlDSQn!5c6L;;+}fZEI}CFh3cPm5(c z()vHKWyFAZOn>z&^-7Uj$2KC;y4}&4Q{4aJECtzYUC%%K=Q|f?n(fXX?C&XDX;gNr zXivvTEL4k7%90)lm>9o;J8l{w?yWxRXXbOfe)u>CKQCi@hR=xCJ5_mi^V+{#jSP-2 zCIdgV(^|O>tn*J})`bkq5ah7IX%ePP`qCaY^?T$?A(>MF*}TE{Lsq;EvwkI*&QD!m z09JjHTh9H!-dtZ$bGD(*DAb1(=>_%Lb5@tHunb`p>OoD7DT$aRscRZEnN`FZ0a;k?!DHm71x!% zZL_U?pp@c=Qpy-I{4h!>W0fL7L`o4UA|(`&&WTHd3zCV=LVCTqNrQxNcg{&-6QkB@ z%spi}@O%?J=Xd_k^Zd`b$DEw($c`6&tmCD11&0FfaTfVYMwHDgFCSxh|Mv{9oM(6$ zv<>Avo(rB6o*SNHfhcXqbJi5v2CK@k7XN4Yg7S^_kd_vB?syHa9DG!eF>s}#x|S3C zdPY#r&<{zP74!U@AfLr+!fRVOa-gnac>m`pnrQ}B$orrSWH|b(0#|#2aP4jgZrMZ7 z-W!5Twjl6r3cPuIKB#DI7G*bHYg*YAADJpazr2BFmF;Sg5TqbTN(59@eP)bKgrTKF zfsIYRxj;7HHKzq0Q!l-S>cnYU;k|R(2i=1qh(y#yftwvlC<3iWnWffbkgR~$ENxj9 zynM^l8+6t>2{@FhC$Gs6nvN_9-0X09!mt}s()wI}gMZtS;IW6EY@`)l5$}Z?{lT<= zON{Ao1jIJw}?R`j2svq^Zsc0c{_;(<%S;dUtrB1-3z>%Uct z7Ku;IMbu4HHVd-{+HNZ=1}`3A1hKN!H%p0r3ug07d<9})JDu>nV7lsEad`3Y%3;{j zhnUW=mt3$)&yXuT_GD7S0TqMhv$U1 z*6e?YR`priCN+Ua8Va&Dn;R#RRESxn`aVJan8w=2)ViU|E^7u52j0M>T8LPs0<Xq*bv(0E_D7^)%WT zruqR`uMBH@lr!6tYz$^K_hkZAU*4id8mCUFu^;5%v^JLs185G0`w2$c-!T7mR(9>jhBn|A~zh~IGe>N`db%HgtnGT53(^N(sQK!EPx(XW{`)LqD)9E>-xF!@R zYwC@{tBU!)x<_Xi(ewJEQ+Muq=-Y(9%u{1)2*d|Si3sA}E_ln_4P687Wjrnl!=)R; zuug9yH8u**0jz1_6grDNOK})x#sU? z_UrMooG&0Rz3>tSeou_N;$CfQW9;z{KI+xFqBkWNBx*1ih;DCp6b=HatGE@5PEt3C z+OTS|;s`j@X^qZi?!ZHRN%_rUw8T{_1}|ywDubN)E=Kg%Yxf#IrbYsCJgP{nB%F!} z4gs1FIOR!=!{*pHdY-9yXl3`0AjSP$h*q>Z1}+2eW)19-3N6ap`9fe1BL?bNL2e@d z=8%!k1kzKGxISXLgJEI|g6o;_;aS}Q#}E0&zm77-KP~yy!}@}%p&dngZsHr2JWat- zG;$MSRSZgAEY`##F9F!pF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H114~In zK~zYI?bb_ZTy+%3@$dQHJI^GQB*jP*LzLq#1*;TX zT0}vRW{eivszpSE;tPw$Lcu7R~PO* zzw^281OM?QYwe5=&-Vz<(~9f@y&I$hG#RpG9`q`3S>SUeIO(NYr#A#l49#_`=Q=$2ynvU#FiM{?J)XGD`w3H z2~J-sv-d5J%o0|RJ%v=u2mb&jN3K0!)l2}fus8yb*9KhnKeqmxFq!t*d8k0PfM;yb zmmhCE2Vkn9V%5Ca7+i_R?<;Ny2hiK;^2WX>pmA%Qw|QAj4Hz5A?gDm%!vShB!6JtS zH`i7E?2Z@@_6WfC*e?qY*MOq3Co~Sgmgu{)#MUi|y2?dhu+Ob-n}HgTMqE7<4T?O} z8x57Rv)2W*X1WgS43!FC0|-32+9RQ2y4sye7IechP{Zk}5!Oew0Z}Ld7M6jt4M+tb z{bwOm{cNTTfGSsD8F(gCDgXk;7}|N zRN?4%#Y&bjCu+cA>Xt8n)8T}II5Di-!i(=r)|GJl+c|!i0gwsrNYj@!Ac#7c{eTzB zXrd5n=aaKJUjOi?4V6y*n&bJgMKBRBFy=WB{TmQ+spj(v11NsoKru+91xen<3#n;d z8NY;G$6Ni)#W@~1m}b#$3PjDm@{#5Xwa6O}jtwt7Dk|?H)c3!t4h!mK(ERUg>o&YJ zco+TKJBUYD4oT;x7C8KIniFRQjkaY}qC>^^+CE!x&i~dTF_iCA;~xZufI7asm7zh) zi%`s)0FkFs^W_x821_49nEovfuBV|2a8*e^NR z(%#28zkRRsoo{h*F^S24UWClHae}NEMOpct{5&eiY7H57GJIr!&chd&OAXGA&e5zG zM3a52uFytgsUt;6{eYLXat0s`XyDvMS$!YZ5;btcGhAcH%QutZVGoMZ&vD1SZu0pi zT-)H0TMfemN&A?*%*iA)$pM1N4)Jm;Oj+%Kw+n3v`}sI@{%%ZK=4GfI*F}7f$-X>){QXUfbFML zh_tld0+2VmLLs_EllscN!CUNpirm=99=v9VH`GFYS>)k$i;pODR_+}T8%2{lp`Z9* zh#+f+*n?*Seo-xKIot|^Ew?%WW`7lG&dO0_bN8Sjt1@#wkC-jOGp?_PXo*eff^o}3 zBDAEK`lcs?KyIjG3Lps>LfUm0ZN3aPM+ZbxcAjYuHRbDZDIoThvShIZkEAMwCg2xV z!MZ&SpodIet%gEe(tFy%(!REb={}zRC#ddDT>$Pa^ZMs5afI z_#58*?kead9pvwpknIT4LOxTO5JvlycUbd%sC|6$1vpUJ0(#2gEx{3)H!Im;qOY=p zE%R+AzV8Z%^DUsbZs`gz@1!T#jAiYYJCkQwtz^r58-P!_2op2Ug5FYY?eNbjpoPR* z&xeV?tP~6oU@P!x^}xSg2~$6+&>di_)P?y=()-^d;3w0G=fPE7$-?=F|hAhiwz40IPwYUkXz{EMvojg8?>&OJmNn2ymiY ztUJJS)!rb0xZwz6!rC?#O;|`gtbZDFLJQTvyl@)0jKv_rB_4qTmPTCxW^QT;3L-=U z-wp?GB8zDZH|rQI{pP%`0VH8*LvR|C;TYdbEl@khS|ZKOIRzt=4ua~|$Bg$_RJtdp zMO{BYOYh|@v$~kItsFnk0^H1lux@9SE&wO3tfzD7v6ai{y`Y)`9J!#HwPFIA@u=iN zu(f%k3U9|rJ8>m-J^f!z+%n+%F6o;U18e0he%@)|W)y(&9%8Mi_yI4qR@K6aOGBxFy zhaf(&0Ja~k9fX7RE|9*iqVE#YZ*-?F&f${dg@JV^WT;cf9$91MSd)L_FW}~uP>B5W zeem87mEi5@iU>SwqZ=mYRML0Qz~MJt7a6bJSAR^P#iNOpgLS&Vxqnb|MxXecTm%Qs zG*HtUh-f6gT>GmP9$8@VKb!hJ8@{tilS=w;MmW z!ICE12okq_Xojd!N#(Q@hGtF&{+?Xn{|>LgYt!m{f}z18rq!*8ODcUV04_@K!sLyj zq%GiOZ9Umf7m|fu3jAwGPuBZ!+JpbUxVul=G{h2ViJ>> c#3Tap4|AX}VH7N7n*aa+07*qoM6N<$g0P%cZvX%Q diff --git a/src/assets/gtk-3.0/common-assets/assets/switch-hover.png b/src/assets/gtk-3.0/common-assets/assets/switch-hover.png deleted file mode 100644 index fc50dbd9213d4256351d008ee59c760088ae6068..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1041 zcmV+s1n&EZP)pF8FWQhbW?9;ba!ELWdL_~cP?peYja~^aAhuUa%Y?FJQ@H11D;7l zK~zYI&6dwgtW_AtKj-~1uQTI_ijGJs!a%tb6hU0rChkU^(S(qSXx*lT>u8|AA*5Ed z2%;#%Ng^s#(3^pH6$Hsf5GI9~W}!CYjPLuNr^THa^=f*Z@j_oXi}#%8eEFR7ocEju z{^wG+4bIQc_ga?qy4L!UQtD-(0|;F)P`6s#qyq4li2SaU`pNUWZ>OfF4(;M zhG=hZztvGh*x1-$cXyXyFo!P);%M0ka3@BRby3+!nwZ`}ThXB-Y0r)3CKA*44@$~c*czQoR zz+y9SaRz?_I66A2%kkjg0HEF%rJ`Tq;vW3cFbvY^bj@zLT#m!T!|MBN7{=X`Zjn;z zt1963_V&*rvU+@c%--H!O@>QLO8}UriEZ2U0zMua8~ddSm`ocM}2Bj69E)Q_I$eRoqOeH&n<-vDf&q1>GEw*sWR z@)A!Eb+P=d%VQ6wyYf&0wE(l+D)P(Cdl6vI3wSy1rdZ(xfmQS`2>o?Oz=4>A00000 LNkvXXu0mjf5cc$! diff --git a/src/assets/gtk-3.0/common-assets/assets/switch-hover@2.png b/src/assets/gtk-3.0/common-assets/assets/switch-hover@2.png deleted file mode 100644 index 9e871fd5bc2ebd33d7e4528028388f2b28b262cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2095 zcmYjS3pkW%8y*sah{z%myHk?is-6CvH)FJ+b&OQB$r`O)X;94ecO@EToJ%C9acG(Y zIVGoZ9*pxi{KFs!YuEx@3lpsyPgs;a6AA#64q$b$zDii?Z? zUqSdb=H=xfTt!6%$n)pV0g;r_($a#00z^zsP6m>npAQJ@#fuk!g@uJkWKK>FBqAc{ z#>U1Z5($Wdg99KGfk-nmGl)q_N-FxcAUG~A4)m0i6bJwfI0OKB_UsuD*dhcJWcw|z zh)5(N3W!i4BqU@z5%l}_@53k%1p<%?Ncy%I8X5{pdU`q_*hhZdMj$aUF@RteFg!dQ z5|J-vXJ>=5y|S{hwrhfj@Q8>A;4m)0r%#_E;-g28SS%Kjh$sj~Mn-}NXM}8_v9Pc( z3WY+YQsKK$3Id{{qN1atp{3Z^Sa1iy;QHaihw<_82?+^MIWaNu@#DuZSeRsLYHC_q z8jVH+cNrNOnVFf;A=aB zl$5|7C@U)~FE59CRb5?OQ&Uq{SI6OS>g($p8ymS?Zc|fJb8~Y`OG|5OYg=1edwY9F zM+c9`>+0(2>FMe1?d|L9>+kO$7#Mi-<_(|E9~>MU8X6iN9)A1w?da&}*x1;+ckjl> z$7g0{1OmbA?Cj^ypBEMu78e(nmX?;6mseI+R##Wo*4Eb7*EcpcHa9oFeE9-*K4@Bl z0e36e-`?5*B_t#)yhB7}r>Llym>61ITtae}l=N;H**$yYqi|Zx#-#rL_dV60d`rRZ2-HVBhPfUaP z(F=--OJ2RI<1{ukeRT;Qd41m;jEs*@zMq<&p8oJrAeft*pZ{O$U;AENg-%gX3fEC6 zkzE#e)3b_7Z8dE^XB`!*N8hfe-4g8b{v%95qDwU6Bw0q@JY-MiK^=dLT~=r5((c($ z#CO4XxuFAIE~kZMmGNhe*C(RvH7Bw-24s7F`{1oho@+wh|D+r?q=ju6yU{E7!bN+UBV+%W^h_;{1NdDj>x2aJ+RWQ|cOoCZ9UN!~9+>MC zXIMLms89B@es&&lo}KQ@O8kreLfylzu#&ORQKY01EHn3)RcX6XgP8J^zvOU%HotUkvr)`esp8(`{>OMaL`?JW1$NE@GPgdvKO6 z1;@up`-O?F={zB)C)Asg>WYd-F}733B-0MsOCBfSy@lxwtyi0;DU#{B(oS^h`Rptz z(N=TEPgtT_Yc)kH1gDgE@EYO43q>)q_=wL~vnb5_*PvQmuJZve5mpv8J6(5y%$?CY z`uvgUG{xYith}PaYb(x%qim-?Hbc54w%W>A4X70#XB;N4IIf4H0NcuGlma^^LU=WIlM#NU;o!_x6DGa_j@8w59D`A4zcSq!X7j}^v&f`{>e8=+ZL6>+Ml$ROyx?U#F zEI&_gXP7Kn%POy|a+D_ZCa0d=ku*MY=_aPpzQpE|Tn~n2(~UR3IuiED=BJLMjfzJ) zjLb~_#>hu#Csq6O4=OIx~OLL*&&pDU!L zGgmoM;c(9}^~*$HgN9og^WwSw;jP+U?cIb1BU!se6N`#-Vfjfk(T?a@O8&{7y^{3; z*NT@HLzG0(8c98YG^SbLAa5k~?$Lxj3RHvN&U9btOX%&5w*O@xg;~zQPy^WL7MIc! zc4^90|B2drFARU&q8n>bVZ}MDUZS1nRA~9{IP&G3s98!Z#m05)wfN8bvdhRp1x~fcf-}c@)Gw3rjbwCtt({Fz+D+~hRTO_FF<3 Xsek)klT!cs&x*1zx5nqEhxN8X6i95a8|Y?d9ba6chwx`}z3+*@1z9K!(4+zb_d0`1rWFxdBChJfKD(31kC- zySqD33c>}FKsH1RL>#C9s2E5BrGNm!0Gb0-2GI*7fmQ>hfFceK4o*%^KqmneczAdK z-2hPrbW%u2NJK*RNl{fB*jT=g+@?{{jOiAVcOaFo2Rug8YIR7#W%P`1u6{B_x$q)YR0qv@I;H z{QLs~qGMtclhd-Yv-9%v^UKQ0D=Mq1Yieq1>+0%(?jQlkFZO)_j2{h87sn8d^LsC6 zTQfO|uz!%9-n(c*n9@m8-NdzX)3%9fJ<%(7`uul)%gsxht)Evs?*0Gz{^s=bbM+=~ z`#V*Pwbh=l6Dl^H+@s;+AHAolsxBz;!mh9={+K-n^y6F4JpUXh>9u{ri`^}yAC&4Y z?OeulY46E--P87z3qF~)D1X|beaeylG!A7Z?KDtG>@m0E%CY8gD)(_}-rh3H%5H*U z;=JvQdkO_&rffK2$FS$V`{r(;JcS#-WS>b$^(Oiq64}qZq3yrn)xGnqcF0N3w|W-; z!=^gmf#ke7s{gXwwrk}-6up&UyjS#8(3>hp&2<|#tNr>a8NXQk?yOo{*;^}YUw>RM z;jr=TzUvus!M7XPZyL585>;2eTzq==mNjN~VrI>~^l-6aND diff --git a/src/assets/gtk-3.0/common-assets/assets/switch-insensitive-dark@2.png b/src/assets/gtk-3.0/common-assets/assets/switch-insensitive-dark@2.png deleted file mode 100644 index c863e8c63de188334248920bac758215b2311917..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1474 zcmeAS@N?(olHy`uVBq!ia0vp^0YGfP!3-ofTJs(SQk(@Ik;M!Qvh5(u*#GonDo{|e z#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDFz0{y8%8Su0X{Q(9qBTWQ2x> zIyg9_rKJHGzP`S(v9UmgpP!$nr>BdH3y>WU5a8|Y4P*oc2KxB;1O)~8`}+e`dU<&P z*+40vIFR)4@Br!pDgdenGJpzzfk)$c8Y08iBHKE<_MWLV&xw zJJ2YI0-y;%HV{Az0V)8pA^! zYHI50>VU!9+}zyS+S=aU-r3pN-QC^W+uPsYKXKy3*|TTQojZ5o!i9?$FJ8KI>B^NW zSFc{ZcJ11Y8#iv=ym{-^t=qS6-??+=-o1PG@85s$;K9R(58u3b^Zxz&PoF-0`}Xbo z_wPS`{P_9v=dWMCe*gac=g*(NfB*jb_wWDz|4ldZ{0Bzr{E{HQU{H61-YeFH-yV`DROODijDYa3e+PoN*YeS(4`qGMuX+0+4fgYp;wAkL!WME+0?djqe;&J@# zwV&Zafgg=c zy_;u&g7N2d&%by-|MIu>F#l)E_xrwD$^4J=+OzfRzXy9)DDXG^`xTYn=}~;$#BJ-I zjvE<|>$dYgw-oc!o>R=$DBmM#_ip2Z7IG=|0!}>U?nWwR!)7z1MFQ*t5-s`&|R$x7THz!d*9Qc5hOUiJ!ND zHGM{tWK!`l?RLgvleR6e^9a}+k=JmQf$w&8Rnv+Yt@m;p)E7L`XDVpZkl1jJVK&1b zHHNQxA!lcL^0=6q=`#HeNSMvIEnCXF>j2{-r2~DgjXd0JCLt#!41$Y<8#-JMPPsGZ zwwce4+>|Set~@m}lNV~}KTke}pXA<)oJh$wZNz;7w!Zam+_FIN; zH=7D$j#@w0i|D<)-t3;pbi?b{r>5@IzRm62bJK?Le99Hp*K_Na_#F~p4+^`N(ULH) zVe{wyDaltudoL<-8!Dcj;l66=g7j4!nLe^6^)EVmD%}o?wyr(gW<6)+UbVF+I(j~v ziJ5w@RrvH{J(J$l4p)w2+#zD6@j)*u&#k!hQ*Hm;YN3gN_gFVyizs@#`{c@16K-^u zCksE8Z>vg?v~aO5Uwv%LLzYX$U(A?;6k8fx9h^<(EIh0&8#Ynp`@Qb(l1ogTe~DWM4fx8ilT diff --git a/src/assets/gtk-3.0/common-assets/assets/switch-insensitive.png b/src/assets/gtk-3.0/common-assets/assets/switch-insensitive.png deleted file mode 100644 index e40787a9bc98cae273a68420de6f44744303b640..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 866 zcmeAS@N?(olHy`uVBq!ia0vp^8bB<;!3-q#NBMsOQk(@Ik;M!Qe1}1p@p%4<6riAF ziEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?76CpXu0X{=@c;jRAh~VZ zwpFWE?cTk6{rdGwmoDA9b?e%-Yj^C}0ptRuHg4RwZrwVdAdsK#f3Sfl_co`uqDQPMkP-^5p5$r_Y=@bN1}nbLY;TKY#whg$oxiUJTR%bkfR| zD_5^x4YUGo6wui_ckTpwaR2`O2M-=ReE9IuqeqV)KYsG$$+KtAUc7km^5x6duV24; z^XA>VcOO4~{QUXzmoHzwe*OCG+qduEzyJC3=kMRY|Ni|846fT5fn~rT%P0x*3ua(s zWa8uJ7Z8+?lvGw$QBzY_*V4AIwDR-!4+w~kiA_vS%gV~m%g@g*D=V+4tgNc4uBoZ1 zt*rxs`Uc`b8++9rV7!@ox;TbtoL_o5)0!zzg6+Y~6&)JhT`nhPsituHW@b$*ekQO< zOz7PI|LlH~W>&_>@3NWy{+&D3B1T z_ik&fhHtj7-lvNTtXL;4JsfL3Em{AM`uy#wOiy3B9B2KuR&0CmdZn4NS=RoO%yt;B zabis2mSb!VyZZD;^u-qCn;i|8zntXV+30?Z#b=^e!&ae21Jwu9e)2tV7L-koKH$s4 z{VcxVVvG0v2c6zbZYPx+tnMX;97sHM;Om@+!R)ui?eee0PI#cJc3WJJ_g$uM`|i_= z8*e&1-+0*l*5`c9b)R3X^*^@zt7L4re*FIIFn#S6w$h5bC)}IaTzqv)iL2&8JGo=O z=88^dU-m4lOncVuhclnv^pyW&vgwYx()VB2|4r0yyL-LObP0l+XkK Dy}H6p diff --git a/src/assets/gtk-3.0/common-assets/assets/switch-insensitive@2.png b/src/assets/gtk-3.0/common-assets/assets/switch-insensitive@2.png deleted file mode 100644 index 4428b2916eb8e2b81445cd2b728d8fc610f03196..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1522 zcmb7@c~FyA5Wv4cArNj+>%mbFt$2W-qDEArL_#FUB_K8+U_e9yLLfopE+T>kM8rrj zWGLYd_a(8A2{EN90wRWhDT38HMa0-5#X#wHGUN2$?#$b_$8X=U@B4B*++FlA8!!lh z=(!S{yb|H8(d`R8-W})u|%j0;AFp0kX2P5-`{lTsRM;z)FFC77#giI-nh}k)XdD> z+;Ynf8yg$jU3T`n9rhi-Vh7qfo-a!p~ofijIzn zjg6zx;uGj}Mq=V+kffw5$;m0Hsqh*7e`$4SU?GUwjH@%whai?qPX~=S86q(uI7bgp zL%yNG`=g>WK8~Kw&UieIpJqwC#~m0xS4av#akSR%s5)P;Tt_{j)4oTR_+I0;owh5J zKby4_W@L2Y1>27r@61^wQ|t7=|AdI)1?XyC`CHd8y-g@WY^2TzUclI`VZ?>Cq zTgo{WXMKm}c1-@qc?OwFk&dnFk{_Nx6B`p23m#lx1@v7C+QK;Ut9EDC5@F57ln{&f zK7sNloqU&?O_5>a!TNc}LG?`~z*74-^0Z diff --git a/src/assets/gtk-3.0/common-assets/assets/switch.png b/src/assets/gtk-3.0/common-assets/assets/switch.png deleted file mode 100644 index acb6fae70050333d8c48fc15dd52f914da03624d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 928 zcmeAS@N?(olHy`uVBq!ia0vp^8bB<;!3-q#NBMsOQk(@Ik;M!Qe1}1p@p%4<6riAF ziEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?odG@}u0X{=@c;k+hK2?( zlVS7b%^NmsShZ>ukg;{^)VYB?CQO((apL63lc!9XGGoS!nKNh3nl)?o?AdeY&Yd@J-u(IV z7c5w?aN$CrUCWj&1G;(T%9TK018rQhW)09Zp!w_9uLoKOG!|keFdTO5*s*KZuHCzL z@7c5Gz<~pY4jnpjw{=uPng+(Q^=FFYHVBywn+jky1di>PoD_5`IzH|59 z>o;%Te)#z5)0Zz_zkmM$Huuk;zdw1uPXorZv!{z=h{pN7m&2nE8Hlhw5OZX8EzCc% z_j{PgcZUKe?kn526u!50G~9nDg*e5u;@g6dh%jjPRPEB!zwG?EtQx%+q{j})kyArP-3TlSZT`YsrKs< z!aS2~uPb`}nlo#2$qD}(5=V|Qy3CDa5nJi5)-Ei~WFxebvXY5(a-jrIR@kFK15>#LXRGCNh}g@>=d zpLMtW`pR!SqOV)eo7VpoQh0Qs;I#+hivx?%wdux3|%YI}=T+7-V d8Tsu0C)Sn<{x@0&Ofo^4#M9N!Wt~$(695yd0zv=) diff --git a/src/assets/gtk-3.0/common-assets/assets/switch@2.png b/src/assets/gtk-3.0/common-assets/assets/switch@2.png deleted file mode 100644 index 80694cbe6dcff78657d664780bbc6365ba9abc47..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1755 zcmYk72{crD9LFysif5nlj225MFKOXbb~RLrq@vCCWL}G9!b^0{dnik`vG3U#>mZY4 zhU`PaJS1l9sf5AEUUpNFTWl0Hxgxuex7yA-H?kxjG;o9v%npINx)# zw<9_nbaDMNX<8eHAiNP~=Pw&VGK`Il4b;ic&j-ib+xzwF*PEogyqrpS=hVo;7Ajr!;+R4q!NB7nic!66|bp`oE+VPPZ^DLgzpA|e7> z9TgQ79UUDL6B8R78y6QBA0H2`PE1TpN=iyjPJZ_6SxQPuYHDg)T3UK~dPYV@W@aX| zF*`duCnpC^0ZFhwlnG)A3k#uXAP+hK3PBYr01AZXTUl92qtWPeIz0E9nwr|$+WPwX zhK7d5#>S?mCI*Ai+}zyK($d=6`u6SHwzjs8jt(Z1+1c6I)z#JA-QCmE)7#tI*Vo5l zvDj>Oe}DhLz`)SZ(8$Qh=;-Lw)D(xqnVp^Ga=Bl>ex0A6UszaJT3T9OUS3&QSzTTI z_U+r++S>a1I=qKQTs?Jo^L*XSO)nulJiHhTA0OWqetrRQN$mC=($YAYUAuS7%E`&^ zRa930{rCw@9Ua}1ctgwUH*Vgvva!EKxa;VA-_70quLmBUqzGtUY+Pmz^~Fo5uc3+2 z-16oP6wuD>Wep4t4h@fuefm89<;%q6!ZQK|(?h*oha0tZfshXtrj z;3o20eOi2_y0+e8MYj9U^ak{)dKs6nh2e4<0SVRov;akuKVGgBoDA!%UR=Qy?iK7UvWPp>Oi>P=*(wzA?KphoqpmmTTXYgbGmk>l+h|l zC~uR zdAg{LeZ{Y3OeNaxj(ys{S6L2R=_JEq3!L$91(SDEV-m{Tu%5Ul_owH-dt;O@ELwSn z9g-0gnu`|HHIBI+e2AE%I-?*Sq@KIvTXc+gl)#*H_xj)@ :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #afafaf; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- 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 -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #dedede; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #999999; -} - -.switcher-arrow:highlighted { - color: #dedede; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(255, 255, 255, 0.06); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #dedede; - background-color: #242424; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(0, 0, 0, 0.16); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: white; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: white; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: white; box-shadow: none; + background-image: url("assets/window-close.svg"); } -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; +.window-close StIcon { + icon-size: 26px; } -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: white; +.window-close:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); } -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: white; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: rgba(0, 0, 0, 0.16); -} - -#panel.solid .panel-button { - color: white; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.message, .world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - border-radius: 10px; - border: none; - box-shadow: none; - background-color: rgba(56, 56, 56, 0.75); - text-shadow: none; - color: #afafaf; - transition: none; -} - -.message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus, -.events-section-title:focus { - color: #dedede; - background-color: rgba(74, 74, 74, 0.75); - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -} - -.message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active, -.events-section-title:active { - color: #dedede; - background-color: rgba(62, 62, 62, 0.75); - box-shadow: none; +.window-close:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); } .clock-display-box { @@ -1857,7 +416,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } -/* World Clock */ .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -1882,7 +440,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 0.9em; } -/* Weather */ .weather-button { margin-bottom: 6px; } @@ -1927,7 +484,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } -/* Message list */ .message-list { width: 31.5em; padding: 0 12px; @@ -2103,956 +659,97 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #999999; } -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; +.check-box * { + min-height: 16px; + padding: 8px 0; } -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; +.check-box StBoxLayout { + spacing: .8em; } -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; +.check-box StBin { + width: 24px; + height: 24px; + padding: 4px; border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); + background-image: url("assets/checkbox-off.svg"); } -.window-close StIcon { - icon-size: 26px; +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); } -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #dedede; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { +.check-box:hover StBin { background-color: rgba(255, 255, 255, 0.06); } -.nm-dialog-item:active { +.check-box:active StBin { background-color: rgba(255, 255, 255, 0.1); } -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icons { - spacing: .5em; +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icon { - icon-size: 16px; +.check-box:hover:checked StBin { + background-color: rgba(8, 96, 242, 0.15); } -.no-networks-label { - color: #999999; +.check-box:active:checked StBin { + background-color: rgba(8, 96, 242, 0.3); } -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; +StEntry { + min-height: 32px; + min-width: 44px; padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); + margin: 3px; + border-width: 0; + color: #dedede; + caret-color: #dedede; + selection-background-color: #0860f2; selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; + background-color: rgba(255, 255, 255, 0.1); + border-radius: 100px; + border: 2px solid transparent; + box-shadow: none; +} + +StEntry:hover { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); } -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ -#dash { - font-size: 1em; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - padding: 3px 0; - border: none; - border-left: 0px; - border-radius: 0px 12px 12px 0px; -} - -#dash:rtl { - border-radius: 12px 0 0 12px; -} - -#dash .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - height: 24px; -} - -#dash .empty-dash-drop-target { - width: 24px; - height: 24px; -} - -.dash-item-container > StWidget { - padding: 3px 6px; -} - -.dash-label { - border-radius: 6px; - padding: 7px 8px; - color: #dedede; - background-color: #242424; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); - text-align: center; - border: none; - -x-offset: 8px; -} - -/* App Vault/Grid */ -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; - row-spacing: 24px; - column-spacing: 24px; - max-row-spacing: 48px; - max-column-spacing: 48px; -} - -.icon-grid .overview-icon { - icon-size: 96px; -} - -.system-action-icon { - box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 99px; - icon-size: 48px; -} - -.app-view-controls { - width: 320px; - padding-bottom: 32px; - margin: 0 0; -} - -.app-view-control { - padding: 0 16px; - margin: 0 0; - font-weight: bold; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); -} - -.app-view-control:hover { - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.22); -} - -.app-view-control:active { - color: rgba(255, 255, 255, 0.85); - background-color: #085ae3; -} - -.app-view-control:checked { - color: rgba(255, 255, 255, 0.85); - background-color: #0860f2; +StEntry:focus { + border: 2px solid #4d8ef9; box-shadow: none; } -.app-view-control:first-child { - border-right-width: 0; - border-radius: 6px 0 0 6px; -} - -.app-view-control:last-child { - border-radius: 0 6px 6px 0; -} - -.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, -.list-search-result:focus, -.list-search-result:selected, -.list-search-result:hover { - background-color: rgba(255, 255, 255, 0.15); - transition-duration: 0ms; -} - -.search-provider-icon:active, .search-provider-icon:checked, -.list-search-result:active, -.list-search-result:checked { - background-color: rgba(255, 255, 255, 0.3); - transition-duration: 150ms; -} - -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, -.show-apps .overview-icon, -.show-apps .overview-icon > StIcon, -.app-well-app .overview-icon, -.app-well-app .overview-icon > StIcon { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -.search-provider-icon:hover .overview-icon, .search-provider-icon:focus .overview-icon, .search-provider-icon:selected .overview-icon, -.show-apps:hover .overview-icon, -.show-apps:focus .overview-icon, -.show-apps:selected .overview-icon, -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.15); - transition-duration: 0ms; - border-image: none; - background-image: none; -} - -.search-provider-icon:active .overview-icon, .search-provider-icon:checked .overview-icon, -.show-apps:active .overview-icon, -.show-apps:checked .overview-icon, -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; - transition-duration: 150ms; -} - -.app-well-app-running-dot { - width: 5px; - height: 5px; - border-radius: 3px; - background-color: rgba(255, 255, 255, 0.85); - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - background-color: #0860f2; -} - -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - -.app-well-app.app-folder > .overview-icon { - background-color: rgba(255, 255, 255, 0.15); -} - -.show-apps .show-apps-icon { - color: transparent; - background-image: url("assets/view-app-grid.svg"); - background-size: contain; -} - -.show-apps .overview-icon { - color: transparent; -} - -.show-apps:hover .show-apps-icon, -.show-apps:active .show-apps-icon, -.show-apps:checked .show-apps-icon, -.show-apps:focus .show-apps-icon { - color: transparent; - transition-duration: 150ms; -} - -.app-folder-popup { - -arrow-border-radius: 16px; - -arrow-background-color: rgba(255, 255, 255, 0.15); - -arrow-base: 0; - -arrow-rise: 12px; -} - -.app-folder-popup-bin { - padding: 5px; -} - -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; -} - -.page-indicator { - padding: 15px 20px; -} - -.page-indicator .page-indicator-icon { - width: 12px; - height: 12px; - border-radius: 12px; - margin: 0; - padding: 0; - background-image: none; - color: transparent; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.35); -} - -.page-indicator:hover .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.45); -} - -.page-indicator:active .page-indicator-icon { - margin: 0; - padding: 0; - background-image: none; - color: transparent; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.85); -} - -.page-indicator:checked .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.85); - transition-duration: 0ms; -} - -.page-indicator:checked:active { - background-image: none; -} - -.overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 6px; -} - -.overview-icon.overview-icon-with-label > StBoxLayout, -.grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout { - spacing: 6px; -} - -.app-folder { - background: none; - transition: all 150ms cubic-bezier(0, 0, 0.2, 1); -} - -.app-folder .overview-icon { - background-color: rgba(255, 255, 255, 0.15); - border-radius: 12px; -} - -.app-folder:hover .overview-icon { - background-color: rgba(255, 255, 255, 0.2); -} - -.app-folder-dialog { - border-radius: 32px; - border: none; - padding: 12px; - background-color: rgba(36, 36, 36, 0.95); -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - /* FIXME: this is to keep the label in sync with the entry */ -} - -.app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { - font-size: 18pt; - font-weight: bold; -} - -.app-folder-dialog .folder-name-container .folder-name-entry { - width: 300px; -} - -.app-folder-dialog .folder-name-container .folder-name-label { - padding: 5px 7px; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .edit-folder-button { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.85); - border: none; - padding: 0; - width: 36px; - height: 36px; - border-radius: 18px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog .icon-grid { - row-spacing: 8px; - column-spacing: 20px; -} - -.app-folder-dialog .page-indicators { - margin-bottom: 18px; -} - -.app-folder-dialog .page-indicators .page-indicator { - padding: 15px 12px; -} - -.app-folder-dialog StButton#vhandle, .app-folder-dialog StButton#vhandle:hover, .app-folder-dialog StButton#vhandle:active { - background-color: transparent; -} - -.app-folder-dialog-container { - padding: 4px; - width: 600px; - height: 600px; -} - -.app-folder-icon { - padding: 4px; - spacing-rows: 4px; - spacing-columns: 4px; -} - -.rename-folder-popup .rename-folder-popup-item { - spacing: 4px; -} - -.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { - padding: 0 8px; -} - -.workspace-thumbnails { - visible-width: 32px; - spacing: 12px; - padding: 16px; - border-radius: 6px; - margin: 6px; -} - -.workspace-thumbnails .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - height: 24px; -} - -.workspace-thumbnail-indicator { - border: 2px solid #0860f2; - padding: 6px; - border-radius: 2px; -} - -.all-apps, -.search-display > StBoxLayout, -.frequent-apps > StBoxLayout { - padding: 0px 88px 10px 88px; -} - -.workspace-thumbnails { - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; -} - -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); -} - -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; - color: #dedede; - background-color: rgba(36, 36, 36, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); -} - -.notification-banner:hover { - background-color: rgba(36, 36, 36, 0.95); -} - -.notification-banner:focus { - background-color: #242424; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(255, 255, 255, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { - min-height: 40px; - padding: 0 16px; - background-color: transparent; - color: #afafaf; - font-weight: 500; - border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 6px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 6px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; - color: #afafaf; - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06); -} - -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - box-shadow: none; -} - -.notification-banner .notification-button:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; -} - -.secondary-icon { - icon-size: 1.2307692308em; -} - -.chat-body { - spacing: 5px; -} - -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #dedede; -} - -.chat-new-group { - padding-top: 1em; -} - -.chat-received { - padding-left: 4px; -} - -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; -} - -.chat-sent { - padding-left: 18pt; - color: #afafaf; -} - -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; -} - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; - color: #999999; -} - -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; -} - -.hotplug-notification-item { - color: #dedede; - background-color: #242424; - border: 1px solid rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; - padding: 8px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -.hotplug-notification-item:insensitive { +StEntry:insensitive { + background-color: rgba(255, 255, 255, 0.05); color: rgba(222, 222, 222, 0.35); - background-color: rgba(255, 255, 255, 0.06); - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; } -.hotplug-notification-item:hover { - color: #dedede; - border-color: rgba(0, 0, 0, 0.15); - background-color: #2c2c2c; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:active { - color: white; - background-color: #0860f2; - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { - spacing: 8px; -} - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 6px; -} - -.hotplug-resident-mount:hover { - background-color: rgba(255, 255, 255, 0.06); -} - -.hotplug-resident-mount:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; -} - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; -} - -.hotplug-resident-eject-icon { +StEntry StIcon.capslock-warning { icon-size: 16px; + warning-color: #F27835; + padding: 0 0; } -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #dedede; +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; } -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(222, 222, 222, 0.7); } -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -/* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; @@ -3158,97 +855,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #1c6ff7; - background-color: #0860f2; -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #999999; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.candidate-box:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - .login-dialog-banner-view { padding-top: 24px; max-width: 23em; @@ -3464,7 +1070,7 @@ StWidget.focused .app-well-app-running-dot { } .login-dialog-user-list-item { - border-radius: 6px; + border-radius: 10px; padding: 6px; color: rgba(255, 255, 255, 0.85); } @@ -3497,10 +1103,15 @@ StWidget.focused .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.85); } +.user-widget-label { + color: rgba(255, 255, 255, 0.85); +} + .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.85); border-radius: 9999px; + border: 2px rgba(255, 255, 255, 0.85); } .user-icon:hover { @@ -3508,12 +1119,30 @@ StWidget.focused .app-well-app-running-dot { } .user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; + background-color: rgba(255, 255, 255, 0); + border-radius: 99px; } -.user-widget-label { - color: rgba(255, 255, 255, 0.85); +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 8px; + width: 10px; + height: 10px; } .user-widget.horizontal .user-widget-label { @@ -3575,6 +1204,536 @@ StWidget.focused .app-well-app-running-dot { padding-top: 1em; } +#lockDialogGroup { + background: url("assets/background.jpg"); + background-size: cover; +} + +#panel { + background-color: rgba(0, 0, 0, 0.16); + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 28px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: rgba(0, 0, 0, 0.16); + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: white; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner StLabel { + padding: 0 4px; +} + +#panel .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: white; + transition-duration: 150ms; + border-radius: 6px; +} + +#panel .panel-button StLabel { + padding: 0 2px; +} + +#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, +#panel .panel-button:active .app-menu-icon > StIcon, +#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, +#panel .panel-button:overview .app-menu-icon > StIcon, +#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, +#panel .panel-button:focus .app-menu-icon > StIcon, +#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, +#panel .panel-button:checked .app-menu-icon > StIcon, +#panel .panel-button:checked .popup-menu-arrow { + icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; +} + +#panel .panel-button .app-menu-icon > StIcon { + padding-left: 4px; + padding-right: 6px; +} + +#panel .panel-button .popup-menu-arrow { + width: 0; + height: 0; +} + +#panel .panel-button:hover { + color: white; + background-color: rgba(255, 255, 255, 0.15); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: rgba(255, 255, 255, 0.3); + color: white; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.2307692308em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: white; +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: white; +} + +#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background: none; + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FC4138; +} + +#panel .remote-access-indicator { + color: #F27835; +} + +#panel.solid { + background-color: rgba(0, 0, 0, 0.16); + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: rgba(0, 0, 0, 0.16); +} + +#panel.solid .panel-button { + color: white; + text-shadow: none; +} + +#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: rgba(255, 255, 255, 0.85); + text-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, +#panel.solid .app-menu-icon > StIcon:active, +#panel.solid .app-menu-icon > StIcon:overview, +#panel.solid .app-menu-icon > StIcon:focus, +#panel.solid .app-menu-icon > StIcon:checked, +#panel.solid .popup-menu-arrow:active, +#panel.solid .popup-menu-arrow:overview, +#panel.solid .popup-menu-arrow:focus, +#panel.solid .popup-menu-arrow:checked { + icon-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + border: none; +} + +.popup-menu { + min-width: 12em; + color: #afafaf; + padding: 0 0 !important; +} + +.popup-menu .popup-menu-content { + padding: 6px 0 !important; + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); + margin: 4px 8px !important; +} + +.popup-menu .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: #afafaf; + text-shadow: none; + border-radius: 8px; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 2em !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 2em !important; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border-radius: 8px 8px 0 0; + border: none; + box-shadow: none; + color: #afafaf; + background-color: rgba(255, 255, 255, 0.15); +} + +.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-menu-item:checked:active { + color: white; + background-color: #1366f1; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu .popup-menu-item.selected { + color: white; + background-color: #0860f2; + transition: none; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: white; + background-color: #1366f1; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.15); + border-radius: 0 0 8px 8px; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; + border-radius: 8px; +} + +.popup-menu .popup-sub-menu .popup-menu-item:hover { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active { + color: white; + background-color: #1366f1; +} + +.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { + border-radius: 0 0 8px 8px; +} + +.popup-menu .popup-inactive-menu-item { + color: #afafaf; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu-boxpointer StEntry { + selection-background-color: rgba(255, 255, 255, 0.85); + selected-background-color: rgba(255, 255, 255, 0.85); + selected-color: #0860f2; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: rgba(36, 36, 36, 0.95); + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 0 0; + background-color: rgba(255, 255, 255, 0.12); + padding: 0 0; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0 0; + margin: 0 32px 0 0; +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1em; +} + +.system-menu-action { + color: #afafaf; + border-radius: 100px; + /* wish we could do 50% */ + padding: 12px; + border: none; + -st-icon-style: symbolic; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; + border: none; + padding: 12px; +} + +.system-menu-action:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.2307692308em; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #1c6ff7; + background-color: #0860f2; +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: #999999; +} + +.candidate-box:selected .candidate-index { + color: rgba(255, 255, 255, 0.5); +} + +.candidate-box { + transition-duration: 0ms; + min-height: 28px; + padding: 0 8px; + border-radius: 6px; +} + +.candidate-box:hover { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; +} + +.candidate-box:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.candidate-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.candidate-page-button-box { + height: 28px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 28px; + min-height: 28px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 6px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1.2307692308em; +} + .screen-shield-arrows { padding-bottom: 3em; } @@ -3652,7 +1811,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); } -/* Screen Shield */ .unlock-dialog-clock { color: white; font-weight: 300; @@ -3716,172 +1874,99 @@ StWidget.focused .app-well-app-running-dot { margin-right: 12px; } -#lockDialogGroup { - background: url("assets/background.jpg"); - background-size: cover; +StScrollView.vfade { + -st-vfade-offset: 32px; } -#LookingGlassDialog { - background-color: #242424; - spacing: 4px; +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { padding: 0; - border: none; - border-radius: 6px; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - color: #dedede; } -#LookingGlassDialog > #Toolbar { - padding: 0 8px; - border: none; - border-radius: 0; - background-color: rgba(36, 36, 36, 0.01); - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); +StScrollView StScrollBar { + min-width: 16px; + min-height: 6px; } -#LookingGlassDialog .labels { - spacing: 0; -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #999999; - transition-duration: 150ms; - padding-left: 16px; - padding-right: 16px; - min-height: 32px; - padding: 0 32px; -} - -#LookingGlassDialog .notebook-tab:hover { - box-shadow: inset 0 -2px 0px rgba(255, 255, 255, 0.1); - color: #dedede; - text-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - border-bottom-width: 0; - border-color: transparent; - background-color: rgba(36, 36, 36, 0.01); - box-shadow: inset 0 -2px 0px rgba(255, 255, 255, 0.85); - color: #dedede; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; -} - -.lg-dialog StEntry { - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); -} - -.lg-dialog .shell-link { - color: #3484e2; -} - -.lg-dialog .shell-link:hover { - color: #3484e2; -} - -.lg-completions-text { - font-size: 1em; - font-style: italic; -} - -.lg-obj-inspector-title { - spacing: 4px; -} - -.lg-obj-inspector-button { - min-height: 32px; - padding: 0 16px; - border: none; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:hover { - color: #dedede; +StScrollBar StBin#trough { + margin: 6px; + border-radius: 100px; background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; } -.lg-obj-inspector-button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 100px; + background-color: #999999; + margin: 6px; } -.lg-obj-inspector-button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #afafaf; } -.lg-obj-inspector-button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #dedede; } -.lg-obj-inspector-button:hover { - border: none; +.slider { + height: 20px; + color: white; + border-radius: 16px; + -slider-height: 19px; + -slider-background-color: rgba(255, 255, 255, 0.1); + -slider-border-color: transparent; + -slider-active-background-color: rgba(255, 255, 255, 0.35); + -slider-active-border-color: transparent; + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: transparent; + -barlevel-height: 19px; + -barlevel-background-color: rgba(255, 255, 255, 0.1); + -barlevel-border-color: transparent; + -barlevel-active-background-color: rgba(255, 255, 255, 0.35); + -barlevel-active-border-color: transparent; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-border-color: transparent; + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: transparent; } -#lookingGlassExtensions { - padding: 4px; +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); } -.lg-extensions-list { - padding: 4px; - spacing: 6px; +.toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); } -.lg-extension { - border: none; - border-radius: 6px; - padding: 4px; +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/toggle-off.svg"); } -.lg-extension-name { - font-size: 18pt; - font-weight: 400; +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); } -.lg-extension-meta { - spacing: 6px; +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); } -#LookingGlassPropertyInspector { - background: #242424; - border: none; - border-radius: 6px; - padding: 6px; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); } diff --git a/src/main/gnome-shell/gdm3-dark.scss b/src/main/gnome-shell/gdm3-dark.scss index d84319f..af0b47b 100644 --- a/src/main/gnome-shell/gdm3-dark.scss +++ b/src/main/gnome-shell/gdm3-dark.scss @@ -6,4 +6,23 @@ $black: 'false'; @import '../../sass/colors'; @import '../../sass/variables'; @import '../../sass/gnome-shell/drawing'; -@import '../../sass/gnome-shell/common'; +@import '../../sass/gnome-shell/widgets/base'; +@import '../../sass/gnome-shell/widgets/buttons'; +@import '../../sass/gnome-shell/widgets/calendar'; +@import '../../sass/gnome-shell/widgets/checkbox'; +//@import '../../sass/gnome-shell/widgets/dashboard'; +//@import '../../sass/gnome-shell/widgets/dialogs'; +@import '../../sass/gnome-shell/widgets/entrys'; +@import '../../sass/gnome-shell/widgets/keyboard'; +@import '../../sass/gnome-shell/widgets/login-dialog'; +//@import '../../sass/gnome-shell/widgets/looking-glass'; +//@import '../../sass/gnome-shell/widgets/misc'; +//@import '../../sass/gnome-shell/widgets/notifications'; +//@import '../../sass/gnome-shell/widgets/osd'; +//@import '../../sass/gnome-shell/widgets/overview'; +@import '../../sass/gnome-shell/widgets/panel'; +@import '../../sass/gnome-shell/widgets/popovers'; +@import '../../sass/gnome-shell/widgets/screen-shield'; +@import '../../sass/gnome-shell/widgets/scrollbar'; +@import '../../sass/gnome-shell/widgets/slider'; +@import '../../sass/gnome-shell/widgets/switch'; diff --git a/src/main/gnome-shell/gdm3-light.css b/src/main/gnome-shell/gdm3-light.css index a98ad5f..5518124 100644 --- a/src/main/gnome-shell/gdm3-light.css +++ b/src/main/gnome-shell/gdm3-light.css @@ -1,47 +1,66 @@ /* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: #242424; } -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(151, 189, 252, 0.3); - box-shadow: 0 0 2px 2px #669efa; +.message, .world-clocks-button, +.weather-button, +.events-button, +.events-section-title { + border-radius: 10px; + border: none; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.75); + text-shadow: none; + color: #424242; + transition: none; } -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #0860f2; - -pie-background-color: rgba(201, 221, 253, 0.3); +.message:hover, .world-clocks-button:hover, +.weather-button:hover, +.events-button:hover, +.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.weather-button:focus, +.events-button:focus, +.events-section-title:focus { + color: #242424; + background-color: white; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); +} + +.message:active, .world-clocks-button:active, +.weather-button:active, +.events-button:active, +.events-section-title:active { + color: #242424; + background-color: rgba(255, 255, 255, 0.65); + box-shadow: none; +} + +.candidate-popup-boxpointer, .popup-menu .popup-menu-content { + background-color: rgba(245, 245, 245, 0.95); + border-radius: 12px; + border: none; +} + +#screenShieldNotifications StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.15); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.85); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active { + background-color: rgba(255, 255, 255, 0.85); } -/* WIDGETS */ -/* Buttons */ .button { min-height: 32px; padding: 0 16px; @@ -91,1495 +110,35 @@ stage { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: #242424; - caret-color: #242424; - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.1); +.window-close { + background-size: 26px; + height: 26px; + width: 26px; + -shell-close-overlap: 10px; border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover { - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); -} - -StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -StEntry:insensitive { - background-color: rgba(0, 0, 0, 0.05); - color: rgba(36, 36, 36, 0.45); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(36, 36, 36, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(0, 0, 0, 0.12); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #565656; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #424242; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #242424; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - border-radius: 16px; - -slider-height: 19px; - -slider-background-color: rgba(0, 0, 0, 0.1); - -slider-border-color: rgba(0, 0, 0, 0.15); - -slider-active-background-color: white; - -slider-active-border-color: rgba(0, 0, 0, 0.15); - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: rgba(0, 0, 0, 0.15); - -barlevel-height: 19px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-border-color: rgba(0, 0, 0, 0.15); - -barlevel-active-background-color: white; - -barlevel-active-border-color: rgba(0, 0, 0, 0.15); - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: rgba(0, 0, 0, 0.15); - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(0, 0, 0, 0.12); -} - -.check-box:active StBin { - background-color: rgba(0, 0, 0, 0.2); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(8, 96, 242, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(8, 96, 242, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 6px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; - border: 2px rgba(255, 255, 255, 0.85); -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0); - border-radius: 99px; -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 8px; - width: 10px; - height: 10px; -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #F27835; -} - -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -/* Modal Dialogs */ -.modal-dialog-linked-button:last-child { - color: white; - background-color: #0860f2; -} - -.modal-dialog-linked-button:hover:last-child { - color: white; - background-color: #307bf8; -} - -.modal-dialog-linked-button:active:last-child { - color: white; - background-color: #0756d9; -} - -.modal-dialog-linked-button:insensitive:last-child { - background-color: rgba(8, 96, 242, 0.05); - color: rgba(8, 96, 242, 0.35); -} - -.modal-dialog { - color: #242424; - padding: 0 5px 6px 5px; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #424242; + border: 0 none transparent; background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #242424; - background-color: rgba(0, 0, 0, 0.12); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #242424; - background-color: rgba(0, 0, 0, 0.2); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(36, 36, 36, 0.45); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #565656; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #424242; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #424242; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #424242; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; - border: none; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #F27835; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #565656; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #565656; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #242424; -} - -.mount-dialog-app-list-item:hover { - color: #242424; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #242424; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #565656; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #565656; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 9999px; - background-size: contain; - width: 48px; - height: 48px; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(0, 0, 0, 0.35); -} - -.audio-selection-device:active { - background-color: #0860f2; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #424242; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { - background-color: rgba(245, 245, 245, 0.95); - border-radius: 12px; - border: none; -} - -.popup-menu { - min-width: 12em; - color: #424242; - padding: 0 0 !important; -} - -.popup-menu .popup-menu-content { - padding: 6px 0 !important; - box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); - border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding-top: 6px !important; - padding-bottom: 6px !important; - color: #424242; - text-shadow: none; - border-radius: 8px; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 2em !important; - padding-left: 0 !important; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0 !important; - padding-left: 2em !important; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 8px 8px 0 0; - border: none; - box-shadow: none; - color: #424242; - background-color: rgba(255, 255, 255, 0.75); -} - -.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-menu-item:checked:active { - color: white; - background-color: #095de8; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu .popup-menu-item.selected { - color: white; - background-color: #0860f2; - transition: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: white; - background-color: #095de8; - transition-duration: 100ms; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.75); - border-radius: 0 0 8px 8px; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 8px; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: white; - background-color: #095de8; -} - -.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { - border-radius: 0 0 8px 8px; -} - -.popup-menu .popup-inactive-menu-item { - color: #424242; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #0860f2; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - -.popup-separator-menu-item { - margin: 0 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 0 0; - background-color: rgba(0, 0, 0, 0.12); - padding: 0 0; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 0; - margin: 0 32px 0 0; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #424242; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(0, 0, 0, 0.12); - color: #242424; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- 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 -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #242424; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.12); - color: #242424; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(0, 0, 0, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #565656; -} - -.switcher-arrow:highlighted { - color: #242424; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(0, 0, 0, 0.12); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #242424; - background-color: #ffffff; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(255, 255, 255, 0.16); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: white; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: white; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: white; box-shadow: none; + background-image: url("assets/window-close.svg"); } -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; +.window-close StIcon { + icon-size: 26px; } -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: white; +.window-close:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); } -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: white; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: rgba(255, 255, 255, 0.16); -} - -#panel.solid .panel-button { - color: white; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.message, .world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - border-radius: 10px; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.75); - text-shadow: none; - color: #424242; - transition: none; -} - -.message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus, -.events-section-title:focus { - color: #242424; - background-color: white; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -} - -.message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active, -.events-section-title:active { - color: #242424; - background-color: rgba(255, 255, 255, 0.65); - box-shadow: none; +.window-close:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); } .clock-display-box { @@ -1857,7 +416,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } -/* World Clock */ .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -1882,7 +440,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 0.9em; } -/* Weather */ .weather-button { margin-bottom: 6px; } @@ -1927,7 +484,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } -/* Message list */ .message-list { width: 31.5em; padding: 0 12px; @@ -2103,956 +659,97 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #565656; } -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; +.check-box * { + min-height: 16px; + padding: 8px 0; } -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; +.check-box StBoxLayout { + spacing: .8em; } -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; - border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); -} - -.window-close StIcon { - icon-size: 26px; -} - -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #242424; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(0, 0, 0, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.05); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(0, 0, 0, 0.12); -} - -.nm-dialog-item:active { - background-color: rgba(0, 0, 0, 0.2); -} - -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.nm-dialog-icons { - spacing: .5em; -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.no-networks-label { - color: #565656; -} - -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ -#dash { - font-size: 1em; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - padding: 3px 0; - border: none; - border-left: 0px; - border-radius: 0px 12px 12px 0px; -} - -#dash:rtl { - border-radius: 12px 0 0 12px; -} - -#dash .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - height: 24px; -} - -#dash .empty-dash-drop-target { +.check-box StBin { width: 24px; height: 24px; -} - -.dash-item-container > StWidget { - padding: 3px 6px; -} - -.dash-label { - border-radius: 6px; - padding: 7px 8px; - color: #242424; - background-color: #ffffff; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); - text-align: center; - border: none; - -x-offset: 8px; -} - -/* App Vault/Grid */ -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; - row-spacing: 24px; - column-spacing: 24px; - max-row-spacing: 48px; - max-column-spacing: 48px; -} - -.icon-grid .overview-icon { - icon-size: 96px; -} - -.system-action-icon { - box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 99px; - icon-size: 48px; -} - -.app-view-controls { - width: 320px; - padding-bottom: 32px; - margin: 0 0; -} - -.app-view-control { - padding: 0 16px; - margin: 0 0; - font-weight: bold; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); -} - -.app-view-control:hover { - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.22); -} - -.app-view-control:active { - color: rgba(255, 255, 255, 0.85); - background-color: #085ae3; -} - -.app-view-control:checked { - color: rgba(255, 255, 255, 0.85); - background-color: #0860f2; - box-shadow: none; -} - -.app-view-control:first-child { - border-right-width: 0; - border-radius: 6px 0 0 6px; -} - -.app-view-control:last-child { - border-radius: 0 6px 6px 0; -} - -.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, -.list-search-result:focus, -.list-search-result:selected, -.list-search-result:hover { - background-color: rgba(255, 255, 255, 0.15); - transition-duration: 0ms; -} - -.search-provider-icon:active, .search-provider-icon:checked, -.list-search-result:active, -.list-search-result:checked { - background-color: rgba(255, 255, 255, 0.3); - transition-duration: 150ms; -} - -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, -.show-apps .overview-icon, -.show-apps .overview-icon > StIcon, -.app-well-app .overview-icon, -.app-well-app .overview-icon > StIcon { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -.search-provider-icon:hover .overview-icon, .search-provider-icon:focus .overview-icon, .search-provider-icon:selected .overview-icon, -.show-apps:hover .overview-icon, -.show-apps:focus .overview-icon, -.show-apps:selected .overview-icon, -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.15); - transition-duration: 0ms; - border-image: none; - background-image: none; -} - -.search-provider-icon:active .overview-icon, .search-provider-icon:checked .overview-icon, -.show-apps:active .overview-icon, -.show-apps:checked .overview-icon, -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; - transition-duration: 150ms; -} - -.app-well-app-running-dot { - width: 5px; - height: 5px; - border-radius: 3px; - background-color: rgba(255, 255, 255, 0.85); - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - background-color: #0860f2; -} - -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - -.app-well-app.app-folder > .overview-icon { - background-color: rgba(255, 255, 255, 0.15); -} - -.show-apps .show-apps-icon { - color: transparent; - background-image: url("assets/view-app-grid.svg"); - background-size: contain; -} - -.show-apps .overview-icon { - color: transparent; -} - -.show-apps:hover .show-apps-icon, -.show-apps:active .show-apps-icon, -.show-apps:checked .show-apps-icon, -.show-apps:focus .show-apps-icon { - color: transparent; - transition-duration: 150ms; -} - -.app-folder-popup { - -arrow-border-radius: 16px; - -arrow-background-color: rgba(255, 255, 255, 0.15); - -arrow-base: 0; - -arrow-rise: 12px; -} - -.app-folder-popup-bin { - padding: 5px; -} - -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; -} - -.page-indicator { - padding: 15px 20px; -} - -.page-indicator .page-indicator-icon { - width: 12px; - height: 12px; - border-radius: 12px; - margin: 0; - padding: 0; - background-image: none; - color: transparent; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.35); -} - -.page-indicator:hover .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.45); -} - -.page-indicator:active .page-indicator-icon { - margin: 0; - padding: 0; - background-image: none; - color: transparent; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.85); -} - -.page-indicator:checked .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.85); - transition-duration: 0ms; -} - -.page-indicator:checked:active { - background-image: none; -} - -.overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 6px; -} - -.overview-icon.overview-icon-with-label > StBoxLayout, -.grid-search-result .overview-icon.overview-icon-with-label > StBoxLayout { - spacing: 6px; -} - -.app-folder { - background: none; - transition: all 150ms cubic-bezier(0, 0, 0.2, 1); -} - -.app-folder .overview-icon { - background-color: rgba(255, 255, 255, 0.15); - border-radius: 12px; -} - -.app-folder:hover .overview-icon { - background-color: rgba(255, 255, 255, 0.2); -} - -.app-folder-dialog { - border-radius: 32px; - border: none; - padding: 12px; - background-color: rgba(36, 36, 36, 0.95); -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - /* FIXME: this is to keep the label in sync with the entry */ -} - -.app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { - font-size: 18pt; - font-weight: bold; -} - -.app-folder-dialog .folder-name-container .folder-name-entry { - width: 300px; -} - -.app-folder-dialog .folder-name-container .folder-name-label { - padding: 5px 7px; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .edit-folder-button { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.85); - border: none; - padding: 0; - width: 36px; - height: 36px; - border-radius: 18px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog .icon-grid { - row-spacing: 8px; - column-spacing: 20px; -} - -.app-folder-dialog .page-indicators { - margin-bottom: 18px; -} - -.app-folder-dialog .page-indicators .page-indicator { - padding: 15px 12px; -} - -.app-folder-dialog StButton#vhandle, .app-folder-dialog StButton#vhandle:hover, .app-folder-dialog StButton#vhandle:active { - background-color: transparent; -} - -.app-folder-dialog-container { padding: 4px; - width: 600px; - height: 600px; + border-radius: 100px; + background-image: url("assets/checkbox-off.svg"); } -.app-folder-icon { - padding: 4px; - spacing-rows: 4px; - spacing-columns: 4px; +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); } -.rename-folder-popup .rename-folder-popup-item { - spacing: 4px; +.check-box:hover StBin { + background-color: rgba(0, 0, 0, 0.12); } -.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { +.check-box:active StBin { + background-color: rgba(0, 0, 0, 0.2); +} + +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); +} + +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); +} + +.check-box:hover:checked StBin { + background-color: rgba(8, 96, 242, 0.15); +} + +.check-box:active:checked StBin { + background-color: rgba(8, 96, 242, 0.3); +} + +StEntry { + min-height: 32px; + min-width: 44px; padding: 0 8px; -} - -.workspace-thumbnails { - visible-width: 32px; - spacing: 12px; - padding: 16px; - border-radius: 6px; - margin: 6px; -} - -.workspace-thumbnails .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - height: 24px; -} - -.workspace-thumbnail-indicator { - border: 2px solid #0860f2; - padding: 6px; - border-radius: 2px; -} - -.all-apps, -.search-display > StBoxLayout, -.frequent-apps > StBoxLayout { - padding: 0px 88px 10px 88px; -} - -.workspace-thumbnails { - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; -} - -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); -} - -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; - color: #242424; - background-color: rgba(255, 255, 255, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); -} - -.notification-banner:hover { - background-color: rgba(255, 255, 255, 0.95); -} - -.notification-banner:focus { - background-color: #ffffff; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { - min-height: 40px; - padding: 0 16px; - background-color: transparent; - color: #424242; - font-weight: 500; + margin: 3px; border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 6px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 6px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; - color: #424242; - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); -} - -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { - background-color: rgba(0, 0, 0, 0.12); color: #242424; + caret-color: #242424; + selection-background-color: #0860f2; + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100px; + border: 2px solid transparent; box-shadow: none; } -.notification-banner .notification-button:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; +StEntry:hover { + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); } -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; +StEntry:focus { + border: 2px solid #4d8ef9; + box-shadow: none; } -.secondary-icon { - icon-size: 1.2307692308em; -} - -.chat-body { - spacing: 5px; -} - -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #242424; -} - -.chat-new-group { - padding-top: 1em; -} - -.chat-received { - padding-left: 4px; -} - -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; -} - -.chat-sent { - padding-left: 18pt; - color: #424242; -} - -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; -} - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; - color: #565656; -} - -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; -} - -.hotplug-notification-item { - color: #242424; - background-color: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.12); - text-shadow: none; - icon-shadow: none; - padding: 8px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -.hotplug-notification-item:insensitive { +StEntry:insensitive { + background-color: rgba(0, 0, 0, 0.05); color: rgba(36, 36, 36, 0.45); - background-color: rgba(0, 0, 0, 0.12); - border-color: rgba(0, 0, 0, 0.12); - text-shadow: none; - icon-shadow: none; } -.hotplug-notification-item:hover { - color: #242424; - border-color: rgba(0, 0, 0, 0.12); - background-color: #f7f7f7; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:active { - color: white; - background-color: #0860f2; - border-color: #487afa; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { - spacing: 8px; -} - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 6px; -} - -.hotplug-resident-mount:hover { - background-color: rgba(0, 0, 0, 0.12); -} - -.hotplug-resident-mount:active { - background-color: rgba(0, 0, 0, 0.2); -} - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; -} - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; -} - -.hotplug-resident-eject-icon { +StEntry StIcon.capslock-warning { icon-size: 16px; + warning-color: #F27835; + padding: 0 0; } -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #242424; +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; } -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(36, 36, 36, 0.7); } -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -/* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; @@ -3158,97 +855,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #1c6ff7; - background-color: #0860f2; -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #565656; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(0, 0, 0, 0.12); - color: #242424; -} - -.candidate-box:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - .login-dialog-banner-view { padding-top: 24px; max-width: 23em; @@ -3464,7 +1070,7 @@ StWidget.focused .app-well-app-running-dot { } .login-dialog-user-list-item { - border-radius: 6px; + border-radius: 10px; padding: 6px; color: rgba(255, 255, 255, 0.85); } @@ -3497,10 +1103,15 @@ StWidget.focused .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.85); } +.user-widget-label { + color: rgba(255, 255, 255, 0.85); +} + .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.85); border-radius: 9999px; + border: 2px rgba(255, 255, 255, 0.85); } .user-icon:hover { @@ -3508,12 +1119,30 @@ StWidget.focused .app-well-app-running-dot { } .user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; + background-color: rgba(255, 255, 255, 0); + border-radius: 99px; } -.user-widget-label { - color: rgba(255, 255, 255, 0.85); +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 8px; + width: 10px; + height: 10px; } .user-widget.horizontal .user-widget-label { @@ -3575,6 +1204,536 @@ StWidget.focused .app-well-app-running-dot { padding-top: 1em; } +#lockDialogGroup { + background: url("assets/background.jpg"); + background-size: cover; +} + +#panel { + background-color: rgba(255, 255, 255, 0.16); + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 28px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: rgba(255, 255, 255, 0.16); + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: white; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner StLabel { + padding: 0 4px; +} + +#panel .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: white; + transition-duration: 150ms; + border-radius: 6px; +} + +#panel .panel-button StLabel { + padding: 0 2px; +} + +#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, +#panel .panel-button:active .app-menu-icon > StIcon, +#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, +#panel .panel-button:overview .app-menu-icon > StIcon, +#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, +#panel .panel-button:focus .app-menu-icon > StIcon, +#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, +#panel .panel-button:checked .app-menu-icon > StIcon, +#panel .panel-button:checked .popup-menu-arrow { + icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; +} + +#panel .panel-button .app-menu-icon > StIcon { + padding-left: 4px; + padding-right: 6px; +} + +#panel .panel-button .popup-menu-arrow { + width: 0; + height: 0; +} + +#panel .panel-button:hover { + color: white; + background-color: rgba(255, 255, 255, 0.15); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: rgba(255, 255, 255, 0.3); + color: white; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.2307692308em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: white; +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: white; +} + +#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background: none; + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FC4138; +} + +#panel .remote-access-indicator { + color: #F27835; +} + +#panel.solid { + background-color: rgba(255, 255, 255, 0.16); + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: rgba(255, 255, 255, 0.16); +} + +#panel.solid .panel-button { + color: white; + text-shadow: none; +} + +#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: rgba(255, 255, 255, 0.85); + text-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, +#panel.solid .app-menu-icon > StIcon:active, +#panel.solid .app-menu-icon > StIcon:overview, +#panel.solid .app-menu-icon > StIcon:focus, +#panel.solid .app-menu-icon > StIcon:checked, +#panel.solid .popup-menu-arrow:active, +#panel.solid .popup-menu-arrow:overview, +#panel.solid .popup-menu-arrow:focus, +#panel.solid .popup-menu-arrow:checked { + icon-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + border: none; +} + +.popup-menu { + min-width: 12em; + color: #424242; + padding: 0 0 !important; +} + +.popup-menu .popup-menu-content { + padding: 6px 0 !important; + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); + margin: 4px 8px !important; +} + +.popup-menu .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: #424242; + text-shadow: none; + border-radius: 8px; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 2em !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 2em !important; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border-radius: 8px 8px 0 0; + border: none; + box-shadow: none; + color: #424242; + background-color: rgba(255, 255, 255, 0.75); +} + +.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-menu-item:checked:active { + color: white; + background-color: #095de8; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu .popup-menu-item.selected { + color: white; + background-color: #0860f2; + transition: none; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: white; + background-color: #095de8; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.75); + border-radius: 0 0 8px 8px; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; + border-radius: 8px; +} + +.popup-menu .popup-sub-menu .popup-menu-item:hover { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active { + color: white; + background-color: #095de8; +} + +.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { + border-radius: 0 0 8px 8px; +} + +.popup-menu .popup-inactive-menu-item { + color: #424242; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu-boxpointer StEntry { + selection-background-color: rgba(255, 255, 255, 0.85); + selected-background-color: rgba(255, 255, 255, 0.85); + selected-color: #0860f2; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: rgba(245, 245, 245, 0.95); + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 0 0; + background-color: rgba(0, 0, 0, 0.12); + padding: 0 0; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0 0; + margin: 0 32px 0 0; +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1em; +} + +.system-menu-action { + color: #424242; + border-radius: 100px; + /* wish we could do 50% */ + padding: 12px; + border: none; + -st-icon-style: symbolic; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; + border: none; + padding: 12px; +} + +.system-menu-action:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.2307692308em; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #1c6ff7; + background-color: #0860f2; +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: #565656; +} + +.candidate-box:selected .candidate-index { + color: rgba(255, 255, 255, 0.5); +} + +.candidate-box { + transition-duration: 0ms; + min-height: 28px; + padding: 0 8px; + border-radius: 6px; +} + +.candidate-box:hover { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; +} + +.candidate-box:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.candidate-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.candidate-page-button-box { + height: 28px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 28px; + min-height: 28px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 6px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1.2307692308em; +} + .screen-shield-arrows { padding-bottom: 3em; } @@ -3652,7 +1811,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); } -/* Screen Shield */ .unlock-dialog-clock { color: white; font-weight: 300; @@ -3716,172 +1874,99 @@ StWidget.focused .app-well-app-running-dot { margin-right: 12px; } -#lockDialogGroup { - background: url("assets/background.jpg"); - background-size: cover; +StScrollView.vfade { + -st-vfade-offset: 32px; } -#LookingGlassDialog { - background-color: #ffffff; - spacing: 4px; +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { padding: 0; - border: none; - border-radius: 6px; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - color: #242424; } -#LookingGlassDialog > #Toolbar { - padding: 0 8px; - border: none; - border-radius: 0; - background-color: rgba(255, 255, 255, 0.01); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12); +StScrollView StScrollBar { + min-width: 16px; + min-height: 6px; } -#LookingGlassDialog .labels { - spacing: 0; -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #565656; - transition-duration: 150ms; - padding-left: 16px; - padding-right: 16px; - min-height: 32px; - padding: 0 32px; -} - -#LookingGlassDialog .notebook-tab:hover { - box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.2); - color: #242424; - text-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - border-bottom-width: 0; - border-color: transparent; - background-color: rgba(255, 255, 255, 0.01); - box-shadow: inset 0 -2px 0px rgba(255, 255, 255, 0.85); - color: #242424; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; -} - -.lg-dialog StEntry { - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); -} - -.lg-dialog .shell-link { - color: #3484e2; -} - -.lg-dialog .shell-link:hover { - color: #3484e2; -} - -.lg-completions-text { - font-size: 1em; - font-style: italic; -} - -.lg-obj-inspector-title { - spacing: 4px; -} - -.lg-obj-inspector-button { - min-height: 32px; - padding: 0 16px; - border: none; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #424242; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:hover { - color: #242424; +StScrollBar StBin#trough { + margin: 6px; + border-radius: 100px; background-color: rgba(0, 0, 0, 0.12); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; } -.lg-obj-inspector-button:active { - color: #242424; - background-color: rgba(0, 0, 0, 0.2); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 100px; + background-color: #565656; + margin: 6px; } -.lg-obj-inspector-button:insensitive { - color: rgba(36, 36, 36, 0.45); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #424242; } -.lg-obj-inspector-button:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #242424; } -.lg-obj-inspector-button:hover { - border: none; +.slider { + height: 20px; + color: white; + border-radius: 16px; + -slider-height: 19px; + -slider-background-color: rgba(0, 0, 0, 0.1); + -slider-border-color: rgba(0, 0, 0, 0.15); + -slider-active-background-color: white; + -slider-active-border-color: rgba(0, 0, 0, 0.15); + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: rgba(0, 0, 0, 0.15); + -barlevel-height: 19px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-border-color: rgba(0, 0, 0, 0.15); + -barlevel-active-background-color: white; + -barlevel-active-border-color: rgba(0, 0, 0, 0.15); + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-border-color: rgba(0, 0, 0, 0.15); + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: rgba(0, 0, 0, 0.15); } -#lookingGlassExtensions { - padding: 4px; +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); } -.lg-extensions-list { - padding: 4px; - spacing: 6px; +.toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); } -.lg-extension { - border: none; - border-radius: 6px; - padding: 4px; +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/toggle-off.svg"); } -.lg-extension-name { - font-size: 18pt; - font-weight: 400; +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); } -.lg-extension-meta { - spacing: 6px; +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); } -#LookingGlassPropertyInspector { - background: #ffffff; - border: none; - border-radius: 6px; - padding: 6px; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); } diff --git a/src/main/gnome-shell/gdm3-light.scss b/src/main/gnome-shell/gdm3-light.scss index 79b5f56..04884a6 100644 --- a/src/main/gnome-shell/gdm3-light.scss +++ b/src/main/gnome-shell/gdm3-light.scss @@ -6,4 +6,23 @@ $black: 'false'; @import '../../sass/colors'; @import '../../sass/variables'; @import '../../sass/gnome-shell/drawing'; -@import '../../sass/gnome-shell/common'; +@import '../../sass/gnome-shell/widgets/base'; +@import '../../sass/gnome-shell/widgets/buttons'; +@import '../../sass/gnome-shell/widgets/calendar'; +@import '../../sass/gnome-shell/widgets/checkbox'; +//@import '../../sass/gnome-shell/widgets/dashboard'; +//@import '../../sass/gnome-shell/widgets/dialogs'; +@import '../../sass/gnome-shell/widgets/entrys'; +@import '../../sass/gnome-shell/widgets/keyboard'; +@import '../../sass/gnome-shell/widgets/login-dialog'; +//@import '../../sass/gnome-shell/widgets/looking-glass'; +//@import '../../sass/gnome-shell/widgets/misc'; +//@import '../../sass/gnome-shell/widgets/notifications'; +//@import '../../sass/gnome-shell/widgets/osd'; +//@import '../../sass/gnome-shell/widgets/overview'; +@import '../../sass/gnome-shell/widgets/panel'; +@import '../../sass/gnome-shell/widgets/popovers'; +@import '../../sass/gnome-shell/widgets/screen-shield'; +@import '../../sass/gnome-shell/widgets/scrollbar'; +@import '../../sass/gnome-shell/widgets/slider'; +@import '../../sass/gnome-shell/widgets/switch'; diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index b0aef7c..6e59ff8 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt.css @@ -1,47 +1,158 @@ /* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: #dedede; } -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(151, 189, 252, 0.3); - box-shadow: 0 0 2px 2px #669efa; +.search-provider-icon .overview-icon, +.show-apps .overview-icon, +.app-well-app .overview-icon, +.grid-search-result .overview-icon, .search-provider-icon, +.list-search-result { + color: rgba(255, 255, 255, 0.85); + border-radius: 12px; + padding: 6px; + border: none; + transition-duration: 150ms; + text-align: center; } -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #0860f2; - -pie-background-color: rgba(201, 221, 253, 0.3); +.workspace-switcher-container, .osd-window, +.resize-popup, +.switcher-list { + color: #dedede; + background-color: #242424; + border: none; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); + border-radius: 6px; + padding: 12px; +} + +.workspace-thumbnails { + color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.15); + border: none; +} + +.search-statustext, .no-frequent-applications-label { + font-size: 45px; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); +} + +.message, .world-clocks-button, +.weather-button, +.events-button, +.events-section-title { + border-radius: 10px; + border: none; + box-shadow: none; + background-color: rgba(56, 56, 56, 0.75); + text-shadow: none; + color: #afafaf; + transition: none; +} + +.message:hover, .world-clocks-button:hover, +.weather-button:hover, +.events-button:hover, +.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.weather-button:focus, +.events-button:focus, +.events-section-title:focus { + color: #dedede; + background-color: rgba(74, 74, 74, 0.75); + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); +} + +.message:active, .world-clocks-button:active, +.weather-button:active, +.events-button:active, +.events-section-title:active { + color: #dedede; + background-color: rgba(62, 62, 62, 0.75); + box-shadow: none; +} + +.hotplug-notification-item { + color: #dedede; + background-color: #242424; + border: 1px solid rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; + padding: 8px; + border-style: solid; + border-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + +.hotplug-notification-item:insensitive { + color: rgba(222, 222, 222, 0.35); + background-color: rgba(255, 255, 255, 0.06); + border-color: rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:hover { + color: #dedede; + border-color: rgba(0, 0, 0, 0.15); + background-color: #2c2c2c; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:focus { + color: #dedede; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:active { + color: white; + background-color: #0860f2; + border-color: rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:first-child { + border-radius: 0 0 0 6px; +} + +.hotplug-notification-item:last-child { + border-right-width: 0; + border-radius: 0 0 6px 0; +} + +.hotplug-notification-item:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { + background-color: rgba(36, 36, 36, 0.95); + border-radius: 12px; + border: none; +} + +#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.15); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.85); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { + background-color: rgba(255, 255, 255, 0.85); } -/* WIDGETS */ -/* Buttons */ .button { min-height: 32px; padding: 0 16px; @@ -91,1495 +202,35 @@ stage { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: #dedede; - caret-color: #dedede; - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.1); +.window-close { + background-size: 26px; + height: 26px; + width: 26px; + -shell-close-overlap: 10px; border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover { - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -StEntry:insensitive { - background-color: rgba(255, 255, 255, 0.05); - color: rgba(222, 222, 222, 0.35); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(222, 222, 222, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(255, 255, 255, 0.06); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #999999; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #afafaf; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #dedede; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - border-radius: 16px; - -slider-height: 19px; - -slider-background-color: rgba(255, 255, 255, 0.1); - -slider-border-color: transparent; - -slider-active-background-color: rgba(255, 255, 255, 0.35); - -slider-active-border-color: transparent; - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: transparent; - -barlevel-height: 19px; - -barlevel-background-color: rgba(255, 255, 255, 0.1); - -barlevel-border-color: transparent; - -barlevel-active-background-color: rgba(255, 255, 255, 0.35); - -barlevel-active-border-color: transparent; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: transparent; -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(255, 255, 255, 0.06); -} - -.check-box:active StBin { - background-color: rgba(255, 255, 255, 0.1); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(8, 96, 242, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(8, 96, 242, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 6px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; - border: 2px rgba(255, 255, 255, 0.85); -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0); - border-radius: 99px; -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 8px; - width: 10px; - height: 10px; -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #F27835; -} - -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -/* Modal Dialogs */ -.modal-dialog-linked-button:last-child { - color: white; - background-color: #0860f2; -} - -.modal-dialog-linked-button:hover:last-child { - color: white; - background-color: #307bf8; -} - -.modal-dialog-linked-button:active:last-child { - color: white; - background-color: #0756d9; -} - -.modal-dialog-linked-button:insensitive:last-child { - background-color: rgba(8, 96, 242, 0.05); - color: rgba(8, 96, 242, 0.35); -} - -.modal-dialog { - color: #dedede; - padding: 0 5px 6px 5px; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; + border: 0 none transparent; background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #999999; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #afafaf; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; - border: none; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #F27835; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #999999; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #999999; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #dedede; -} - -.mount-dialog-app-list-item:hover { - color: #dedede; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #dedede; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 9999px; - background-size: contain; - width: 48px; - height: 48px; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(255, 255, 255, 0.08); -} - -.audio-selection-device:active { - background-color: #0860f2; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #afafaf; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { - background-color: rgba(36, 36, 36, 0.95); - border-radius: 12px; - border: none; -} - -.popup-menu { - min-width: 12em; - color: #afafaf; - padding: 0 0 !important; -} - -.popup-menu .popup-menu-content { - padding: 6px 0 !important; - box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); - border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding-top: 6px !important; - padding-bottom: 6px !important; - color: #afafaf; - text-shadow: none; - border-radius: 8px; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 2em !important; - padding-left: 0 !important; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0 !important; - padding-left: 2em !important; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 8px 8px 0 0; - border: none; - box-shadow: none; - color: #afafaf; - background-color: rgba(255, 255, 255, 0.15); -} - -.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-menu-item:checked:active { - color: white; - background-color: #1366f1; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-menu-item.selected { - color: white; - background-color: #0860f2; - transition: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: white; - background-color: #1366f1; - transition-duration: 100ms; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.15); - border-radius: 0 0 8px 8px; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 8px; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: white; - background-color: #1366f1; -} - -.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { - border-radius: 0 0 8px 8px; -} - -.popup-menu .popup-inactive-menu-item { - color: #afafaf; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #0860f2; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - -.popup-separator-menu-item { - margin: 0 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 0 0; - background-color: rgba(255, 255, 255, 0.12); - padding: 0 0; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 0; - margin: 0 32px 0 0; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #afafaf; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- 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 -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #dedede; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #999999; -} - -.switcher-arrow:highlighted { - color: #dedede; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(255, 255, 255, 0.06); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #dedede; - background-color: #242424; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(0, 0, 0, 0.16); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: white; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: white; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: white; box-shadow: none; + background-image: url("assets/window-close.svg"); } -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; +.window-close StIcon { + icon-size: 26px; } -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: white; +.window-close:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); } -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: white; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: rgba(0, 0, 0, 0.16); -} - -#panel.solid .panel-button { - color: white; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.message, .world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - border-radius: 10px; - border: none; - box-shadow: none; - background-color: rgba(56, 56, 56, 0.75); - text-shadow: none; - color: #afafaf; - transition: none; -} - -.message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus, -.events-section-title:focus { - color: #dedede; - background-color: rgba(74, 74, 74, 0.75); - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -} - -.message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active, -.events-section-title:active { - color: #dedede; - background-color: rgba(62, 62, 62, 0.75); - box-shadow: none; +.window-close:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); } .clock-display-box { @@ -1857,7 +508,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } -/* World Clock */ .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -1882,7 +532,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 0.9em; } -/* Weather */ .weather-button { margin-bottom: 6px; } @@ -1927,7 +576,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } -/* Message list */ .message-list { width: 31.5em; padding: 0 12px; @@ -2103,280 +751,51 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #999999; } -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; +.check-box * { + min-height: 16px; + padding: 8px 0; } -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; +.check-box StBoxLayout { + spacing: .8em; } -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; +.check-box StBin { + width: 24px; + height: 24px; + padding: 4px; border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); + background-image: url("assets/checkbox-off.svg"); } -.window-close StIcon { - icon-size: 26px; +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); } -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #dedede; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { +.check-box:hover StBin { background-color: rgba(255, 255, 255, 0.06); } -.nm-dialog-item:active { +.check-box:active StBin { background-color: rgba(255, 255, 255, 0.1); } -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icons { - spacing: .5em; +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icon { - icon-size: 16px; +.check-box:hover:checked StBin { + background-color: rgba(8, 96, 242, 0.15); } -.no-networks-label { - color: #999999; +.check-box:active:checked StBin { + background-color: rgba(8, 96, 242, 0.3); } -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ #dash { font-size: 1em; color: rgba(255, 255, 255, 0.85); @@ -2417,7 +836,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -x-offset: 8px; } -/* App Vault/Grid */ .icon-grid { spacing: 30px; -shell-grid-horizontal-item-size: 136px; @@ -2494,7 +912,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { transition-duration: 150ms; } -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, +.search-provider-icon .overview-icon, .grid-search-result .overview-icon, .search-provider-icon .overview-icon > StIcon, .grid-search-result .overview-icon > StIcon, .show-apps .overview-icon, .show-apps .overview-icon > StIcon, .app-well-app .overview-icon, @@ -2542,18 +960,6 @@ StWidget.focused .app-well-app-running-dot { background-color: #0860f2; } -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - .app-well-app.app-folder > .overview-icon { background-color: rgba(255, 255, 255, 0.15); } @@ -2772,287 +1178,675 @@ StWidget.focused .app-well-app-running-dot { padding: 0px 88px 10px 88px; } -.workspace-thumbnails { +.modal-dialog-linked-button:last-child { + color: white; + background-color: #0860f2; +} + +.modal-dialog-linked-button:hover:last-child { + color: white; + background-color: #307bf8; +} + +.modal-dialog-linked-button:active:last-child { + color: white; + background-color: #0756d9; +} + +.modal-dialog-linked-button:insensitive:last-child { + background-color: rgba(8, 96, 242, 0.05); + color: rgba(8, 96, 242, 0.35); +} + +.framed-user-icon { + background-size: contain; + border: none; color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; + border-radius: 9999px; } -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); +.framed-user-icon:hover { + border-color: rgba(255, 255, 255, 0.85); + color: rgba(255, 255, 255, 0.85); } -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; +.modal-dialog { color: #dedede; - background-color: rgba(36, 36, 36, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); + padding: 0 5px 6px 5px; } -.notification-banner:hover { - background-color: rgba(36, 36, 36, 0.95); -} - -.notification-banner:focus { - background-color: #242424; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(255, 255, 255, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { +.modal-dialog-linked-button { min-height: 40px; padding: 0 16px; - background-color: transparent; - color: #afafaf; + margin: 3px 3px; + border: none !important; + border-radius: 6px; + font-size: 9.75pt; font-weight: 500; - border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 6px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 6px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; color: #afafaf; - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { +.modal-dialog-linked-button:hover { + color: #dedede; background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - box-shadow: none; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:active { +.modal-dialog-linked-button:active { + color: #dedede; background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(222, 222, 222, 0.35); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:focus { color: #dedede; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; +.modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; } -.secondary-icon { - icon-size: 1.2307692308em; +.modal-dialog .run-dialog-entry { + width: 20em; + margin-bottom: 6px; } -.chat-body { - spacing: 5px; +.modal-dialog .run-dialog-error-box { + padding-top: 16px; + spacing: 6px; } -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #dedede; -} - -.chat-new-group { +.modal-dialog .run-dialog-button-box { padding-top: 1em; } -.chat-received { - padding-left: 4px; +.modal-dialog .run-dialog-label { + font-size: 1em; + font-weight: normal; + color: #999999; + padding-bottom: .4em; } -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; +.mount-dialog-subject, +.end-session-dialog-subject { + font-size: 15pt; + font-weight: 500; } -.chat-sent { - padding-left: 18pt; +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; +} + +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.leightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; +} + +.message-dialog-subtitle { color: #afafaf; + font-weight: bold; } -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; +.dialog-list { + spacing: 18px; } -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: #afafaf; + font-size: 15pt; + font-weight: 500; +} + +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + text-align: center; + color: #afafaf; + font-size: 15pt; + font-weight: 500; +} + +.end-session-dialog { + width: 30em; + border: none; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #F27835; +} + +.end-session-dialog-list { + padding-top: 20px; +} + +.end-session-dialog-layout { + padding-left: 17px; +} + +.end-session-dialog-layout:rtl { + padding-right: 17px; +} + +.end-session-dialog-description { + padding-bottom: 10px; +} + +.end-session-dialog-description:rtl { + text-align: right; +} + +.end-session-dialog-warning { + width: 28em; + color: #F27835; + padding-top: 6px; +} + +.end-session-dialog-warning:rtl { + text-align: right; +} + +.end-session-dialog-logout-icon { + border-radius: 5px; + width: 48px; + height: 48px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: #999999; + width: 48px; + height: 48px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; +} + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; +} + +.end-session-dialog-list-header { + font-weight: bold; +} + +.end-session-dialog-list-header:rtl { + text-align: right; +} + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; +} + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; +} + +.end-session-dialog-app-list-item-description { + color: #999999; + font-size: 1em; +} + +.shell-mount-operation-icon { + icon-size: 48px; +} + +.mount-dialog { + spacing: 24px; +} + +.mount-dialog .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; +} + +.mount-dialog .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog .message-dialog-body { + padding-left: 17px; + width: 28em; +} + +.mount-dialog .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.mount-dialog-app-list-item { + color: #dedede; +} + +.mount-dialog-app-list-item:hover { + color: #dedede; +} + +.mount-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.mount-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.mount-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.mount-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.mount-dialog-app-list-item-name { + font-size: 1em; +} + +.prompt-dialog { + width: 28em; + border: none; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.prompt-dialog .message-dialog-content { + spacing: 16px; +} + +.prompt-dialog .message-dialog-title { + font-size: 15pt; + font-weight: 500; + color: #dedede; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 15pt; + font-weight: 500; + margin: 6px; +} + +.prompt-dialog-error-label { + color: #F27835; +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 1em; + color: #FC4138; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 1em; + padding-bottom: 8px; color: #999999; } -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; +.hidden { + color: rgba(0, 0, 0, 0); } -.hotplug-notification-item { - color: #dedede; - background-color: #242424; - border: 1px solid rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; - padding: 8px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; +.prompt-dialog-null-label { + font-size: 1em; + padding-bottom: 8px; + color: #999999; } -.hotplug-notification-item:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: rgba(255, 255, 255, 0.06); - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:hover { - color: #dedede; - border-color: rgba(0, 0, 0, 0.15); - background-color: #2c2c2c; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:active { - color: white; - background-color: #0860f2; - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { +.polkit-dialog-user-layout { + text-align: center; spacing: 8px; + margin-bottom: 6px; } -.hotplug-resident-mount { - spacing: 8px; +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #F27835; +} + +.polkit-dialog-user-layout .polkit-dialog-user-icon { + border-radius: 9999px; + background-size: contain; + width: 48px; + height: 48px; + margin: 6px; +} + +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-content { + spacing: 20px; + padding: 24px; +} + +.audio-selection-title { + font-weight: bold; + text-align: center; +} + +.audio-selection-device { + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 6px; } -.hotplug-resident-mount:hover { +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: rgba(255, 255, 255, 0.08); +} + +.audio-selection-device:active { + background-color: #0860f2; + color: white; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +.access-dialog { + spacing: 30px; +} + +.geolocation-dialog { + spacing: 30px; +} + +.extension-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.extension-dialog .message-dialog-title { + color: #afafaf; +} + +.inhibit-shortcuts-dialog { + spacing: 30px; +} + +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #dedede; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(255, 255, 255, 0.12); + padding: 0; + background-color: rgba(0, 0, 0, 0.1); + border-radius: 6px; +} + +.nm-dialog-header { + font-size: 15pt; + font-weight: 500; +} + +.nm-dialog-item { + font-size: 1em; + border-bottom: none; + border-radius: 6px; + padding: 12px; + spacing: 20px; +} + +.nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(255, 255, 255, 0.06); } -.hotplug-resident-mount:active { +.nm-dialog-item:active { background-color: rgba(255, 255, 255, 0.1); } -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; +.nm-dialog-item:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); } -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; +.nm-dialog-icons { + spacing: .5em; } -.hotplug-resident-eject-icon { +.nm-dialog-icon { icon-size: 16px; } -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #dedede; +.no-networks-label { + color: #999999; } -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; +.no-networks-box { + spacing: 12px; } -.magnifier-zoom-region.full-screen { +StEntry { + min-height: 32px; + min-width: 44px; + padding: 0 8px; + margin: 3px; border-width: 0; + color: #dedede; + caret-color: #dedede; + selection-background-color: #0860f2; + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.1); + border-radius: 100px; + border: 2px solid transparent; + box-shadow: none; +} + +StEntry:hover { + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +StEntry:focus { + border: 2px solid #4d8ef9; + box-shadow: none; +} + +StEntry:insensitive { + background-color: rgba(255, 255, 255, 0.05); + color: rgba(222, 222, 222, 0.35); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 0; +} + +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(222, 222, 222, 0.7); } -/* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; @@ -3158,97 +1952,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #1c6ff7; - background-color: #0860f2; -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #999999; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.candidate-box:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - .login-dialog-banner-view { padding-top: 24px; max-width: 23em; @@ -3464,7 +2167,7 @@ StWidget.focused .app-well-app-running-dot { } .login-dialog-user-list-item { - border-radius: 6px; + border-radius: 10px; padding: 6px; color: rgba(255, 255, 255, 0.85); } @@ -3497,10 +2200,15 @@ StWidget.focused .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.85); } +.user-widget-label { + color: rgba(255, 255, 255, 0.85); +} + .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.85); border-radius: 9999px; + border: 2px rgba(255, 255, 255, 0.85); } .user-icon:hover { @@ -3508,12 +2216,30 @@ StWidget.focused .app-well-app-running-dot { } .user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; + background-color: rgba(255, 255, 255, 0); + border-radius: 99px; } -.user-widget-label { - color: rgba(255, 255, 255, 0.85); +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 8px; + width: 10px; + height: 10px; } .user-widget.horizontal .user-widget-label { @@ -3575,147 +2301,6 @@ StWidget.focused .app-well-app-running-dot { padding-top: 1em; } -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock { - color: white; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 112px; - font-weight: 300; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock-date { - font-size: 45px; - font-weight: 400; -} - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; -} - -.screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.screen-shield-notifications-container .notification, -.screen-shield-notifications-container .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-radius: 6px; -} - -.screen-shield-notifications-container .notification { - margin-right: 16px; -} - -.screen-shield-notification-label { - min-height: 18px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: 18px; - padding: 2px 0px 0px 16px; - color: rgba(255, 255, 255, 0.85); -} - -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - -.screen-shield-background { - background: black; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 6px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(0, 0, 0, 0.3); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(51, 51, 51, 0.95); - background-color: rgba(255, 255, 255, 0.85); - border-radius: 99px; - margin-right: 12px; -} - #lockDialogGroup { background: url("assets/background.jpg"); background-size: cover; @@ -3886,6 +2471,1343 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); } +.ripple-pointer-location { + width: 48px; + height: 48px; + border-radius: 24px; + background-color: rgba(151, 189, 252, 0.3); + box-shadow: 0 0 2px 2px #669efa; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #0860f2; + -pie-background-color: rgba(201, 221, 253, 0.3); +} + +.shell-link { + border-radius: 6px; + color: #3484e2; +} + +.shell-link:hover { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.15); +} + +.shell-link:active { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.3); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 9.75pt; + font-weight: 400; + color: #F27835; +} + +.headline { + font-size: 15pt; + font-weight: 500; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: none; + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; +} + +.switcher-list .item-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.12); +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #999999; +} + +.switcher-arrow:highlighted { + color: #dedede; +} + +.input-source-switcher-symbol { + font-size: 45px; + font-weight: 400; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 4px solid #0860f2; +} + +.workspace-switcher-group { + padding: 8px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 48px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + background-size: 32px; + border-radius: 6px; +} + +.ws-switcher-box { + height: 48px; + border: none; + background: rgba(255, 255, 255, 0.06); + border-radius: 6px; +} + +.tile-preview { + background-color: rgba(8, 96, 242, 0.3); + border: 1px solid #0860f2; +} + +.tile-preview-left.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.ripple-box { + width: 48px; + height: 48px; + border-radius: 0 0 48px 0; + background-color: rgba(8, 96, 242, 0.35); + background-image: none; + background-size: auto; +} + +.ripple-box:rtl { + border-radius: 0 0 0 48px; + background-image: none; +} + +.summary-source-counter { + font-size: 1em; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + border: 2px solid #0860f2; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.secondary-icon { + icon-size: 1.2307692308em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #dedede; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: #afafaf; +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: 400; + color: #999999; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 6px; +} + +.hotplug-resident-mount:hover { + background-color: rgba(255, 255, 255, 0.06); +} + +.hotplug-resident-mount:active { + background-color: rgba(255, 255, 255, 0.1); +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 6px; + color: #dedede; +} + +.url-highlighter { + link-color: #3484e2; +} + +.notification-banner { + font-size: 1em; + width: 34em; + min-height: 56px; + margin: 5px; + border-radius: 6px; + color: #dedede; + background-color: rgba(36, 36, 36, 0.92); + border: none; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); +} + +.notification-banner:hover { + background-color: rgba(36, 36, 36, 0.95); +} + +.notification-banner:focus { + background-color: #242424; +} + +.notification-banner .notification-icon { + padding: 5px; +} + +.notification-banner .notification-content { + padding: 5px; + spacing: 5px; +} + +.notification-banner .secondary-icon { + icon-size: 1.2307692308em; +} + +.notification-banner .notification-actions { + background-color: transparent; + padding-top: 0; + border-top: 1px solid rgba(255, 255, 255, 0.12); + spacing: 1px; +} + +.notification-banner .notification-button { + min-height: 40px; + padding: 0 16px; + background-color: transparent; + color: #afafaf; + font-weight: 500; + border-width: 0; +} + +.notification-banner .notification-button:first-child { + border-radius: 0 0 0 6px; +} + +.notification-banner .notification-button:last-child { + border-radius: 0 0 6px 0; +} + +.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.notification-banner .notification-button:focus { + background-color: transparent; + color: #afafaf; + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06); +} + +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; + box-shadow: none; +} + +.notification-banner .notification-button:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.magnifier-zoom-region { + border: 2px solid #0860f2; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window .osd-monitor-label { + font-size: 45px; + font-weight: 400; +} + +.osd-window .level { + height: 4px; + border-radius: 3px; + background-color: rgba(0, 0, 0, 0.1); + color: #dedede; + -barlevel-height: 4px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-active-background-color: #0860f2; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.osd-window .level-bar { + background-color: white; + border-radius: 16px; +} + +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.6); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 32px; +} + +.window-picker { + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 32px; + spacing: 12px; +} + +.window-picker.external-monitor { + padding: 16px; +} + +.window-clone-border { + border: 4px solid rgba(255, 255, 255, 0.3); + border-radius: 6px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); +} + +.window-caption { + spacing: 25px; + color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.6); + border-radius: 6px; + padding: 4px 8px; + border: none; + font-weight: normal; +} + +.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { + width: 304px; + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.5); + caret-color: rgba(255, 255, 255, 0.85); + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.12); + border-radius: 8px; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { + border-color: transparent; + background-color: rgba(255, 255, 255, 0.18); + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: rgba(255, 255, 255, 0.5); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { + border: none; + color: rgba(255, 255, 255, 0.45); +} + +.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +#searchResultsContent { + max-width: 1000px; + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { + spacing: 16px; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.15); +} + +.search-section-content { + spacing: 32px; + border-radius: 0; + border: none; + box-shadow: none; + background: none; + text-shadow: none; + color: rgba(255, 255, 255, 0.85); +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.5); +} + +.list-search-results { + spacing: 3px; +} + +.list-search-result-content { + spacing: 30px; +} + +.list-search-result-title { + font-size: 11.25pt; + font-weight: 400; + color: rgba(255, 255, 255, 0.85); + spacing: 12px; +} + +.list-search-result-description { + color: rgba(255, 255, 255, 0.85); +} + +.list-search-provider-details { + width: 150px; + color: rgba(255, 255, 255, 0.85); + margin-top: 0.24em; +} + +.list-search-provider-content { + spacing: 20px; +} + +.search-provider-icon { + padding: 15px; +} + +#panel { + background-color: rgba(0, 0, 0, 0.16); + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 28px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: rgba(0, 0, 0, 0.16); + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: white; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner StLabel { + padding: 0 4px; +} + +#panel .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: white; + transition-duration: 150ms; + border-radius: 6px; +} + +#panel .panel-button StLabel { + padding: 0 2px; +} + +#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, +#panel .panel-button:active .app-menu-icon > StIcon, +#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, +#panel .panel-button:overview .app-menu-icon > StIcon, +#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, +#panel .panel-button:focus .app-menu-icon > StIcon, +#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, +#panel .panel-button:checked .app-menu-icon > StIcon, +#panel .panel-button:checked .popup-menu-arrow { + icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; +} + +#panel .panel-button .app-menu-icon > StIcon { + padding-left: 4px; + padding-right: 6px; +} + +#panel .panel-button .popup-menu-arrow { + width: 0; + height: 0; +} + +#panel .panel-button:hover { + color: white; + background-color: rgba(255, 255, 255, 0.15); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: rgba(255, 255, 255, 0.3); + color: white; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.2307692308em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: white; +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: white; +} + +#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background: none; + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FC4138; +} + +#panel .remote-access-indicator { + color: #F27835; +} + +#panel.solid { + background-color: rgba(0, 0, 0, 0.16); + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: rgba(0, 0, 0, 0.16); +} + +#panel.solid .panel-button { + color: white; + text-shadow: none; +} + +#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: rgba(255, 255, 255, 0.85); + text-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, +#panel.solid .app-menu-icon > StIcon:active, +#panel.solid .app-menu-icon > StIcon:overview, +#panel.solid .app-menu-icon > StIcon:focus, +#panel.solid .app-menu-icon > StIcon:checked, +#panel.solid .popup-menu-arrow:active, +#panel.solid .popup-menu-arrow:overview, +#panel.solid .popup-menu-arrow:focus, +#panel.solid .popup-menu-arrow:checked { + icon-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + border: none; +} + +.popup-menu { + min-width: 12em; + color: #afafaf; + padding: 0 0 !important; +} + +.popup-menu .popup-menu-content { + padding: 6px 0 !important; + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); + margin: 4px 8px !important; +} + +.popup-menu .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: #afafaf; + text-shadow: none; + border-radius: 8px; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 2em !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 2em !important; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border-radius: 8px 8px 0 0; + border: none; + box-shadow: none; + color: #afafaf; + background-color: rgba(255, 255, 255, 0.15); +} + +.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-menu-item:checked:active { + color: white; + background-color: #1366f1; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu .popup-menu-item.selected { + color: white; + background-color: #0860f2; + transition: none; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: white; + background-color: #1366f1; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.15); + border-radius: 0 0 8px 8px; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; + border-radius: 8px; +} + +.popup-menu .popup-sub-menu .popup-menu-item:hover { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active { + color: white; + background-color: #1366f1; +} + +.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { + border-radius: 0 0 8px 8px; +} + +.popup-menu .popup-inactive-menu-item { + color: #afafaf; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu-boxpointer StEntry { + selection-background-color: rgba(255, 255, 255, 0.85); + selected-background-color: rgba(255, 255, 255, 0.85); + selected-color: #0860f2; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: rgba(36, 36, 36, 0.95); + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 0 0; + background-color: rgba(255, 255, 255, 0.12); + padding: 0 0; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0 0; + margin: 0 32px 0 0; +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1em; +} + +.system-menu-action { + color: #afafaf; + border-radius: 100px; + /* wish we could do 50% */ + padding: 12px; + border: none; + -st-icon-style: symbolic; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; + border: none; + padding: 12px; +} + +.system-menu-action:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.2307692308em; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #1c6ff7; + background-color: #0860f2; +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: #999999; +} + +.candidate-box:selected .candidate-index { + color: rgba(255, 255, 255, 0.5); +} + +.candidate-box { + transition-duration: 0ms; + min-height: 28px; + padding: 0 8px; + border-radius: 6px; +} + +.candidate-box:hover { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; +} + +.candidate-box:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.candidate-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.candidate-page-button-box { + height: 28px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 28px; + min-height: 28px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 6px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1.2307692308em; +} + +.screen-shield-arrows { + padding-bottom: 3em; +} + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock { + color: white; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); + font-weight: normal; + text-align: center; + padding-bottom: 1.5em; +} + +.screen-shield-clock-time { + font-size: 112px; + font-weight: 300; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock-date { + font-size: 45px; + font-weight: 400; +} + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; +} + +.screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.screen-shield-notifications-container .notification, +.screen-shield-notifications-container .screen-shield-notification-source { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.3); + color: rgba(255, 255, 255, 0.85); + border-radius: 6px; +} + +.screen-shield-notifications-container .notification { + margin-right: 16px; +} + +.screen-shield-notification-label { + min-height: 18px; + padding: 2px 0px 0px 16px; + font-weight: bold; +} + +.screen-shield-notification-count-text { + min-height: 18px; + padding: 2px 0px 0px 16px; + color: rgba(255, 255, 255, 0.85); +} + +#panel.lock-screen { + background-color: rgba(0, 0, 0, 0.3); +} + +.screen-shield-background { + background: black; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); +} + +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(0, 0, 0, 0.6); + color: white; + border-radius: 6px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(0, 0, 0, 0.3); +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: rgba(51, 51, 51, 0.95); + background-color: rgba(255, 255, 255, 0.85); + border-radius: 99px; + margin-right: 12px; +} + +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 16px; + min-height: 6px; +} + +StScrollBar StBin#trough { + margin: 6px; + border-radius: 100px; + background-color: rgba(255, 255, 255, 0.06); +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 100px; + background-color: #999999; + margin: 6px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #afafaf; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #dedede; +} + +.slider { + height: 20px; + color: white; + border-radius: 16px; + -slider-height: 19px; + -slider-background-color: rgba(255, 255, 255, 0.1); + -slider-border-color: transparent; + -slider-active-background-color: rgba(255, 255, 255, 0.35); + -slider-active-border-color: transparent; + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: transparent; + -barlevel-height: 19px; + -barlevel-background-color: rgba(255, 255, 255, 0.1); + -barlevel-border-color: transparent; + -barlevel-active-background-color: rgba(255, 255, 255, 0.35); + -barlevel-active-border-color: transparent; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-border-color: transparent; + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: transparent; +} + +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/toggle-off.svg"); +} + +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); +} + .bottom #dashtodockDashScrollview, .top #dashtodockDashScrollview { -st-hfade-offset: 24px; diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.scss b/src/main/gnome-shell/gnome-shell-dark-alt.scss index 496c2ee..27a8d48 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt.scss +++ b/src/main/gnome-shell/gnome-shell-dark-alt.scss @@ -6,5 +6,5 @@ $black: 'false'; @import '../../sass/colors'; @import '../../sass/variables'; @import '../../sass/gnome-shell/drawing'; -@import '../../sass/gnome-shell/common'; +@import '../../sass/gnome-shell/widgets'; @import '../../sass/gnome-shell/extensions'; diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css index 88cfbb4..3b35792 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css @@ -1,47 +1,158 @@ /* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: #dedede; } -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(151, 189, 252, 0.3); - box-shadow: 0 0 2px 2px #669efa; +.search-provider-icon .overview-icon, +.show-apps .overview-icon, +.app-well-app .overview-icon, +.grid-search-result .overview-icon, .search-provider-icon, +.list-search-result { + color: rgba(255, 255, 255, 0.85); + border-radius: 12px; + padding: 6px; + border: none; + transition-duration: 150ms; + text-align: center; } -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #0860f2; - -pie-background-color: rgba(201, 221, 253, 0.3); +.workspace-switcher-container, .osd-window, +.resize-popup, +.switcher-list { + color: #dedede; + background-color: #242424; + border: none; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); + border-radius: 6px; + padding: 12px; +} + +.workspace-thumbnails { + color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.15); + border: none; +} + +.search-statustext, .no-frequent-applications-label { + font-size: 45px; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); +} + +.message, .world-clocks-button, +.weather-button, +.events-button, +.events-section-title { + border-radius: 10px; + border: none; + box-shadow: none; + background-color: rgba(56, 56, 56, 0.75); + text-shadow: none; + color: #afafaf; + transition: none; +} + +.message:hover, .world-clocks-button:hover, +.weather-button:hover, +.events-button:hover, +.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.weather-button:focus, +.events-button:focus, +.events-section-title:focus { + color: #dedede; + background-color: rgba(74, 74, 74, 0.75); + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); +} + +.message:active, .world-clocks-button:active, +.weather-button:active, +.events-button:active, +.events-section-title:active { + color: #dedede; + background-color: rgba(62, 62, 62, 0.75); + box-shadow: none; +} + +.hotplug-notification-item { + color: #dedede; + background-color: #242424; + border: 1px solid rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; + padding: 8px; + border-style: solid; + border-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + +.hotplug-notification-item:insensitive { + color: rgba(222, 222, 222, 0.35); + background-color: rgba(255, 255, 255, 0.06); + border-color: rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:hover { + color: #dedede; + border-color: rgba(0, 0, 0, 0.15); + background-color: #2c2c2c; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:focus { + color: #dedede; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:active { + color: white; + background-color: #0860f2; + border-color: rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:first-child { + border-radius: 0 0 0 6px; +} + +.hotplug-notification-item:last-child { + border-right-width: 0; + border-radius: 0 0 6px 0; +} + +.hotplug-notification-item:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { + background-color: #242424; + border-radius: 12px; + border: none; +} + +#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.15); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.85); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { + background-color: rgba(255, 255, 255, 0.85); } -/* WIDGETS */ -/* Buttons */ .button { min-height: 32px; padding: 0 16px; @@ -91,1495 +202,35 @@ stage { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: #dedede; - caret-color: #dedede; - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.1); +.window-close { + background-size: 26px; + height: 26px; + width: 26px; + -shell-close-overlap: 10px; border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover { - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -StEntry:insensitive { - background-color: rgba(255, 255, 255, 0.05); - color: rgba(222, 222, 222, 0.35); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(222, 222, 222, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(255, 255, 255, 0.06); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #999999; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #afafaf; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #dedede; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - border-radius: 16px; - -slider-height: 19px; - -slider-background-color: rgba(255, 255, 255, 0.1); - -slider-border-color: transparent; - -slider-active-background-color: rgba(255, 255, 255, 0.35); - -slider-active-border-color: transparent; - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: transparent; - -barlevel-height: 19px; - -barlevel-background-color: rgba(255, 255, 255, 0.1); - -barlevel-border-color: transparent; - -barlevel-active-background-color: rgba(255, 255, 255, 0.35); - -barlevel-active-border-color: transparent; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: transparent; -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(255, 255, 255, 0.06); -} - -.check-box:active StBin { - background-color: rgba(255, 255, 255, 0.1); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(8, 96, 242, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(8, 96, 242, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 6px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; - border: 2px rgba(255, 255, 255, 0.85); -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0); - border-radius: 99px; -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 8px; - width: 10px; - height: 10px; -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #F27835; -} - -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -/* Modal Dialogs */ -.modal-dialog-linked-button:last-child { - color: white; - background-color: #0860f2; -} - -.modal-dialog-linked-button:hover:last-child { - color: white; - background-color: #307bf8; -} - -.modal-dialog-linked-button:active:last-child { - color: white; - background-color: #0756d9; -} - -.modal-dialog-linked-button:insensitive:last-child { - background-color: rgba(8, 96, 242, 0.05); - color: rgba(8, 96, 242, 0.35); -} - -.modal-dialog { - color: #dedede; - padding: 0 5px 6px 5px; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; + border: 0 none transparent; background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #999999; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #afafaf; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; - border: none; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #F27835; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #999999; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #999999; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #dedede; -} - -.mount-dialog-app-list-item:hover { - color: #dedede; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #dedede; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 9999px; - background-size: contain; - width: 48px; - height: 48px; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(255, 255, 255, 0.08); -} - -.audio-selection-device:active { - background-color: #0860f2; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #afafaf; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { - background-color: #242424; - border-radius: 12px; - border: none; -} - -.popup-menu { - min-width: 12em; - color: #afafaf; - padding: 0 0 !important; -} - -.popup-menu .popup-menu-content { - padding: 6px 0 !important; - box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); - border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding-top: 6px !important; - padding-bottom: 6px !important; - color: #afafaf; - text-shadow: none; - border-radius: 8px; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 2em !important; - padding-left: 0 !important; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0 !important; - padding-left: 2em !important; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 8px 8px 0 0; - border: none; - box-shadow: none; - color: #afafaf; - background-color: rgba(255, 255, 255, 0.15); -} - -.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-menu-item:checked:active { - color: white; - background-color: #1366f1; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-menu-item.selected { - color: white; - background-color: #0860f2; - transition: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: white; - background-color: #1366f1; - transition-duration: 100ms; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.15); - border-radius: 0 0 8px 8px; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 8px; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: white; - background-color: #1366f1; -} - -.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { - border-radius: 0 0 8px 8px; -} - -.popup-menu .popup-inactive-menu-item { - color: #afafaf; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #0860f2; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - -.popup-separator-menu-item { - margin: 0 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 0 0; - background-color: rgba(255, 255, 255, 0.12); - padding: 0 0; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 0; - margin: 0 32px 0 0; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #afafaf; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- 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 -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #dedede; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #999999; -} - -.switcher-arrow:highlighted { - color: #dedede; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(255, 255, 255, 0.06); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #dedede; - background-color: #242424; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: #2a2a2a; - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: #2a2a2a; - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: #dadada; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: #dadada; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: #dadada; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: #dadada; box-shadow: none; + background-image: url("assets/window-close.svg"); } -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; +.window-close StIcon { + icon-size: 26px; } -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #dadada; +.window-close:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); } -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #dadada; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: #2a2a2a; - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: #2a2a2a; -} - -#panel.solid .panel-button { - color: #dadada; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.message, .world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - border-radius: 10px; - border: none; - box-shadow: none; - background-color: rgba(56, 56, 56, 0.75); - text-shadow: none; - color: #afafaf; - transition: none; -} - -.message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus, -.events-section-title:focus { - color: #dedede; - background-color: rgba(74, 74, 74, 0.75); - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -} - -.message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active, -.events-section-title:active { - color: #dedede; - background-color: rgba(62, 62, 62, 0.75); - box-shadow: none; +.window-close:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); } .clock-display-box { @@ -1857,7 +508,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } -/* World Clock */ .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -1882,7 +532,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 0.9em; } -/* Weather */ .weather-button { margin-bottom: 6px; } @@ -1927,7 +576,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } -/* Message list */ .message-list { width: 31.5em; padding: 0 12px; @@ -2103,280 +751,51 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #999999; } -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; +.check-box * { + min-height: 16px; + padding: 8px 0; } -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; +.check-box StBoxLayout { + spacing: .8em; } -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; +.check-box StBin { + width: 24px; + height: 24px; + padding: 4px; border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); + background-image: url("assets/checkbox-off.svg"); } -.window-close StIcon { - icon-size: 26px; +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); } -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #dedede; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { +.check-box:hover StBin { background-color: rgba(255, 255, 255, 0.06); } -.nm-dialog-item:active { +.check-box:active StBin { background-color: rgba(255, 255, 255, 0.1); } -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icons { - spacing: .5em; +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icon { - icon-size: 16px; +.check-box:hover:checked StBin { + background-color: rgba(8, 96, 242, 0.15); } -.no-networks-label { - color: #999999; +.check-box:active:checked StBin { + background-color: rgba(8, 96, 242, 0.3); } -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ #dash { font-size: 1em; color: rgba(255, 255, 255, 0.85); @@ -2417,7 +836,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -x-offset: 8px; } -/* App Vault/Grid */ .icon-grid { spacing: 30px; -shell-grid-horizontal-item-size: 136px; @@ -2494,7 +912,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { transition-duration: 150ms; } -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, +.search-provider-icon .overview-icon, .grid-search-result .overview-icon, .search-provider-icon .overview-icon > StIcon, .grid-search-result .overview-icon > StIcon, .show-apps .overview-icon, .show-apps .overview-icon > StIcon, .app-well-app .overview-icon, @@ -2542,18 +960,6 @@ StWidget.focused .app-well-app-running-dot { background-color: #0860f2; } -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - .app-well-app.app-folder > .overview-icon { background-color: rgba(255, 255, 255, 0.15); } @@ -2772,287 +1178,675 @@ StWidget.focused .app-well-app-running-dot { padding: 0px 88px 10px 88px; } -.workspace-thumbnails { +.modal-dialog-linked-button:last-child { + color: white; + background-color: #0860f2; +} + +.modal-dialog-linked-button:hover:last-child { + color: white; + background-color: #307bf8; +} + +.modal-dialog-linked-button:active:last-child { + color: white; + background-color: #0756d9; +} + +.modal-dialog-linked-button:insensitive:last-child { + background-color: rgba(8, 96, 242, 0.05); + color: rgba(8, 96, 242, 0.35); +} + +.framed-user-icon { + background-size: contain; + border: none; color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; + border-radius: 9999px; } -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); +.framed-user-icon:hover { + border-color: rgba(255, 255, 255, 0.85); + color: rgba(255, 255, 255, 0.85); } -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; +.modal-dialog { color: #dedede; - background-color: rgba(36, 36, 36, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); + padding: 0 5px 6px 5px; } -.notification-banner:hover { - background-color: rgba(36, 36, 36, 0.95); -} - -.notification-banner:focus { - background-color: #242424; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(255, 255, 255, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { +.modal-dialog-linked-button { min-height: 40px; padding: 0 16px; - background-color: transparent; - color: #afafaf; + margin: 3px 3px; + border: none !important; + border-radius: 6px; + font-size: 9.75pt; font-weight: 500; - border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 6px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 6px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; color: #afafaf; - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { +.modal-dialog-linked-button:hover { + color: #dedede; background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - box-shadow: none; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:active { +.modal-dialog-linked-button:active { + color: #dedede; background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(222, 222, 222, 0.35); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:focus { color: #dedede; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; +.modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; } -.secondary-icon { - icon-size: 1.2307692308em; +.modal-dialog .run-dialog-entry { + width: 20em; + margin-bottom: 6px; } -.chat-body { - spacing: 5px; +.modal-dialog .run-dialog-error-box { + padding-top: 16px; + spacing: 6px; } -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #dedede; -} - -.chat-new-group { +.modal-dialog .run-dialog-button-box { padding-top: 1em; } -.chat-received { - padding-left: 4px; +.modal-dialog .run-dialog-label { + font-size: 1em; + font-weight: normal; + color: #999999; + padding-bottom: .4em; } -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; +.mount-dialog-subject, +.end-session-dialog-subject { + font-size: 15pt; + font-weight: 500; } -.chat-sent { - padding-left: 18pt; +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; +} + +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.leightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; +} + +.message-dialog-subtitle { color: #afafaf; + font-weight: bold; } -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; +.dialog-list { + spacing: 18px; } -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: #afafaf; + font-size: 15pt; + font-weight: 500; +} + +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + text-align: center; + color: #afafaf; + font-size: 15pt; + font-weight: 500; +} + +.end-session-dialog { + width: 30em; + border: none; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #F27835; +} + +.end-session-dialog-list { + padding-top: 20px; +} + +.end-session-dialog-layout { + padding-left: 17px; +} + +.end-session-dialog-layout:rtl { + padding-right: 17px; +} + +.end-session-dialog-description { + padding-bottom: 10px; +} + +.end-session-dialog-description:rtl { + text-align: right; +} + +.end-session-dialog-warning { + width: 28em; + color: #F27835; + padding-top: 6px; +} + +.end-session-dialog-warning:rtl { + text-align: right; +} + +.end-session-dialog-logout-icon { + border-radius: 5px; + width: 48px; + height: 48px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: #999999; + width: 48px; + height: 48px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; +} + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; +} + +.end-session-dialog-list-header { + font-weight: bold; +} + +.end-session-dialog-list-header:rtl { + text-align: right; +} + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; +} + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; +} + +.end-session-dialog-app-list-item-description { + color: #999999; + font-size: 1em; +} + +.shell-mount-operation-icon { + icon-size: 48px; +} + +.mount-dialog { + spacing: 24px; +} + +.mount-dialog .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; +} + +.mount-dialog .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog .message-dialog-body { + padding-left: 17px; + width: 28em; +} + +.mount-dialog .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.mount-dialog-app-list-item { + color: #dedede; +} + +.mount-dialog-app-list-item:hover { + color: #dedede; +} + +.mount-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.mount-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.mount-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.mount-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.mount-dialog-app-list-item-name { + font-size: 1em; +} + +.prompt-dialog { + width: 28em; + border: none; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.prompt-dialog .message-dialog-content { + spacing: 16px; +} + +.prompt-dialog .message-dialog-title { + font-size: 15pt; + font-weight: 500; + color: #dedede; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 15pt; + font-weight: 500; + margin: 6px; +} + +.prompt-dialog-error-label { + color: #F27835; +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 1em; + color: #FC4138; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 1em; + padding-bottom: 8px; color: #999999; } -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; +.hidden { + color: rgba(0, 0, 0, 0); } -.hotplug-notification-item { - color: #dedede; - background-color: #242424; - border: 1px solid rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; - padding: 8px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; +.prompt-dialog-null-label { + font-size: 1em; + padding-bottom: 8px; + color: #999999; } -.hotplug-notification-item:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: rgba(255, 255, 255, 0.06); - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:hover { - color: #dedede; - border-color: rgba(0, 0, 0, 0.15); - background-color: #2c2c2c; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:active { - color: white; - background-color: #0860f2; - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { +.polkit-dialog-user-layout { + text-align: center; spacing: 8px; + margin-bottom: 6px; } -.hotplug-resident-mount { - spacing: 8px; +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #F27835; +} + +.polkit-dialog-user-layout .polkit-dialog-user-icon { + border-radius: 9999px; + background-size: contain; + width: 48px; + height: 48px; + margin: 6px; +} + +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-content { + spacing: 20px; + padding: 24px; +} + +.audio-selection-title { + font-weight: bold; + text-align: center; +} + +.audio-selection-device { + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 6px; } -.hotplug-resident-mount:hover { +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: rgba(255, 255, 255, 0.08); +} + +.audio-selection-device:active { + background-color: #0860f2; + color: white; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +.access-dialog { + spacing: 30px; +} + +.geolocation-dialog { + spacing: 30px; +} + +.extension-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.extension-dialog .message-dialog-title { + color: #afafaf; +} + +.inhibit-shortcuts-dialog { + spacing: 30px; +} + +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #dedede; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(255, 255, 255, 0.12); + padding: 0; + background-color: rgba(0, 0, 0, 0.1); + border-radius: 6px; +} + +.nm-dialog-header { + font-size: 15pt; + font-weight: 500; +} + +.nm-dialog-item { + font-size: 1em; + border-bottom: none; + border-radius: 6px; + padding: 12px; + spacing: 20px; +} + +.nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(255, 255, 255, 0.06); } -.hotplug-resident-mount:active { +.nm-dialog-item:active { background-color: rgba(255, 255, 255, 0.1); } -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; +.nm-dialog-item:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); } -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; +.nm-dialog-icons { + spacing: .5em; } -.hotplug-resident-eject-icon { +.nm-dialog-icon { icon-size: 16px; } -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #dedede; +.no-networks-label { + color: #999999; } -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; +.no-networks-box { + spacing: 12px; } -.magnifier-zoom-region.full-screen { +StEntry { + min-height: 32px; + min-width: 44px; + padding: 0 8px; + margin: 3px; border-width: 0; + color: #dedede; + caret-color: #dedede; + selection-background-color: #0860f2; + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.1); + border-radius: 100px; + border: 2px solid transparent; + box-shadow: none; +} + +StEntry:hover { + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +StEntry:focus { + border: 2px solid #4d8ef9; + box-shadow: none; +} + +StEntry:insensitive { + background-color: rgba(255, 255, 255, 0.05); + color: rgba(222, 222, 222, 0.35); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 0; +} + +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(222, 222, 222, 0.7); } -/* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; @@ -3158,97 +1952,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #1c6ff7; - background-color: #0860f2; -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #999999; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.candidate-box:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - .login-dialog-banner-view { padding-top: 24px; max-width: 23em; @@ -3464,7 +2167,7 @@ StWidget.focused .app-well-app-running-dot { } .login-dialog-user-list-item { - border-radius: 6px; + border-radius: 10px; padding: 6px; color: rgba(255, 255, 255, 0.85); } @@ -3497,10 +2200,15 @@ StWidget.focused .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.85); } +.user-widget-label { + color: rgba(255, 255, 255, 0.85); +} + .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.85); border-radius: 9999px; + border: 2px rgba(255, 255, 255, 0.85); } .user-icon:hover { @@ -3508,12 +2216,30 @@ StWidget.focused .app-well-app-running-dot { } .user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; + background-color: rgba(255, 255, 255, 0); + border-radius: 99px; } -.user-widget-label { - color: rgba(255, 255, 255, 0.85); +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 8px; + width: 10px; + height: 10px; } .user-widget.horizontal .user-widget-label { @@ -3575,147 +2301,6 @@ StWidget.focused .app-well-app-running-dot { padding-top: 1em; } -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock { - color: white; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 112px; - font-weight: 300; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock-date { - font-size: 45px; - font-weight: 400; -} - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; -} - -.screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.screen-shield-notifications-container .notification, -.screen-shield-notifications-container .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-radius: 6px; -} - -.screen-shield-notifications-container .notification { - margin-right: 16px; -} - -.screen-shield-notification-label { - min-height: 18px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: 18px; - padding: 2px 0px 0px 16px; - color: rgba(255, 255, 255, 0.85); -} - -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - -.screen-shield-background { - background: black; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 6px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(0, 0, 0, 0.3); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: #333333; - background-color: rgba(255, 255, 255, 0.85); - border-radius: 99px; - margin-right: 12px; -} - #lockDialogGroup { background: url("assets/background.jpg"); background-size: cover; @@ -3886,6 +2471,1343 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); } +.ripple-pointer-location { + width: 48px; + height: 48px; + border-radius: 24px; + background-color: rgba(151, 189, 252, 0.3); + box-shadow: 0 0 2px 2px #669efa; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #0860f2; + -pie-background-color: rgba(201, 221, 253, 0.3); +} + +.shell-link { + border-radius: 6px; + color: #3484e2; +} + +.shell-link:hover { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.15); +} + +.shell-link:active { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.3); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 9.75pt; + font-weight: 400; + color: #F27835; +} + +.headline { + font-size: 15pt; + font-weight: 500; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: none; + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; +} + +.switcher-list .item-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.12); +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #999999; +} + +.switcher-arrow:highlighted { + color: #dedede; +} + +.input-source-switcher-symbol { + font-size: 45px; + font-weight: 400; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 4px solid #0860f2; +} + +.workspace-switcher-group { + padding: 8px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 48px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + background-size: 32px; + border-radius: 6px; +} + +.ws-switcher-box { + height: 48px; + border: none; + background: rgba(255, 255, 255, 0.06); + border-radius: 6px; +} + +.tile-preview { + background-color: rgba(8, 96, 242, 0.3); + border: 1px solid #0860f2; +} + +.tile-preview-left.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.ripple-box { + width: 48px; + height: 48px; + border-radius: 0 0 48px 0; + background-color: rgba(8, 96, 242, 0.35); + background-image: none; + background-size: auto; +} + +.ripple-box:rtl { + border-radius: 0 0 0 48px; + background-image: none; +} + +.summary-source-counter { + font-size: 1em; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + border: 2px solid #0860f2; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.secondary-icon { + icon-size: 1.2307692308em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #dedede; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: #afafaf; +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: 400; + color: #999999; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 6px; +} + +.hotplug-resident-mount:hover { + background-color: rgba(255, 255, 255, 0.06); +} + +.hotplug-resident-mount:active { + background-color: rgba(255, 255, 255, 0.1); +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 6px; + color: #dedede; +} + +.url-highlighter { + link-color: #3484e2; +} + +.notification-banner { + font-size: 1em; + width: 34em; + min-height: 56px; + margin: 5px; + border-radius: 6px; + color: #dedede; + background-color: rgba(36, 36, 36, 0.92); + border: none; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); +} + +.notification-banner:hover { + background-color: rgba(36, 36, 36, 0.95); +} + +.notification-banner:focus { + background-color: #242424; +} + +.notification-banner .notification-icon { + padding: 5px; +} + +.notification-banner .notification-content { + padding: 5px; + spacing: 5px; +} + +.notification-banner .secondary-icon { + icon-size: 1.2307692308em; +} + +.notification-banner .notification-actions { + background-color: transparent; + padding-top: 0; + border-top: 1px solid rgba(255, 255, 255, 0.12); + spacing: 1px; +} + +.notification-banner .notification-button { + min-height: 40px; + padding: 0 16px; + background-color: transparent; + color: #afafaf; + font-weight: 500; + border-width: 0; +} + +.notification-banner .notification-button:first-child { + border-radius: 0 0 0 6px; +} + +.notification-banner .notification-button:last-child { + border-radius: 0 0 6px 0; +} + +.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.notification-banner .notification-button:focus { + background-color: transparent; + color: #afafaf; + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06); +} + +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; + box-shadow: none; +} + +.notification-banner .notification-button:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.magnifier-zoom-region { + border: 2px solid #0860f2; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window .osd-monitor-label { + font-size: 45px; + font-weight: 400; +} + +.osd-window .level { + height: 4px; + border-radius: 3px; + background-color: rgba(0, 0, 0, 0.1); + color: #dedede; + -barlevel-height: 4px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-active-background-color: #0860f2; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.osd-window .level-bar { + background-color: white; + border-radius: 16px; +} + +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.6); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 32px; +} + +.window-picker { + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 32px; + spacing: 12px; +} + +.window-picker.external-monitor { + padding: 16px; +} + +.window-clone-border { + border: 4px solid rgba(255, 255, 255, 0.3); + border-radius: 6px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); +} + +.window-caption { + spacing: 25px; + color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.6); + border-radius: 6px; + padding: 4px 8px; + border: none; + font-weight: normal; +} + +.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { + width: 304px; + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.5); + caret-color: rgba(255, 255, 255, 0.85); + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.12); + border-radius: 8px; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { + border-color: transparent; + background-color: rgba(255, 255, 255, 0.18); + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: rgba(255, 255, 255, 0.5); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { + border: none; + color: rgba(255, 255, 255, 0.45); +} + +.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +#searchResultsContent { + max-width: 1000px; + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { + spacing: 16px; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.15); +} + +.search-section-content { + spacing: 32px; + border-radius: 0; + border: none; + box-shadow: none; + background: none; + text-shadow: none; + color: rgba(255, 255, 255, 0.85); +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.5); +} + +.list-search-results { + spacing: 3px; +} + +.list-search-result-content { + spacing: 30px; +} + +.list-search-result-title { + font-size: 11.25pt; + font-weight: 400; + color: rgba(255, 255, 255, 0.85); + spacing: 12px; +} + +.list-search-result-description { + color: rgba(255, 255, 255, 0.85); +} + +.list-search-provider-details { + width: 150px; + color: rgba(255, 255, 255, 0.85); + margin-top: 0.24em; +} + +.list-search-provider-content { + spacing: 20px; +} + +.search-provider-icon { + padding: 15px; +} + +#panel { + background-color: #2a2a2a; + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 28px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: #2a2a2a; + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: #dadada; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner StLabel { + padding: 0 4px; +} + +#panel .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: #dadada; + transition-duration: 150ms; + border-radius: 6px; +} + +#panel .panel-button StLabel { + padding: 0 2px; +} + +#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, +#panel .panel-button:active .app-menu-icon > StIcon, +#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, +#panel .panel-button:overview .app-menu-icon > StIcon, +#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, +#panel .panel-button:focus .app-menu-icon > StIcon, +#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, +#panel .panel-button:checked .app-menu-icon > StIcon, +#panel .panel-button:checked .popup-menu-arrow { + icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; +} + +#panel .panel-button .app-menu-icon > StIcon { + padding-left: 4px; + padding-right: 6px; +} + +#panel .panel-button .popup-menu-arrow { + width: 0; + height: 0; +} + +#panel .panel-button:hover { + color: #dadada; + background-color: rgba(255, 255, 255, 0.15); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: rgba(255, 255, 255, 0.3); + color: #dadada; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.2307692308em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: #dadada; +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: #dadada; +} + +#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background: none; + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FC4138; +} + +#panel .remote-access-indicator { + color: #F27835; +} + +#panel.solid { + background-color: #2a2a2a; + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: #2a2a2a; +} + +#panel.solid .panel-button { + color: #dadada; + text-shadow: none; +} + +#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: rgba(255, 255, 255, 0.85); + text-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, +#panel.solid .app-menu-icon > StIcon:active, +#panel.solid .app-menu-icon > StIcon:overview, +#panel.solid .app-menu-icon > StIcon:focus, +#panel.solid .app-menu-icon > StIcon:checked, +#panel.solid .popup-menu-arrow:active, +#panel.solid .popup-menu-arrow:overview, +#panel.solid .popup-menu-arrow:focus, +#panel.solid .popup-menu-arrow:checked { + icon-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + border: none; +} + +.popup-menu { + min-width: 12em; + color: #afafaf; + padding: 0 0 !important; +} + +.popup-menu .popup-menu-content { + padding: 6px 0 !important; + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); + margin: 4px 8px !important; +} + +.popup-menu .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: #afafaf; + text-shadow: none; + border-radius: 8px; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 2em !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 2em !important; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border-radius: 8px 8px 0 0; + border: none; + box-shadow: none; + color: #afafaf; + background-color: rgba(255, 255, 255, 0.15); +} + +.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-menu-item:checked:active { + color: white; + background-color: #1366f1; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu .popup-menu-item.selected { + color: white; + background-color: #0860f2; + transition: none; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: white; + background-color: #1366f1; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.15); + border-radius: 0 0 8px 8px; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; + border-radius: 8px; +} + +.popup-menu .popup-sub-menu .popup-menu-item:hover { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active { + color: white; + background-color: #1366f1; +} + +.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { + border-radius: 0 0 8px 8px; +} + +.popup-menu .popup-inactive-menu-item { + color: #afafaf; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu-boxpointer StEntry { + selection-background-color: rgba(255, 255, 255, 0.85); + selected-background-color: rgba(255, 255, 255, 0.85); + selected-color: #0860f2; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: #242424; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 0 0; + background-color: rgba(255, 255, 255, 0.12); + padding: 0 0; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0 0; + margin: 0 32px 0 0; +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1em; +} + +.system-menu-action { + color: #afafaf; + border-radius: 100px; + /* wish we could do 50% */ + padding: 12px; + border: none; + -st-icon-style: symbolic; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; + border: none; + padding: 12px; +} + +.system-menu-action:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.2307692308em; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #1c6ff7; + background-color: #0860f2; +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: #999999; +} + +.candidate-box:selected .candidate-index { + color: rgba(255, 255, 255, 0.5); +} + +.candidate-box { + transition-duration: 0ms; + min-height: 28px; + padding: 0 8px; + border-radius: 6px; +} + +.candidate-box:hover { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; +} + +.candidate-box:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.candidate-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.candidate-page-button-box { + height: 28px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 28px; + min-height: 28px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 6px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1.2307692308em; +} + +.screen-shield-arrows { + padding-bottom: 3em; +} + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock { + color: white; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); + font-weight: normal; + text-align: center; + padding-bottom: 1.5em; +} + +.screen-shield-clock-time { + font-size: 112px; + font-weight: 300; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock-date { + font-size: 45px; + font-weight: 400; +} + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; +} + +.screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.screen-shield-notifications-container .notification, +.screen-shield-notifications-container .screen-shield-notification-source { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.3); + color: rgba(255, 255, 255, 0.85); + border-radius: 6px; +} + +.screen-shield-notifications-container .notification { + margin-right: 16px; +} + +.screen-shield-notification-label { + min-height: 18px; + padding: 2px 0px 0px 16px; + font-weight: bold; +} + +.screen-shield-notification-count-text { + min-height: 18px; + padding: 2px 0px 0px 16px; + color: rgba(255, 255, 255, 0.85); +} + +#panel.lock-screen { + background-color: rgba(0, 0, 0, 0.3); +} + +.screen-shield-background { + background: black; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); +} + +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(0, 0, 0, 0.6); + color: white; + border-radius: 6px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(0, 0, 0, 0.3); +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: #333333; + background-color: rgba(255, 255, 255, 0.85); + border-radius: 99px; + margin-right: 12px; +} + +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 16px; + min-height: 6px; +} + +StScrollBar StBin#trough { + margin: 6px; + border-radius: 100px; + background-color: rgba(255, 255, 255, 0.06); +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 100px; + background-color: #999999; + margin: 6px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #afafaf; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #dedede; +} + +.slider { + height: 20px; + color: white; + border-radius: 16px; + -slider-height: 19px; + -slider-background-color: rgba(255, 255, 255, 0.1); + -slider-border-color: transparent; + -slider-active-background-color: rgba(255, 255, 255, 0.35); + -slider-active-border-color: transparent; + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: transparent; + -barlevel-height: 19px; + -barlevel-background-color: rgba(255, 255, 255, 0.1); + -barlevel-border-color: transparent; + -barlevel-active-background-color: rgba(255, 255, 255, 0.35); + -barlevel-active-border-color: transparent; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-border-color: transparent; + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: transparent; +} + +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/toggle-off.svg"); +} + +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); +} + .bottom #dashtodockDashScrollview, .top #dashtodockDashScrollview { -st-hfade-offset: 24px; diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt.scss b/src/main/gnome-shell/gnome-shell-dark-solid-alt.scss index e7858bb..d83dae0 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt.scss +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt.scss @@ -6,5 +6,5 @@ $black: 'false'; @import '../../sass/colors'; @import '../../sass/variables'; @import '../../sass/gnome-shell/drawing'; -@import '../../sass/gnome-shell/common'; +@import '../../sass/gnome-shell/widgets'; @import '../../sass/gnome-shell/extensions'; diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.css b/src/main/gnome-shell/gnome-shell-dark-solid.css index 88cfbb4..3b35792 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid.css @@ -1,47 +1,158 @@ /* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: #dedede; } -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(151, 189, 252, 0.3); - box-shadow: 0 0 2px 2px #669efa; +.search-provider-icon .overview-icon, +.show-apps .overview-icon, +.app-well-app .overview-icon, +.grid-search-result .overview-icon, .search-provider-icon, +.list-search-result { + color: rgba(255, 255, 255, 0.85); + border-radius: 12px; + padding: 6px; + border: none; + transition-duration: 150ms; + text-align: center; } -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #0860f2; - -pie-background-color: rgba(201, 221, 253, 0.3); +.workspace-switcher-container, .osd-window, +.resize-popup, +.switcher-list { + color: #dedede; + background-color: #242424; + border: none; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); + border-radius: 6px; + padding: 12px; +} + +.workspace-thumbnails { + color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.15); + border: none; +} + +.search-statustext, .no-frequent-applications-label { + font-size: 45px; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); +} + +.message, .world-clocks-button, +.weather-button, +.events-button, +.events-section-title { + border-radius: 10px; + border: none; + box-shadow: none; + background-color: rgba(56, 56, 56, 0.75); + text-shadow: none; + color: #afafaf; + transition: none; +} + +.message:hover, .world-clocks-button:hover, +.weather-button:hover, +.events-button:hover, +.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.weather-button:focus, +.events-button:focus, +.events-section-title:focus { + color: #dedede; + background-color: rgba(74, 74, 74, 0.75); + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); +} + +.message:active, .world-clocks-button:active, +.weather-button:active, +.events-button:active, +.events-section-title:active { + color: #dedede; + background-color: rgba(62, 62, 62, 0.75); + box-shadow: none; +} + +.hotplug-notification-item { + color: #dedede; + background-color: #242424; + border: 1px solid rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; + padding: 8px; + border-style: solid; + border-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + +.hotplug-notification-item:insensitive { + color: rgba(222, 222, 222, 0.35); + background-color: rgba(255, 255, 255, 0.06); + border-color: rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:hover { + color: #dedede; + border-color: rgba(0, 0, 0, 0.15); + background-color: #2c2c2c; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:focus { + color: #dedede; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:active { + color: white; + background-color: #0860f2; + border-color: rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:first-child { + border-radius: 0 0 0 6px; +} + +.hotplug-notification-item:last-child { + border-right-width: 0; + border-radius: 0 0 6px 0; +} + +.hotplug-notification-item:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { + background-color: #242424; + border-radius: 12px; + border: none; +} + +#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.15); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.85); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { + background-color: rgba(255, 255, 255, 0.85); } -/* WIDGETS */ -/* Buttons */ .button { min-height: 32px; padding: 0 16px; @@ -91,1495 +202,35 @@ stage { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: #dedede; - caret-color: #dedede; - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.1); +.window-close { + background-size: 26px; + height: 26px; + width: 26px; + -shell-close-overlap: 10px; border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover { - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -StEntry:insensitive { - background-color: rgba(255, 255, 255, 0.05); - color: rgba(222, 222, 222, 0.35); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(222, 222, 222, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(255, 255, 255, 0.06); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #999999; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #afafaf; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #dedede; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - border-radius: 16px; - -slider-height: 19px; - -slider-background-color: rgba(255, 255, 255, 0.1); - -slider-border-color: transparent; - -slider-active-background-color: rgba(255, 255, 255, 0.35); - -slider-active-border-color: transparent; - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: transparent; - -barlevel-height: 19px; - -barlevel-background-color: rgba(255, 255, 255, 0.1); - -barlevel-border-color: transparent; - -barlevel-active-background-color: rgba(255, 255, 255, 0.35); - -barlevel-active-border-color: transparent; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: transparent; -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(255, 255, 255, 0.06); -} - -.check-box:active StBin { - background-color: rgba(255, 255, 255, 0.1); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(8, 96, 242, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(8, 96, 242, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 6px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; - border: 2px rgba(255, 255, 255, 0.85); -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0); - border-radius: 99px; -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 8px; - width: 10px; - height: 10px; -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #F27835; -} - -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -/* Modal Dialogs */ -.modal-dialog-linked-button:last-child { - color: white; - background-color: #0860f2; -} - -.modal-dialog-linked-button:hover:last-child { - color: white; - background-color: #307bf8; -} - -.modal-dialog-linked-button:active:last-child { - color: white; - background-color: #0756d9; -} - -.modal-dialog-linked-button:insensitive:last-child { - background-color: rgba(8, 96, 242, 0.05); - color: rgba(8, 96, 242, 0.35); -} - -.modal-dialog { - color: #dedede; - padding: 0 5px 6px 5px; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; + border: 0 none transparent; background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #999999; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #afafaf; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; - border: none; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #F27835; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #999999; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #999999; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #dedede; -} - -.mount-dialog-app-list-item:hover { - color: #dedede; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #dedede; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 9999px; - background-size: contain; - width: 48px; - height: 48px; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(255, 255, 255, 0.08); -} - -.audio-selection-device:active { - background-color: #0860f2; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #afafaf; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { - background-color: #242424; - border-radius: 12px; - border: none; -} - -.popup-menu { - min-width: 12em; - color: #afafaf; - padding: 0 0 !important; -} - -.popup-menu .popup-menu-content { - padding: 6px 0 !important; - box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); - border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding-top: 6px !important; - padding-bottom: 6px !important; - color: #afafaf; - text-shadow: none; - border-radius: 8px; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 2em !important; - padding-left: 0 !important; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0 !important; - padding-left: 2em !important; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 8px 8px 0 0; - border: none; - box-shadow: none; - color: #afafaf; - background-color: rgba(255, 255, 255, 0.15); -} - -.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-menu-item:checked:active { - color: white; - background-color: #1366f1; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-menu-item.selected { - color: white; - background-color: #0860f2; - transition: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: white; - background-color: #1366f1; - transition-duration: 100ms; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.15); - border-radius: 0 0 8px 8px; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 8px; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: white; - background-color: #1366f1; -} - -.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { - border-radius: 0 0 8px 8px; -} - -.popup-menu .popup-inactive-menu-item { - color: #afafaf; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #0860f2; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - -.popup-separator-menu-item { - margin: 0 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 0 0; - background-color: rgba(255, 255, 255, 0.12); - padding: 0 0; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 0; - margin: 0 32px 0 0; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #afafaf; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- 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 -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #dedede; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #999999; -} - -.switcher-arrow:highlighted { - color: #dedede; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(255, 255, 255, 0.06); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #dedede; - background-color: #242424; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: #2a2a2a; - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: #2a2a2a; - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: #dadada; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: #dadada; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: #dadada; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: #dadada; box-shadow: none; + background-image: url("assets/window-close.svg"); } -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; +.window-close StIcon { + icon-size: 26px; } -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #dadada; +.window-close:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); } -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #dadada; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: #2a2a2a; - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: #2a2a2a; -} - -#panel.solid .panel-button { - color: #dadada; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.message, .world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - border-radius: 10px; - border: none; - box-shadow: none; - background-color: rgba(56, 56, 56, 0.75); - text-shadow: none; - color: #afafaf; - transition: none; -} - -.message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus, -.events-section-title:focus { - color: #dedede; - background-color: rgba(74, 74, 74, 0.75); - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -} - -.message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active, -.events-section-title:active { - color: #dedede; - background-color: rgba(62, 62, 62, 0.75); - box-shadow: none; +.window-close:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); } .clock-display-box { @@ -1857,7 +508,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } -/* World Clock */ .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -1882,7 +532,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 0.9em; } -/* Weather */ .weather-button { margin-bottom: 6px; } @@ -1927,7 +576,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } -/* Message list */ .message-list { width: 31.5em; padding: 0 12px; @@ -2103,280 +751,51 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #999999; } -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; +.check-box * { + min-height: 16px; + padding: 8px 0; } -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; +.check-box StBoxLayout { + spacing: .8em; } -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; +.check-box StBin { + width: 24px; + height: 24px; + padding: 4px; border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); + background-image: url("assets/checkbox-off.svg"); } -.window-close StIcon { - icon-size: 26px; +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); } -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #dedede; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { +.check-box:hover StBin { background-color: rgba(255, 255, 255, 0.06); } -.nm-dialog-item:active { +.check-box:active StBin { background-color: rgba(255, 255, 255, 0.1); } -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icons { - spacing: .5em; +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icon { - icon-size: 16px; +.check-box:hover:checked StBin { + background-color: rgba(8, 96, 242, 0.15); } -.no-networks-label { - color: #999999; +.check-box:active:checked StBin { + background-color: rgba(8, 96, 242, 0.3); } -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ #dash { font-size: 1em; color: rgba(255, 255, 255, 0.85); @@ -2417,7 +836,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -x-offset: 8px; } -/* App Vault/Grid */ .icon-grid { spacing: 30px; -shell-grid-horizontal-item-size: 136px; @@ -2494,7 +912,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { transition-duration: 150ms; } -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, +.search-provider-icon .overview-icon, .grid-search-result .overview-icon, .search-provider-icon .overview-icon > StIcon, .grid-search-result .overview-icon > StIcon, .show-apps .overview-icon, .show-apps .overview-icon > StIcon, .app-well-app .overview-icon, @@ -2542,18 +960,6 @@ StWidget.focused .app-well-app-running-dot { background-color: #0860f2; } -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - .app-well-app.app-folder > .overview-icon { background-color: rgba(255, 255, 255, 0.15); } @@ -2772,287 +1178,675 @@ StWidget.focused .app-well-app-running-dot { padding: 0px 88px 10px 88px; } -.workspace-thumbnails { +.modal-dialog-linked-button:last-child { + color: white; + background-color: #0860f2; +} + +.modal-dialog-linked-button:hover:last-child { + color: white; + background-color: #307bf8; +} + +.modal-dialog-linked-button:active:last-child { + color: white; + background-color: #0756d9; +} + +.modal-dialog-linked-button:insensitive:last-child { + background-color: rgba(8, 96, 242, 0.05); + color: rgba(8, 96, 242, 0.35); +} + +.framed-user-icon { + background-size: contain; + border: none; color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; + border-radius: 9999px; } -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); +.framed-user-icon:hover { + border-color: rgba(255, 255, 255, 0.85); + color: rgba(255, 255, 255, 0.85); } -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; +.modal-dialog { color: #dedede; - background-color: rgba(36, 36, 36, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); + padding: 0 5px 6px 5px; } -.notification-banner:hover { - background-color: rgba(36, 36, 36, 0.95); -} - -.notification-banner:focus { - background-color: #242424; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(255, 255, 255, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { +.modal-dialog-linked-button { min-height: 40px; padding: 0 16px; - background-color: transparent; - color: #afafaf; + margin: 3px 3px; + border: none !important; + border-radius: 6px; + font-size: 9.75pt; font-weight: 500; - border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 6px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 6px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; color: #afafaf; - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { +.modal-dialog-linked-button:hover { + color: #dedede; background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - box-shadow: none; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:active { +.modal-dialog-linked-button:active { + color: #dedede; background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(222, 222, 222, 0.35); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:focus { color: #dedede; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; +.modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; } -.secondary-icon { - icon-size: 1.2307692308em; +.modal-dialog .run-dialog-entry { + width: 20em; + margin-bottom: 6px; } -.chat-body { - spacing: 5px; +.modal-dialog .run-dialog-error-box { + padding-top: 16px; + spacing: 6px; } -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #dedede; -} - -.chat-new-group { +.modal-dialog .run-dialog-button-box { padding-top: 1em; } -.chat-received { - padding-left: 4px; +.modal-dialog .run-dialog-label { + font-size: 1em; + font-weight: normal; + color: #999999; + padding-bottom: .4em; } -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; +.mount-dialog-subject, +.end-session-dialog-subject { + font-size: 15pt; + font-weight: 500; } -.chat-sent { - padding-left: 18pt; +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; +} + +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.leightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; +} + +.message-dialog-subtitle { color: #afafaf; + font-weight: bold; } -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; +.dialog-list { + spacing: 18px; } -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: #afafaf; + font-size: 15pt; + font-weight: 500; +} + +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + text-align: center; + color: #afafaf; + font-size: 15pt; + font-weight: 500; +} + +.end-session-dialog { + width: 30em; + border: none; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #F27835; +} + +.end-session-dialog-list { + padding-top: 20px; +} + +.end-session-dialog-layout { + padding-left: 17px; +} + +.end-session-dialog-layout:rtl { + padding-right: 17px; +} + +.end-session-dialog-description { + padding-bottom: 10px; +} + +.end-session-dialog-description:rtl { + text-align: right; +} + +.end-session-dialog-warning { + width: 28em; + color: #F27835; + padding-top: 6px; +} + +.end-session-dialog-warning:rtl { + text-align: right; +} + +.end-session-dialog-logout-icon { + border-radius: 5px; + width: 48px; + height: 48px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: #999999; + width: 48px; + height: 48px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; +} + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; +} + +.end-session-dialog-list-header { + font-weight: bold; +} + +.end-session-dialog-list-header:rtl { + text-align: right; +} + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; +} + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; +} + +.end-session-dialog-app-list-item-description { + color: #999999; + font-size: 1em; +} + +.shell-mount-operation-icon { + icon-size: 48px; +} + +.mount-dialog { + spacing: 24px; +} + +.mount-dialog .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; +} + +.mount-dialog .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog .message-dialog-body { + padding-left: 17px; + width: 28em; +} + +.mount-dialog .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.mount-dialog-app-list-item { + color: #dedede; +} + +.mount-dialog-app-list-item:hover { + color: #dedede; +} + +.mount-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.mount-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.mount-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.mount-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.mount-dialog-app-list-item-name { + font-size: 1em; +} + +.prompt-dialog { + width: 28em; + border: none; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.prompt-dialog .message-dialog-content { + spacing: 16px; +} + +.prompt-dialog .message-dialog-title { + font-size: 15pt; + font-weight: 500; + color: #dedede; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 15pt; + font-weight: 500; + margin: 6px; +} + +.prompt-dialog-error-label { + color: #F27835; +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 1em; + color: #FC4138; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 1em; + padding-bottom: 8px; color: #999999; } -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; +.hidden { + color: rgba(0, 0, 0, 0); } -.hotplug-notification-item { - color: #dedede; - background-color: #242424; - border: 1px solid rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; - padding: 8px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; +.prompt-dialog-null-label { + font-size: 1em; + padding-bottom: 8px; + color: #999999; } -.hotplug-notification-item:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: rgba(255, 255, 255, 0.06); - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:hover { - color: #dedede; - border-color: rgba(0, 0, 0, 0.15); - background-color: #2c2c2c; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:active { - color: white; - background-color: #0860f2; - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { +.polkit-dialog-user-layout { + text-align: center; spacing: 8px; + margin-bottom: 6px; } -.hotplug-resident-mount { - spacing: 8px; +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #F27835; +} + +.polkit-dialog-user-layout .polkit-dialog-user-icon { + border-radius: 9999px; + background-size: contain; + width: 48px; + height: 48px; + margin: 6px; +} + +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-content { + spacing: 20px; + padding: 24px; +} + +.audio-selection-title { + font-weight: bold; + text-align: center; +} + +.audio-selection-device { + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 6px; } -.hotplug-resident-mount:hover { +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: rgba(255, 255, 255, 0.08); +} + +.audio-selection-device:active { + background-color: #0860f2; + color: white; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +.access-dialog { + spacing: 30px; +} + +.geolocation-dialog { + spacing: 30px; +} + +.extension-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.extension-dialog .message-dialog-title { + color: #afafaf; +} + +.inhibit-shortcuts-dialog { + spacing: 30px; +} + +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #dedede; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(255, 255, 255, 0.12); + padding: 0; + background-color: rgba(0, 0, 0, 0.1); + border-radius: 6px; +} + +.nm-dialog-header { + font-size: 15pt; + font-weight: 500; +} + +.nm-dialog-item { + font-size: 1em; + border-bottom: none; + border-radius: 6px; + padding: 12px; + spacing: 20px; +} + +.nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(255, 255, 255, 0.06); } -.hotplug-resident-mount:active { +.nm-dialog-item:active { background-color: rgba(255, 255, 255, 0.1); } -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; +.nm-dialog-item:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); } -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; +.nm-dialog-icons { + spacing: .5em; } -.hotplug-resident-eject-icon { +.nm-dialog-icon { icon-size: 16px; } -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #dedede; +.no-networks-label { + color: #999999; } -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; +.no-networks-box { + spacing: 12px; } -.magnifier-zoom-region.full-screen { +StEntry { + min-height: 32px; + min-width: 44px; + padding: 0 8px; + margin: 3px; border-width: 0; + color: #dedede; + caret-color: #dedede; + selection-background-color: #0860f2; + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.1); + border-radius: 100px; + border: 2px solid transparent; + box-shadow: none; +} + +StEntry:hover { + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +StEntry:focus { + border: 2px solid #4d8ef9; + box-shadow: none; +} + +StEntry:insensitive { + background-color: rgba(255, 255, 255, 0.05); + color: rgba(222, 222, 222, 0.35); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 0; +} + +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(222, 222, 222, 0.7); } -/* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; @@ -3158,97 +1952,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #1c6ff7; - background-color: #0860f2; -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #999999; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.candidate-box:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - .login-dialog-banner-view { padding-top: 24px; max-width: 23em; @@ -3464,7 +2167,7 @@ StWidget.focused .app-well-app-running-dot { } .login-dialog-user-list-item { - border-radius: 6px; + border-radius: 10px; padding: 6px; color: rgba(255, 255, 255, 0.85); } @@ -3497,10 +2200,15 @@ StWidget.focused .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.85); } +.user-widget-label { + color: rgba(255, 255, 255, 0.85); +} + .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.85); border-radius: 9999px; + border: 2px rgba(255, 255, 255, 0.85); } .user-icon:hover { @@ -3508,12 +2216,30 @@ StWidget.focused .app-well-app-running-dot { } .user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; + background-color: rgba(255, 255, 255, 0); + border-radius: 99px; } -.user-widget-label { - color: rgba(255, 255, 255, 0.85); +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 8px; + width: 10px; + height: 10px; } .user-widget.horizontal .user-widget-label { @@ -3575,147 +2301,6 @@ StWidget.focused .app-well-app-running-dot { padding-top: 1em; } -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock { - color: white; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 112px; - font-weight: 300; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock-date { - font-size: 45px; - font-weight: 400; -} - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; -} - -.screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.screen-shield-notifications-container .notification, -.screen-shield-notifications-container .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-radius: 6px; -} - -.screen-shield-notifications-container .notification { - margin-right: 16px; -} - -.screen-shield-notification-label { - min-height: 18px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: 18px; - padding: 2px 0px 0px 16px; - color: rgba(255, 255, 255, 0.85); -} - -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - -.screen-shield-background { - background: black; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 6px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(0, 0, 0, 0.3); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: #333333; - background-color: rgba(255, 255, 255, 0.85); - border-radius: 99px; - margin-right: 12px; -} - #lockDialogGroup { background: url("assets/background.jpg"); background-size: cover; @@ -3886,6 +2471,1343 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); } +.ripple-pointer-location { + width: 48px; + height: 48px; + border-radius: 24px; + background-color: rgba(151, 189, 252, 0.3); + box-shadow: 0 0 2px 2px #669efa; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #0860f2; + -pie-background-color: rgba(201, 221, 253, 0.3); +} + +.shell-link { + border-radius: 6px; + color: #3484e2; +} + +.shell-link:hover { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.15); +} + +.shell-link:active { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.3); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 9.75pt; + font-weight: 400; + color: #F27835; +} + +.headline { + font-size: 15pt; + font-weight: 500; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: none; + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; +} + +.switcher-list .item-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.12); +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #999999; +} + +.switcher-arrow:highlighted { + color: #dedede; +} + +.input-source-switcher-symbol { + font-size: 45px; + font-weight: 400; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 4px solid #0860f2; +} + +.workspace-switcher-group { + padding: 8px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 48px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + background-size: 32px; + border-radius: 6px; +} + +.ws-switcher-box { + height: 48px; + border: none; + background: rgba(255, 255, 255, 0.06); + border-radius: 6px; +} + +.tile-preview { + background-color: rgba(8, 96, 242, 0.3); + border: 1px solid #0860f2; +} + +.tile-preview-left.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.ripple-box { + width: 48px; + height: 48px; + border-radius: 0 0 48px 0; + background-color: rgba(8, 96, 242, 0.35); + background-image: none; + background-size: auto; +} + +.ripple-box:rtl { + border-radius: 0 0 0 48px; + background-image: none; +} + +.summary-source-counter { + font-size: 1em; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + border: 2px solid #0860f2; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.secondary-icon { + icon-size: 1.2307692308em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #dedede; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: #afafaf; +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: 400; + color: #999999; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 6px; +} + +.hotplug-resident-mount:hover { + background-color: rgba(255, 255, 255, 0.06); +} + +.hotplug-resident-mount:active { + background-color: rgba(255, 255, 255, 0.1); +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 6px; + color: #dedede; +} + +.url-highlighter { + link-color: #3484e2; +} + +.notification-banner { + font-size: 1em; + width: 34em; + min-height: 56px; + margin: 5px; + border-radius: 6px; + color: #dedede; + background-color: rgba(36, 36, 36, 0.92); + border: none; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); +} + +.notification-banner:hover { + background-color: rgba(36, 36, 36, 0.95); +} + +.notification-banner:focus { + background-color: #242424; +} + +.notification-banner .notification-icon { + padding: 5px; +} + +.notification-banner .notification-content { + padding: 5px; + spacing: 5px; +} + +.notification-banner .secondary-icon { + icon-size: 1.2307692308em; +} + +.notification-banner .notification-actions { + background-color: transparent; + padding-top: 0; + border-top: 1px solid rgba(255, 255, 255, 0.12); + spacing: 1px; +} + +.notification-banner .notification-button { + min-height: 40px; + padding: 0 16px; + background-color: transparent; + color: #afafaf; + font-weight: 500; + border-width: 0; +} + +.notification-banner .notification-button:first-child { + border-radius: 0 0 0 6px; +} + +.notification-banner .notification-button:last-child { + border-radius: 0 0 6px 0; +} + +.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.notification-banner .notification-button:focus { + background-color: transparent; + color: #afafaf; + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06); +} + +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; + box-shadow: none; +} + +.notification-banner .notification-button:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.magnifier-zoom-region { + border: 2px solid #0860f2; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window .osd-monitor-label { + font-size: 45px; + font-weight: 400; +} + +.osd-window .level { + height: 4px; + border-radius: 3px; + background-color: rgba(0, 0, 0, 0.1); + color: #dedede; + -barlevel-height: 4px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-active-background-color: #0860f2; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.osd-window .level-bar { + background-color: white; + border-radius: 16px; +} + +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.6); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 32px; +} + +.window-picker { + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 32px; + spacing: 12px; +} + +.window-picker.external-monitor { + padding: 16px; +} + +.window-clone-border { + border: 4px solid rgba(255, 255, 255, 0.3); + border-radius: 6px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); +} + +.window-caption { + spacing: 25px; + color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.6); + border-radius: 6px; + padding: 4px 8px; + border: none; + font-weight: normal; +} + +.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { + width: 304px; + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.5); + caret-color: rgba(255, 255, 255, 0.85); + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.12); + border-radius: 8px; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { + border-color: transparent; + background-color: rgba(255, 255, 255, 0.18); + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: rgba(255, 255, 255, 0.5); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { + border: none; + color: rgba(255, 255, 255, 0.45); +} + +.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +#searchResultsContent { + max-width: 1000px; + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { + spacing: 16px; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.15); +} + +.search-section-content { + spacing: 32px; + border-radius: 0; + border: none; + box-shadow: none; + background: none; + text-shadow: none; + color: rgba(255, 255, 255, 0.85); +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.5); +} + +.list-search-results { + spacing: 3px; +} + +.list-search-result-content { + spacing: 30px; +} + +.list-search-result-title { + font-size: 11.25pt; + font-weight: 400; + color: rgba(255, 255, 255, 0.85); + spacing: 12px; +} + +.list-search-result-description { + color: rgba(255, 255, 255, 0.85); +} + +.list-search-provider-details { + width: 150px; + color: rgba(255, 255, 255, 0.85); + margin-top: 0.24em; +} + +.list-search-provider-content { + spacing: 20px; +} + +.search-provider-icon { + padding: 15px; +} + +#panel { + background-color: #2a2a2a; + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 28px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: #2a2a2a; + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: #dadada; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner StLabel { + padding: 0 4px; +} + +#panel .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: #dadada; + transition-duration: 150ms; + border-radius: 6px; +} + +#panel .panel-button StLabel { + padding: 0 2px; +} + +#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, +#panel .panel-button:active .app-menu-icon > StIcon, +#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, +#panel .panel-button:overview .app-menu-icon > StIcon, +#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, +#panel .panel-button:focus .app-menu-icon > StIcon, +#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, +#panel .panel-button:checked .app-menu-icon > StIcon, +#panel .panel-button:checked .popup-menu-arrow { + icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; +} + +#panel .panel-button .app-menu-icon > StIcon { + padding-left: 4px; + padding-right: 6px; +} + +#panel .panel-button .popup-menu-arrow { + width: 0; + height: 0; +} + +#panel .panel-button:hover { + color: #dadada; + background-color: rgba(255, 255, 255, 0.15); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: rgba(255, 255, 255, 0.3); + color: #dadada; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.2307692308em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: #dadada; +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: #dadada; +} + +#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background: none; + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FC4138; +} + +#panel .remote-access-indicator { + color: #F27835; +} + +#panel.solid { + background-color: #2a2a2a; + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: #2a2a2a; +} + +#panel.solid .panel-button { + color: #dadada; + text-shadow: none; +} + +#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: rgba(255, 255, 255, 0.85); + text-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, +#panel.solid .app-menu-icon > StIcon:active, +#panel.solid .app-menu-icon > StIcon:overview, +#panel.solid .app-menu-icon > StIcon:focus, +#panel.solid .app-menu-icon > StIcon:checked, +#panel.solid .popup-menu-arrow:active, +#panel.solid .popup-menu-arrow:overview, +#panel.solid .popup-menu-arrow:focus, +#panel.solid .popup-menu-arrow:checked { + icon-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + border: none; +} + +.popup-menu { + min-width: 12em; + color: #afafaf; + padding: 0 0 !important; +} + +.popup-menu .popup-menu-content { + padding: 6px 0 !important; + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); + margin: 4px 8px !important; +} + +.popup-menu .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: #afafaf; + text-shadow: none; + border-radius: 8px; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 2em !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 2em !important; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border-radius: 8px 8px 0 0; + border: none; + box-shadow: none; + color: #afafaf; + background-color: rgba(255, 255, 255, 0.15); +} + +.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-menu-item:checked:active { + color: white; + background-color: #1366f1; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu .popup-menu-item.selected { + color: white; + background-color: #0860f2; + transition: none; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: white; + background-color: #1366f1; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.15); + border-radius: 0 0 8px 8px; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; + border-radius: 8px; +} + +.popup-menu .popup-sub-menu .popup-menu-item:hover { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active { + color: white; + background-color: #1366f1; +} + +.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { + border-radius: 0 0 8px 8px; +} + +.popup-menu .popup-inactive-menu-item { + color: #afafaf; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu-boxpointer StEntry { + selection-background-color: rgba(255, 255, 255, 0.85); + selected-background-color: rgba(255, 255, 255, 0.85); + selected-color: #0860f2; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: #242424; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 0 0; + background-color: rgba(255, 255, 255, 0.12); + padding: 0 0; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0 0; + margin: 0 32px 0 0; +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1em; +} + +.system-menu-action { + color: #afafaf; + border-radius: 100px; + /* wish we could do 50% */ + padding: 12px; + border: none; + -st-icon-style: symbolic; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; + border: none; + padding: 12px; +} + +.system-menu-action:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.2307692308em; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #1c6ff7; + background-color: #0860f2; +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: #999999; +} + +.candidate-box:selected .candidate-index { + color: rgba(255, 255, 255, 0.5); +} + +.candidate-box { + transition-duration: 0ms; + min-height: 28px; + padding: 0 8px; + border-radius: 6px; +} + +.candidate-box:hover { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; +} + +.candidate-box:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.candidate-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.candidate-page-button-box { + height: 28px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 28px; + min-height: 28px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 6px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1.2307692308em; +} + +.screen-shield-arrows { + padding-bottom: 3em; +} + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock { + color: white; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); + font-weight: normal; + text-align: center; + padding-bottom: 1.5em; +} + +.screen-shield-clock-time { + font-size: 112px; + font-weight: 300; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock-date { + font-size: 45px; + font-weight: 400; +} + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; +} + +.screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.screen-shield-notifications-container .notification, +.screen-shield-notifications-container .screen-shield-notification-source { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.3); + color: rgba(255, 255, 255, 0.85); + border-radius: 6px; +} + +.screen-shield-notifications-container .notification { + margin-right: 16px; +} + +.screen-shield-notification-label { + min-height: 18px; + padding: 2px 0px 0px 16px; + font-weight: bold; +} + +.screen-shield-notification-count-text { + min-height: 18px; + padding: 2px 0px 0px 16px; + color: rgba(255, 255, 255, 0.85); +} + +#panel.lock-screen { + background-color: rgba(0, 0, 0, 0.3); +} + +.screen-shield-background { + background: black; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); +} + +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(0, 0, 0, 0.6); + color: white; + border-radius: 6px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(0, 0, 0, 0.3); +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: #333333; + background-color: rgba(255, 255, 255, 0.85); + border-radius: 99px; + margin-right: 12px; +} + +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 16px; + min-height: 6px; +} + +StScrollBar StBin#trough { + margin: 6px; + border-radius: 100px; + background-color: rgba(255, 255, 255, 0.06); +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 100px; + background-color: #999999; + margin: 6px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #afafaf; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #dedede; +} + +.slider { + height: 20px; + color: white; + border-radius: 16px; + -slider-height: 19px; + -slider-background-color: rgba(255, 255, 255, 0.1); + -slider-border-color: transparent; + -slider-active-background-color: rgba(255, 255, 255, 0.35); + -slider-active-border-color: transparent; + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: transparent; + -barlevel-height: 19px; + -barlevel-background-color: rgba(255, 255, 255, 0.1); + -barlevel-border-color: transparent; + -barlevel-active-background-color: rgba(255, 255, 255, 0.35); + -barlevel-active-border-color: transparent; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-border-color: transparent; + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: transparent; +} + +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/toggle-off.svg"); +} + +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); +} + .bottom #dashtodockDashScrollview, .top #dashtodockDashScrollview { -st-hfade-offset: 24px; diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.scss b/src/main/gnome-shell/gnome-shell-dark-solid.scss index e7858bb..d83dae0 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.scss +++ b/src/main/gnome-shell/gnome-shell-dark-solid.scss @@ -6,5 +6,5 @@ $black: 'false'; @import '../../sass/colors'; @import '../../sass/variables'; @import '../../sass/gnome-shell/drawing'; -@import '../../sass/gnome-shell/common'; +@import '../../sass/gnome-shell/widgets'; @import '../../sass/gnome-shell/extensions'; diff --git a/src/main/gnome-shell/gnome-shell-dark.css b/src/main/gnome-shell/gnome-shell-dark.css index b0aef7c..6e59ff8 100644 --- a/src/main/gnome-shell/gnome-shell-dark.css +++ b/src/main/gnome-shell/gnome-shell-dark.css @@ -1,47 +1,158 @@ /* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: #dedede; } -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(151, 189, 252, 0.3); - box-shadow: 0 0 2px 2px #669efa; +.search-provider-icon .overview-icon, +.show-apps .overview-icon, +.app-well-app .overview-icon, +.grid-search-result .overview-icon, .search-provider-icon, +.list-search-result { + color: rgba(255, 255, 255, 0.85); + border-radius: 12px; + padding: 6px; + border: none; + transition-duration: 150ms; + text-align: center; } -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #0860f2; - -pie-background-color: rgba(201, 221, 253, 0.3); +.workspace-switcher-container, .osd-window, +.resize-popup, +.switcher-list { + color: #dedede; + background-color: #242424; + border: none; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); + border-radius: 6px; + padding: 12px; +} + +.workspace-thumbnails { + color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.15); + border: none; +} + +.search-statustext, .no-frequent-applications-label { + font-size: 45px; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); +} + +.message, .world-clocks-button, +.weather-button, +.events-button, +.events-section-title { + border-radius: 10px; + border: none; + box-shadow: none; + background-color: rgba(56, 56, 56, 0.75); + text-shadow: none; + color: #afafaf; + transition: none; +} + +.message:hover, .world-clocks-button:hover, +.weather-button:hover, +.events-button:hover, +.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.weather-button:focus, +.events-button:focus, +.events-section-title:focus { + color: #dedede; + background-color: rgba(74, 74, 74, 0.75); + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); +} + +.message:active, .world-clocks-button:active, +.weather-button:active, +.events-button:active, +.events-section-title:active { + color: #dedede; + background-color: rgba(62, 62, 62, 0.75); + box-shadow: none; +} + +.hotplug-notification-item { + color: #dedede; + background-color: #242424; + border: 1px solid rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; + padding: 8px; + border-style: solid; + border-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + +.hotplug-notification-item:insensitive { + color: rgba(222, 222, 222, 0.35); + background-color: rgba(255, 255, 255, 0.06); + border-color: rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:hover { + color: #dedede; + border-color: rgba(0, 0, 0, 0.15); + background-color: #2c2c2c; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:focus { + color: #dedede; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:active { + color: white; + background-color: #0860f2; + border-color: rgba(0, 0, 0, 0.15); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:first-child { + border-radius: 0 0 0 6px; +} + +.hotplug-notification-item:last-child { + border-right-width: 0; + border-radius: 0 0 6px 0; +} + +.hotplug-notification-item:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { + background-color: rgba(36, 36, 36, 0.95); + border-radius: 12px; + border: none; +} + +#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.15); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.85); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { + background-color: rgba(255, 255, 255, 0.85); } -/* WIDGETS */ -/* Buttons */ .button { min-height: 32px; padding: 0 16px; @@ -91,1495 +202,35 @@ stage { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: #dedede; - caret-color: #dedede; - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.1); +.window-close { + background-size: 26px; + height: 26px; + width: 26px; + -shell-close-overlap: 10px; border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover { - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -StEntry:insensitive { - background-color: rgba(255, 255, 255, 0.05); - color: rgba(222, 222, 222, 0.35); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(222, 222, 222, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(255, 255, 255, 0.06); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #999999; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #afafaf; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #dedede; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - border-radius: 16px; - -slider-height: 19px; - -slider-background-color: rgba(255, 255, 255, 0.1); - -slider-border-color: transparent; - -slider-active-background-color: rgba(255, 255, 255, 0.35); - -slider-active-border-color: transparent; - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: transparent; - -barlevel-height: 19px; - -barlevel-background-color: rgba(255, 255, 255, 0.1); - -barlevel-border-color: transparent; - -barlevel-active-background-color: rgba(255, 255, 255, 0.35); - -barlevel-active-border-color: transparent; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: transparent; -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(255, 255, 255, 0.06); -} - -.check-box:active StBin { - background-color: rgba(255, 255, 255, 0.1); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(8, 96, 242, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(8, 96, 242, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 6px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; - border: 2px rgba(255, 255, 255, 0.85); -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0); - border-radius: 99px; -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 8px; - width: 10px; - height: 10px; -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #F27835; -} - -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -/* Modal Dialogs */ -.modal-dialog-linked-button:last-child { - color: white; - background-color: #0860f2; -} - -.modal-dialog-linked-button:hover:last-child { - color: white; - background-color: #307bf8; -} - -.modal-dialog-linked-button:active:last-child { - color: white; - background-color: #0756d9; -} - -.modal-dialog-linked-button:insensitive:last-child { - background-color: rgba(8, 96, 242, 0.05); - color: rgba(8, 96, 242, 0.35); -} - -.modal-dialog { - color: #dedede; - padding: 0 5px 6px 5px; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; + border: 0 none transparent; background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #999999; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #afafaf; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; - border: none; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #F27835; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #999999; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #999999; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #dedede; -} - -.mount-dialog-app-list-item:hover { - color: #dedede; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #dedede; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 9999px; - background-size: contain; - width: 48px; - height: 48px; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(255, 255, 255, 0.08); -} - -.audio-selection-device:active { - background-color: #0860f2; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #afafaf; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { - background-color: rgba(36, 36, 36, 0.95); - border-radius: 12px; - border: none; -} - -.popup-menu { - min-width: 12em; - color: #afafaf; - padding: 0 0 !important; -} - -.popup-menu .popup-menu-content { - padding: 6px 0 !important; - box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); - border: 1px solid rgba(0, 0, 0, 0.75); - margin: 4px 8px !important; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding-top: 6px !important; - padding-bottom: 6px !important; - color: #afafaf; - text-shadow: none; - border-radius: 8px; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 2em !important; - padding-left: 0 !important; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0 !important; - padding-left: 2em !important; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 8px 8px 0 0; - border: none; - box-shadow: none; - color: #afafaf; - background-color: rgba(255, 255, 255, 0.15); -} - -.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-menu-item:checked:active { - color: white; - background-color: #1366f1; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-menu-item.selected { - color: white; - background-color: #0860f2; - transition: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: white; - background-color: #1366f1; - transition-duration: 100ms; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.15); - border-radius: 0 0 8px 8px; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 8px; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: white; - background-color: #1366f1; -} - -.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { - border-radius: 0 0 8px 8px; -} - -.popup-menu .popup-inactive-menu-item { - color: #afafaf; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #0860f2; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - -.popup-separator-menu-item { - margin: 0 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 0 0; - background-color: rgba(255, 255, 255, 0.12); - padding: 0 0; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 0; - margin: 0 32px 0 0; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #afafaf; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- 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 -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #dedede; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #999999; -} - -.switcher-arrow:highlighted { - color: #dedede; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(255, 255, 255, 0.06); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #dedede; - background-color: #242424; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(0, 0, 0, 0.16); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: white; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: white; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: white; box-shadow: none; + background-image: url("assets/window-close.svg"); } -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; +.window-close StIcon { + icon-size: 26px; } -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: white; +.window-close:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); } -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: white; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: rgba(0, 0, 0, 0.16); -} - -#panel.solid .panel-button { - color: white; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.message, .world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - border-radius: 10px; - border: none; - box-shadow: none; - background-color: rgba(56, 56, 56, 0.75); - text-shadow: none; - color: #afafaf; - transition: none; -} - -.message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus, -.events-section-title:focus { - color: #dedede; - background-color: rgba(74, 74, 74, 0.75); - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -} - -.message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active, -.events-section-title:active { - color: #dedede; - background-color: rgba(62, 62, 62, 0.75); - box-shadow: none; +.window-close:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); } .clock-display-box { @@ -1857,7 +508,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } -/* World Clock */ .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -1882,7 +532,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 0.9em; } -/* Weather */ .weather-button { margin-bottom: 6px; } @@ -1927,7 +576,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } -/* Message list */ .message-list { width: 31.5em; padding: 0 12px; @@ -2103,280 +751,51 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #999999; } -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; +.check-box * { + min-height: 16px; + padding: 8px 0; } -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; +.check-box StBoxLayout { + spacing: .8em; } -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; +.check-box StBin { + width: 24px; + height: 24px; + padding: 4px; border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); + background-image: url("assets/checkbox-off.svg"); } -.window-close StIcon { - icon-size: 26px; +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); } -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #dedede; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { +.check-box:hover StBin { background-color: rgba(255, 255, 255, 0.06); } -.nm-dialog-item:active { +.check-box:active StBin { background-color: rgba(255, 255, 255, 0.1); } -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icons { - spacing: .5em; +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icon { - icon-size: 16px; +.check-box:hover:checked StBin { + background-color: rgba(8, 96, 242, 0.15); } -.no-networks-label { - color: #999999; +.check-box:active:checked StBin { + background-color: rgba(8, 96, 242, 0.3); } -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ #dash { font-size: 1em; color: rgba(255, 255, 255, 0.85); @@ -2417,7 +836,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -x-offset: 8px; } -/* App Vault/Grid */ .icon-grid { spacing: 30px; -shell-grid-horizontal-item-size: 136px; @@ -2494,7 +912,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { transition-duration: 150ms; } -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, +.search-provider-icon .overview-icon, .grid-search-result .overview-icon, .search-provider-icon .overview-icon > StIcon, .grid-search-result .overview-icon > StIcon, .show-apps .overview-icon, .show-apps .overview-icon > StIcon, .app-well-app .overview-icon, @@ -2542,18 +960,6 @@ StWidget.focused .app-well-app-running-dot { background-color: #0860f2; } -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - .app-well-app.app-folder > .overview-icon { background-color: rgba(255, 255, 255, 0.15); } @@ -2772,287 +1178,675 @@ StWidget.focused .app-well-app-running-dot { padding: 0px 88px 10px 88px; } -.workspace-thumbnails { +.modal-dialog-linked-button:last-child { + color: white; + background-color: #0860f2; +} + +.modal-dialog-linked-button:hover:last-child { + color: white; + background-color: #307bf8; +} + +.modal-dialog-linked-button:active:last-child { + color: white; + background-color: #0756d9; +} + +.modal-dialog-linked-button:insensitive:last-child { + background-color: rgba(8, 96, 242, 0.05); + color: rgba(8, 96, 242, 0.35); +} + +.framed-user-icon { + background-size: contain; + border: none; color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; + border-radius: 9999px; } -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); +.framed-user-icon:hover { + border-color: rgba(255, 255, 255, 0.85); + color: rgba(255, 255, 255, 0.85); } -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; +.modal-dialog { color: #dedede; - background-color: rgba(36, 36, 36, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); + padding: 0 5px 6px 5px; } -.notification-banner:hover { - background-color: rgba(36, 36, 36, 0.95); -} - -.notification-banner:focus { - background-color: #242424; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(255, 255, 255, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { +.modal-dialog-linked-button { min-height: 40px; padding: 0 16px; - background-color: transparent; - color: #afafaf; + margin: 3px 3px; + border: none !important; + border-radius: 6px; + font-size: 9.75pt; font-weight: 500; - border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 6px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 6px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; color: #afafaf; - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { +.modal-dialog-linked-button:hover { + color: #dedede; background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - box-shadow: none; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:active { +.modal-dialog-linked-button:active { + color: #dedede; background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(222, 222, 222, 0.35); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:focus { color: #dedede; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; +.modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; } -.secondary-icon { - icon-size: 1.2307692308em; +.modal-dialog .run-dialog-entry { + width: 20em; + margin-bottom: 6px; } -.chat-body { - spacing: 5px; +.modal-dialog .run-dialog-error-box { + padding-top: 16px; + spacing: 6px; } -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #dedede; -} - -.chat-new-group { +.modal-dialog .run-dialog-button-box { padding-top: 1em; } -.chat-received { - padding-left: 4px; +.modal-dialog .run-dialog-label { + font-size: 1em; + font-weight: normal; + color: #999999; + padding-bottom: .4em; } -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; +.mount-dialog-subject, +.end-session-dialog-subject { + font-size: 15pt; + font-weight: 500; } -.chat-sent { - padding-left: 18pt; +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; +} + +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.leightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; +} + +.message-dialog-subtitle { color: #afafaf; + font-weight: bold; } -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; +.dialog-list { + spacing: 18px; } -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: #afafaf; + font-size: 15pt; + font-weight: 500; +} + +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + text-align: center; + color: #afafaf; + font-size: 15pt; + font-weight: 500; +} + +.end-session-dialog { + width: 30em; + border: none; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #F27835; +} + +.end-session-dialog-list { + padding-top: 20px; +} + +.end-session-dialog-layout { + padding-left: 17px; +} + +.end-session-dialog-layout:rtl { + padding-right: 17px; +} + +.end-session-dialog-description { + padding-bottom: 10px; +} + +.end-session-dialog-description:rtl { + text-align: right; +} + +.end-session-dialog-warning { + width: 28em; + color: #F27835; + padding-top: 6px; +} + +.end-session-dialog-warning:rtl { + text-align: right; +} + +.end-session-dialog-logout-icon { + border-radius: 5px; + width: 48px; + height: 48px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: #999999; + width: 48px; + height: 48px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; +} + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; +} + +.end-session-dialog-list-header { + font-weight: bold; +} + +.end-session-dialog-list-header:rtl { + text-align: right; +} + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; +} + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; +} + +.end-session-dialog-app-list-item-description { + color: #999999; + font-size: 1em; +} + +.shell-mount-operation-icon { + icon-size: 48px; +} + +.mount-dialog { + spacing: 24px; +} + +.mount-dialog .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; +} + +.mount-dialog .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog .message-dialog-body { + padding-left: 17px; + width: 28em; +} + +.mount-dialog .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.mount-dialog-app-list-item { + color: #dedede; +} + +.mount-dialog-app-list-item:hover { + color: #dedede; +} + +.mount-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.mount-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.mount-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.mount-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.mount-dialog-app-list-item-name { + font-size: 1em; +} + +.prompt-dialog { + width: 28em; + border: none; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.prompt-dialog .message-dialog-content { + spacing: 16px; +} + +.prompt-dialog .message-dialog-title { + font-size: 15pt; + font-weight: 500; + color: #dedede; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 15pt; + font-weight: 500; + margin: 6px; +} + +.prompt-dialog-error-label { + color: #F27835; +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 1em; + color: #FC4138; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 1em; + padding-bottom: 8px; color: #999999; } -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; +.hidden { + color: rgba(0, 0, 0, 0); } -.hotplug-notification-item { - color: #dedede; - background-color: #242424; - border: 1px solid rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; - padding: 8px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; +.prompt-dialog-null-label { + font-size: 1em; + padding-bottom: 8px; + color: #999999; } -.hotplug-notification-item:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: rgba(255, 255, 255, 0.06); - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:hover { - color: #dedede; - border-color: rgba(0, 0, 0, 0.15); - background-color: #2c2c2c; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:active { - color: white; - background-color: #0860f2; - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { +.polkit-dialog-user-layout { + text-align: center; spacing: 8px; + margin-bottom: 6px; } -.hotplug-resident-mount { - spacing: 8px; +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #F27835; +} + +.polkit-dialog-user-layout .polkit-dialog-user-icon { + border-radius: 9999px; + background-size: contain; + width: 48px; + height: 48px; + margin: 6px; +} + +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-content { + spacing: 20px; + padding: 24px; +} + +.audio-selection-title { + font-weight: bold; + text-align: center; +} + +.audio-selection-device { + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 6px; } -.hotplug-resident-mount:hover { +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: rgba(255, 255, 255, 0.08); +} + +.audio-selection-device:active { + background-color: #0860f2; + color: white; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +.access-dialog { + spacing: 30px; +} + +.geolocation-dialog { + spacing: 30px; +} + +.extension-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.extension-dialog .message-dialog-title { + color: #afafaf; +} + +.inhibit-shortcuts-dialog { + spacing: 30px; +} + +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #dedede; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(255, 255, 255, 0.12); + padding: 0; + background-color: rgba(0, 0, 0, 0.1); + border-radius: 6px; +} + +.nm-dialog-header { + font-size: 15pt; + font-weight: 500; +} + +.nm-dialog-item { + font-size: 1em; + border-bottom: none; + border-radius: 6px; + padding: 12px; + spacing: 20px; +} + +.nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(255, 255, 255, 0.06); } -.hotplug-resident-mount:active { +.nm-dialog-item:active { background-color: rgba(255, 255, 255, 0.1); } -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; +.nm-dialog-item:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); } -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; +.nm-dialog-icons { + spacing: .5em; } -.hotplug-resident-eject-icon { +.nm-dialog-icon { icon-size: 16px; } -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #dedede; +.no-networks-label { + color: #999999; } -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; +.no-networks-box { + spacing: 12px; } -.magnifier-zoom-region.full-screen { +StEntry { + min-height: 32px; + min-width: 44px; + padding: 0 8px; + margin: 3px; border-width: 0; + color: #dedede; + caret-color: #dedede; + selection-background-color: #0860f2; + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.1); + border-radius: 100px; + border: 2px solid transparent; + box-shadow: none; +} + +StEntry:hover { + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +StEntry:focus { + border: 2px solid #4d8ef9; + box-shadow: none; +} + +StEntry:insensitive { + background-color: rgba(255, 255, 255, 0.05); + color: rgba(222, 222, 222, 0.35); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 0; +} + +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(222, 222, 222, 0.7); } -/* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; @@ -3158,97 +1952,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #1c6ff7; - background-color: #0860f2; -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #999999; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.candidate-box:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - .login-dialog-banner-view { padding-top: 24px; max-width: 23em; @@ -3464,7 +2167,7 @@ StWidget.focused .app-well-app-running-dot { } .login-dialog-user-list-item { - border-radius: 6px; + border-radius: 10px; padding: 6px; color: rgba(255, 255, 255, 0.85); } @@ -3497,10 +2200,15 @@ StWidget.focused .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.85); } +.user-widget-label { + color: rgba(255, 255, 255, 0.85); +} + .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.85); border-radius: 9999px; + border: 2px rgba(255, 255, 255, 0.85); } .user-icon:hover { @@ -3508,12 +2216,30 @@ StWidget.focused .app-well-app-running-dot { } .user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; + background-color: rgba(255, 255, 255, 0); + border-radius: 99px; } -.user-widget-label { - color: rgba(255, 255, 255, 0.85); +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 8px; + width: 10px; + height: 10px; } .user-widget.horizontal .user-widget-label { @@ -3575,147 +2301,6 @@ StWidget.focused .app-well-app-running-dot { padding-top: 1em; } -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock { - color: white; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 112px; - font-weight: 300; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock-date { - font-size: 45px; - font-weight: 400; -} - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; -} - -.screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.screen-shield-notifications-container .notification, -.screen-shield-notifications-container .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-radius: 6px; -} - -.screen-shield-notifications-container .notification { - margin-right: 16px; -} - -.screen-shield-notification-label { - min-height: 18px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: 18px; - padding: 2px 0px 0px 16px; - color: rgba(255, 255, 255, 0.85); -} - -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - -.screen-shield-background { - background: black; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 6px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(0, 0, 0, 0.3); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(51, 51, 51, 0.95); - background-color: rgba(255, 255, 255, 0.85); - border-radius: 99px; - margin-right: 12px; -} - #lockDialogGroup { background: url("assets/background.jpg"); background-size: cover; @@ -3886,6 +2471,1343 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); } +.ripple-pointer-location { + width: 48px; + height: 48px; + border-radius: 24px; + background-color: rgba(151, 189, 252, 0.3); + box-shadow: 0 0 2px 2px #669efa; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #0860f2; + -pie-background-color: rgba(201, 221, 253, 0.3); +} + +.shell-link { + border-radius: 6px; + color: #3484e2; +} + +.shell-link:hover { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.15); +} + +.shell-link:active { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.3); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 9.75pt; + font-weight: 400; + color: #F27835; +} + +.headline { + font-size: 15pt; + font-weight: 500; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: none; + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; +} + +.switcher-list .item-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.12); +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #999999; +} + +.switcher-arrow:highlighted { + color: #dedede; +} + +.input-source-switcher-symbol { + font-size: 45px; + font-weight: 400; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 4px solid #0860f2; +} + +.workspace-switcher-group { + padding: 8px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 48px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + background-size: 32px; + border-radius: 6px; +} + +.ws-switcher-box { + height: 48px; + border: none; + background: rgba(255, 255, 255, 0.06); + border-radius: 6px; +} + +.tile-preview { + background-color: rgba(8, 96, 242, 0.3); + border: 1px solid #0860f2; +} + +.tile-preview-left.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.ripple-box { + width: 48px; + height: 48px; + border-radius: 0 0 48px 0; + background-color: rgba(8, 96, 242, 0.35); + background-image: none; + background-size: auto; +} + +.ripple-box:rtl { + border-radius: 0 0 0 48px; + background-image: none; +} + +.summary-source-counter { + font-size: 1em; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + border: 2px solid #0860f2; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.secondary-icon { + icon-size: 1.2307692308em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #dedede; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: #afafaf; +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: 400; + color: #999999; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 6px; +} + +.hotplug-resident-mount:hover { + background-color: rgba(255, 255, 255, 0.06); +} + +.hotplug-resident-mount:active { + background-color: rgba(255, 255, 255, 0.1); +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 6px; + color: #dedede; +} + +.url-highlighter { + link-color: #3484e2; +} + +.notification-banner { + font-size: 1em; + width: 34em; + min-height: 56px; + margin: 5px; + border-radius: 6px; + color: #dedede; + background-color: rgba(36, 36, 36, 0.92); + border: none; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); +} + +.notification-banner:hover { + background-color: rgba(36, 36, 36, 0.95); +} + +.notification-banner:focus { + background-color: #242424; +} + +.notification-banner .notification-icon { + padding: 5px; +} + +.notification-banner .notification-content { + padding: 5px; + spacing: 5px; +} + +.notification-banner .secondary-icon { + icon-size: 1.2307692308em; +} + +.notification-banner .notification-actions { + background-color: transparent; + padding-top: 0; + border-top: 1px solid rgba(255, 255, 255, 0.12); + spacing: 1px; +} + +.notification-banner .notification-button { + min-height: 40px; + padding: 0 16px; + background-color: transparent; + color: #afafaf; + font-weight: 500; + border-width: 0; +} + +.notification-banner .notification-button:first-child { + border-radius: 0 0 0 6px; +} + +.notification-banner .notification-button:last-child { + border-radius: 0 0 6px 0; +} + +.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.notification-banner .notification-button:focus { + background-color: transparent; + color: #afafaf; + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06); +} + +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; + box-shadow: none; +} + +.notification-banner .notification-button:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.magnifier-zoom-region { + border: 2px solid #0860f2; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window .osd-monitor-label { + font-size: 45px; + font-weight: 400; +} + +.osd-window .level { + height: 4px; + border-radius: 3px; + background-color: rgba(0, 0, 0, 0.1); + color: #dedede; + -barlevel-height: 4px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-active-background-color: #0860f2; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.osd-window .level-bar { + background-color: white; + border-radius: 16px; +} + +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.6); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 32px; +} + +.window-picker { + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 32px; + spacing: 12px; +} + +.window-picker.external-monitor { + padding: 16px; +} + +.window-clone-border { + border: 4px solid rgba(255, 255, 255, 0.3); + border-radius: 6px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); +} + +.window-caption { + spacing: 25px; + color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.6); + border-radius: 6px; + padding: 4px 8px; + border: none; + font-weight: normal; +} + +.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { + width: 304px; + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.5); + caret-color: rgba(255, 255, 255, 0.85); + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.12); + border-radius: 8px; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { + border-color: transparent; + background-color: rgba(255, 255, 255, 0.18); + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: rgba(255, 255, 255, 0.5); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { + border: none; + color: rgba(255, 255, 255, 0.45); +} + +.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +#searchResultsContent { + max-width: 1000px; + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { + spacing: 16px; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.15); +} + +.search-section-content { + spacing: 32px; + border-radius: 0; + border: none; + box-shadow: none; + background: none; + text-shadow: none; + color: rgba(255, 255, 255, 0.85); +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.5); +} + +.list-search-results { + spacing: 3px; +} + +.list-search-result-content { + spacing: 30px; +} + +.list-search-result-title { + font-size: 11.25pt; + font-weight: 400; + color: rgba(255, 255, 255, 0.85); + spacing: 12px; +} + +.list-search-result-description { + color: rgba(255, 255, 255, 0.85); +} + +.list-search-provider-details { + width: 150px; + color: rgba(255, 255, 255, 0.85); + margin-top: 0.24em; +} + +.list-search-provider-content { + spacing: 20px; +} + +.search-provider-icon { + padding: 15px; +} + +#panel { + background-color: rgba(0, 0, 0, 0.16); + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 28px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: rgba(0, 0, 0, 0.16); + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: white; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner StLabel { + padding: 0 4px; +} + +#panel .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: white; + transition-duration: 150ms; + border-radius: 6px; +} + +#panel .panel-button StLabel { + padding: 0 2px; +} + +#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, +#panel .panel-button:active .app-menu-icon > StIcon, +#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, +#panel .panel-button:overview .app-menu-icon > StIcon, +#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, +#panel .panel-button:focus .app-menu-icon > StIcon, +#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, +#panel .panel-button:checked .app-menu-icon > StIcon, +#panel .panel-button:checked .popup-menu-arrow { + icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; +} + +#panel .panel-button .app-menu-icon > StIcon { + padding-left: 4px; + padding-right: 6px; +} + +#panel .panel-button .popup-menu-arrow { + width: 0; + height: 0; +} + +#panel .panel-button:hover { + color: white; + background-color: rgba(255, 255, 255, 0.15); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: rgba(255, 255, 255, 0.3); + color: white; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.2307692308em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: white; +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: white; +} + +#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background: none; + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FC4138; +} + +#panel .remote-access-indicator { + color: #F27835; +} + +#panel.solid { + background-color: rgba(0, 0, 0, 0.16); + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: rgba(0, 0, 0, 0.16); +} + +#panel.solid .panel-button { + color: white; + text-shadow: none; +} + +#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: rgba(255, 255, 255, 0.85); + text-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, +#panel.solid .app-menu-icon > StIcon:active, +#panel.solid .app-menu-icon > StIcon:overview, +#panel.solid .app-menu-icon > StIcon:focus, +#panel.solid .app-menu-icon > StIcon:checked, +#panel.solid .popup-menu-arrow:active, +#panel.solid .popup-menu-arrow:overview, +#panel.solid .popup-menu-arrow:focus, +#panel.solid .popup-menu-arrow:checked { + icon-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + border: none; +} + +.popup-menu { + min-width: 12em; + color: #afafaf; + padding: 0 0 !important; +} + +.popup-menu .popup-menu-content { + padding: 6px 0 !important; + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0.75); + margin: 4px 8px !important; +} + +.popup-menu .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: #afafaf; + text-shadow: none; + border-radius: 8px; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 2em !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 2em !important; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border-radius: 8px 8px 0 0; + border: none; + box-shadow: none; + color: #afafaf; + background-color: rgba(255, 255, 255, 0.15); +} + +.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-menu-item:checked:active { + color: white; + background-color: #1366f1; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu .popup-menu-item.selected { + color: white; + background-color: #0860f2; + transition: none; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: white; + background-color: #1366f1; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.15); + border-radius: 0 0 8px 8px; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; + border-radius: 8px; +} + +.popup-menu .popup-sub-menu .popup-menu-item:hover { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active { + color: white; + background-color: #1366f1; +} + +.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { + border-radius: 0 0 8px 8px; +} + +.popup-menu .popup-inactive-menu-item { + color: #afafaf; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(222, 222, 222, 0.35); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu-boxpointer StEntry { + selection-background-color: rgba(255, 255, 255, 0.85); + selected-background-color: rgba(255, 255, 255, 0.85); + selected-color: #0860f2; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: rgba(36, 36, 36, 0.95); + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 0 0; + background-color: rgba(255, 255, 255, 0.12); + padding: 0 0; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0 0; + margin: 0 32px 0 0; +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1em; +} + +.system-menu-action { + color: #afafaf; + border-radius: 100px; + /* wish we could do 50% */ + padding: 12px; + border: none; + -st-icon-style: symbolic; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; + border: none; + padding: 12px; +} + +.system-menu-action:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.2307692308em; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #1c6ff7; + background-color: #0860f2; +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: #999999; +} + +.candidate-box:selected .candidate-index { + color: rgba(255, 255, 255, 0.5); +} + +.candidate-box { + transition-duration: 0ms; + min-height: 28px; + padding: 0 8px; + border-radius: 6px; +} + +.candidate-box:hover { + background-color: rgba(255, 255, 255, 0.06); + color: #dedede; +} + +.candidate-box:active { + background-color: rgba(255, 255, 255, 0.1); + color: #dedede; +} + +.candidate-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.candidate-page-button-box { + height: 28px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 28px; + min-height: 28px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 6px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1.2307692308em; +} + +.screen-shield-arrows { + padding-bottom: 3em; +} + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock { + color: white; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); + font-weight: normal; + text-align: center; + padding-bottom: 1.5em; +} + +.screen-shield-clock-time { + font-size: 112px; + font-weight: 300; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock-date { + font-size: 45px; + font-weight: 400; +} + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; +} + +.screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.screen-shield-notifications-container .notification, +.screen-shield-notifications-container .screen-shield-notification-source { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.3); + color: rgba(255, 255, 255, 0.85); + border-radius: 6px; +} + +.screen-shield-notifications-container .notification { + margin-right: 16px; +} + +.screen-shield-notification-label { + min-height: 18px; + padding: 2px 0px 0px 16px; + font-weight: bold; +} + +.screen-shield-notification-count-text { + min-height: 18px; + padding: 2px 0px 0px 16px; + color: rgba(255, 255, 255, 0.85); +} + +#panel.lock-screen { + background-color: rgba(0, 0, 0, 0.3); +} + +.screen-shield-background { + background: black; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); +} + +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(0, 0, 0, 0.6); + color: white; + border-radius: 6px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(0, 0, 0, 0.3); +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: rgba(51, 51, 51, 0.95); + background-color: rgba(255, 255, 255, 0.85); + border-radius: 99px; + margin-right: 12px; +} + +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 16px; + min-height: 6px; +} + +StScrollBar StBin#trough { + margin: 6px; + border-radius: 100px; + background-color: rgba(255, 255, 255, 0.06); +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 100px; + background-color: #999999; + margin: 6px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #afafaf; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #dedede; +} + +.slider { + height: 20px; + color: white; + border-radius: 16px; + -slider-height: 19px; + -slider-background-color: rgba(255, 255, 255, 0.1); + -slider-border-color: transparent; + -slider-active-background-color: rgba(255, 255, 255, 0.35); + -slider-active-border-color: transparent; + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: transparent; + -barlevel-height: 19px; + -barlevel-background-color: rgba(255, 255, 255, 0.1); + -barlevel-border-color: transparent; + -barlevel-active-background-color: rgba(255, 255, 255, 0.35); + -barlevel-active-border-color: transparent; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-border-color: transparent; + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: transparent; +} + +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/toggle-off.svg"); +} + +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); +} + .bottom #dashtodockDashScrollview, .top #dashtodockDashScrollview { -st-hfade-offset: 24px; diff --git a/src/main/gnome-shell/gnome-shell-dark.scss b/src/main/gnome-shell/gnome-shell-dark.scss index 496c2ee..27a8d48 100644 --- a/src/main/gnome-shell/gnome-shell-dark.scss +++ b/src/main/gnome-shell/gnome-shell-dark.scss @@ -6,5 +6,5 @@ $black: 'false'; @import '../../sass/colors'; @import '../../sass/variables'; @import '../../sass/gnome-shell/drawing'; -@import '../../sass/gnome-shell/common'; +@import '../../sass/gnome-shell/widgets'; @import '../../sass/gnome-shell/extensions'; diff --git a/src/main/gnome-shell/gnome-shell-light-alt.css b/src/main/gnome-shell/gnome-shell-light-alt.css index 2545067..0cade1b 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-alt.css @@ -1,47 +1,158 @@ /* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: #242424; } -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(151, 189, 252, 0.3); - box-shadow: 0 0 2px 2px #669efa; +.search-provider-icon .overview-icon, +.show-apps .overview-icon, +.app-well-app .overview-icon, +.grid-search-result .overview-icon, .search-provider-icon, +.list-search-result { + color: rgba(255, 255, 255, 0.85); + border-radius: 12px; + padding: 6px; + border: none; + transition-duration: 150ms; + text-align: center; } -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #0860f2; - -pie-background-color: rgba(201, 221, 253, 0.3); +.workspace-switcher-container, .osd-window, +.resize-popup, +.switcher-list { + color: #242424; + background-color: #ffffff; + border: none; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); + border-radius: 6px; + padding: 12px; +} + +.workspace-thumbnails { + color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.15); + border: none; +} + +.search-statustext, .no-frequent-applications-label { + font-size: 45px; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); +} + +.message, .world-clocks-button, +.weather-button, +.events-button, +.events-section-title { + border-radius: 10px; + border: none; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.75); + text-shadow: none; + color: #424242; + transition: none; +} + +.message:hover, .world-clocks-button:hover, +.weather-button:hover, +.events-button:hover, +.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.weather-button:focus, +.events-button:focus, +.events-section-title:focus { + color: #242424; + background-color: white; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); +} + +.message:active, .world-clocks-button:active, +.weather-button:active, +.events-button:active, +.events-section-title:active { + color: #242424; + background-color: rgba(255, 255, 255, 0.65); + box-shadow: none; +} + +.hotplug-notification-item { + color: #242424; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + text-shadow: none; + icon-shadow: none; + padding: 8px; + border-style: solid; + border-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + +.hotplug-notification-item:insensitive { + color: rgba(36, 36, 36, 0.45); + background-color: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:hover { + color: #242424; + border-color: rgba(0, 0, 0, 0.12); + background-color: #f7f7f7; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:focus { + color: #242424; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:active { + color: white; + background-color: #0860f2; + border-color: #487afa; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:first-child { + border-radius: 0 0 0 6px; +} + +.hotplug-notification-item:last-child { + border-right-width: 0; + border-radius: 0 0 6px 0; +} + +.hotplug-notification-item:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { + background-color: rgba(245, 245, 245, 0.95); + border-radius: 12px; + border: none; +} + +#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.15); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.85); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { + background-color: rgba(255, 255, 255, 0.85); } -/* WIDGETS */ -/* Buttons */ .button { min-height: 32px; padding: 0 16px; @@ -91,1495 +202,35 @@ stage { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: #242424; - caret-color: #242424; - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.1); +.window-close { + background-size: 26px; + height: 26px; + width: 26px; + -shell-close-overlap: 10px; border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover { - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); -} - -StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -StEntry:insensitive { - background-color: rgba(0, 0, 0, 0.05); - color: rgba(36, 36, 36, 0.45); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(36, 36, 36, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(0, 0, 0, 0.12); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #565656; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #424242; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #242424; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - border-radius: 16px; - -slider-height: 19px; - -slider-background-color: rgba(0, 0, 0, 0.1); - -slider-border-color: rgba(0, 0, 0, 0.15); - -slider-active-background-color: white; - -slider-active-border-color: rgba(0, 0, 0, 0.15); - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: rgba(0, 0, 0, 0.15); - -barlevel-height: 19px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-border-color: rgba(0, 0, 0, 0.15); - -barlevel-active-background-color: white; - -barlevel-active-border-color: rgba(0, 0, 0, 0.15); - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: rgba(0, 0, 0, 0.15); - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(0, 0, 0, 0.12); -} - -.check-box:active StBin { - background-color: rgba(0, 0, 0, 0.2); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(8, 96, 242, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(8, 96, 242, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 6px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; - border: 2px rgba(255, 255, 255, 0.85); -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0); - border-radius: 99px; -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 8px; - width: 10px; - height: 10px; -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #F27835; -} - -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -/* Modal Dialogs */ -.modal-dialog-linked-button:last-child { - color: white; - background-color: #0860f2; -} - -.modal-dialog-linked-button:hover:last-child { - color: white; - background-color: #307bf8; -} - -.modal-dialog-linked-button:active:last-child { - color: white; - background-color: #0756d9; -} - -.modal-dialog-linked-button:insensitive:last-child { - background-color: rgba(8, 96, 242, 0.05); - color: rgba(8, 96, 242, 0.35); -} - -.modal-dialog { - color: #242424; - padding: 0 5px 6px 5px; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #424242; + border: 0 none transparent; background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #242424; - background-color: rgba(0, 0, 0, 0.12); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #242424; - background-color: rgba(0, 0, 0, 0.2); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(36, 36, 36, 0.45); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #565656; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #424242; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #424242; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #424242; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; - border: none; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #F27835; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #565656; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #565656; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #242424; -} - -.mount-dialog-app-list-item:hover { - color: #242424; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #242424; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #565656; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #565656; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 9999px; - background-size: contain; - width: 48px; - height: 48px; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(0, 0, 0, 0.35); -} - -.audio-selection-device:active { - background-color: #0860f2; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #424242; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { - background-color: rgba(245, 245, 245, 0.95); - border-radius: 12px; - border: none; -} - -.popup-menu { - min-width: 12em; - color: #424242; - padding: 0 0 !important; -} - -.popup-menu .popup-menu-content { - padding: 6px 0 !important; - box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); - border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding-top: 6px !important; - padding-bottom: 6px !important; - color: #424242; - text-shadow: none; - border-radius: 8px; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 2em !important; - padding-left: 0 !important; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0 !important; - padding-left: 2em !important; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 8px 8px 0 0; - border: none; - box-shadow: none; - color: #424242; - background-color: rgba(255, 255, 255, 0.75); -} - -.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-menu-item:checked:active { - color: white; - background-color: #095de8; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu .popup-menu-item.selected { - color: white; - background-color: #0860f2; - transition: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: white; - background-color: #095de8; - transition-duration: 100ms; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.75); - border-radius: 0 0 8px 8px; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 8px; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: white; - background-color: #095de8; -} - -.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { - border-radius: 0 0 8px 8px; -} - -.popup-menu .popup-inactive-menu-item { - color: #424242; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #0860f2; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - -.popup-separator-menu-item { - margin: 0 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 0 0; - background-color: rgba(0, 0, 0, 0.12); - padding: 0 0; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 0; - margin: 0 32px 0 0; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #424242; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(0, 0, 0, 0.12); - color: #242424; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- 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 -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #242424; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.12); - color: #242424; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(0, 0, 0, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #565656; -} - -.switcher-arrow:highlighted { - color: #242424; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(0, 0, 0, 0.12); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #242424; - background-color: #ffffff; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(255, 255, 255, 0.16); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: #363636; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: #363636; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: #363636; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: #363636; box-shadow: none; + background-image: url("assets/window-close.svg"); } -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; +.window-close StIcon { + icon-size: 26px; } -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #363636; +.window-close:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); } -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #363636; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: rgba(255, 255, 255, 0.16); -} - -#panel.solid .panel-button { - color: #363636; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.message, .world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - border-radius: 10px; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.75); - text-shadow: none; - color: #424242; - transition: none; -} - -.message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus, -.events-section-title:focus { - color: #242424; - background-color: white; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -} - -.message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active, -.events-section-title:active { - color: #242424; - background-color: rgba(255, 255, 255, 0.65); - box-shadow: none; +.window-close:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); } .clock-display-box { @@ -1857,7 +508,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } -/* World Clock */ .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -1882,7 +532,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 0.9em; } -/* Weather */ .weather-button { margin-bottom: 6px; } @@ -1927,7 +576,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } -/* Message list */ .message-list { width: 31.5em; padding: 0 12px; @@ -2103,280 +751,51 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #565656; } -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; +.check-box * { + min-height: 16px; + padding: 8px 0; } -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; +.check-box StBoxLayout { + spacing: .8em; } -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; +.check-box StBin { + width: 24px; + height: 24px; + padding: 4px; border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); + background-image: url("assets/checkbox-off.svg"); } -.window-close StIcon { - icon-size: 26px; +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); } -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #242424; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(0, 0, 0, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.05); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { +.check-box:hover StBin { background-color: rgba(0, 0, 0, 0.12); } -.nm-dialog-item:active { +.check-box:active StBin { background-color: rgba(0, 0, 0, 0.2); } -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icons { - spacing: .5em; +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icon { - icon-size: 16px; +.check-box:hover:checked StBin { + background-color: rgba(8, 96, 242, 0.15); } -.no-networks-label { - color: #565656; +.check-box:active:checked StBin { + background-color: rgba(8, 96, 242, 0.3); } -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ #dash { font-size: 1em; color: rgba(255, 255, 255, 0.85); @@ -2417,7 +836,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -x-offset: 8px; } -/* App Vault/Grid */ .icon-grid { spacing: 30px; -shell-grid-horizontal-item-size: 136px; @@ -2494,7 +912,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { transition-duration: 150ms; } -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, +.search-provider-icon .overview-icon, .grid-search-result .overview-icon, .search-provider-icon .overview-icon > StIcon, .grid-search-result .overview-icon > StIcon, .show-apps .overview-icon, .show-apps .overview-icon > StIcon, .app-well-app .overview-icon, @@ -2542,18 +960,6 @@ StWidget.focused .app-well-app-running-dot { background-color: #0860f2; } -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - .app-well-app.app-folder > .overview-icon { background-color: rgba(255, 255, 255, 0.15); } @@ -2772,287 +1178,675 @@ StWidget.focused .app-well-app-running-dot { padding: 0px 88px 10px 88px; } -.workspace-thumbnails { +.modal-dialog-linked-button:last-child { + color: white; + background-color: #0860f2; +} + +.modal-dialog-linked-button:hover:last-child { + color: white; + background-color: #307bf8; +} + +.modal-dialog-linked-button:active:last-child { + color: white; + background-color: #0756d9; +} + +.modal-dialog-linked-button:insensitive:last-child { + background-color: rgba(8, 96, 242, 0.05); + color: rgba(8, 96, 242, 0.35); +} + +.framed-user-icon { + background-size: contain; + border: none; color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; + border-radius: 9999px; } -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); +.framed-user-icon:hover { + border-color: rgba(255, 255, 255, 0.85); + color: rgba(255, 255, 255, 0.85); } -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; +.modal-dialog { color: #242424; - background-color: rgba(255, 255, 255, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); + padding: 0 5px 6px 5px; } -.notification-banner:hover { - background-color: rgba(255, 255, 255, 0.95); -} - -.notification-banner:focus { - background-color: #ffffff; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { +.modal-dialog-linked-button { min-height: 40px; padding: 0 16px; - background-color: transparent; - color: #424242; + margin: 3px 3px; + border: none !important; + border-radius: 6px; + font-size: 9.75pt; font-weight: 500; - border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 6px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 6px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; color: #424242; - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { +.modal-dialog-linked-button:hover { + color: #242424; background-color: rgba(0, 0, 0, 0.12); - color: #242424; - box-shadow: none; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:active { +.modal-dialog-linked-button:active { + color: #242424; background-color: rgba(0, 0, 0, 0.2); + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(36, 36, 36, 0.45); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:focus { color: #242424; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; +.modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; } -.secondary-icon { - icon-size: 1.2307692308em; +.modal-dialog .run-dialog-entry { + width: 20em; + margin-bottom: 6px; } -.chat-body { - spacing: 5px; +.modal-dialog .run-dialog-error-box { + padding-top: 16px; + spacing: 6px; } -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #242424; -} - -.chat-new-group { +.modal-dialog .run-dialog-button-box { padding-top: 1em; } -.chat-received { - padding-left: 4px; +.modal-dialog .run-dialog-label { + font-size: 1em; + font-weight: normal; + color: #565656; + padding-bottom: .4em; } -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; +.mount-dialog-subject, +.end-session-dialog-subject { + font-size: 15pt; + font-weight: 500; } -.chat-sent { - padding-left: 18pt; +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; +} + +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.leightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; +} + +.message-dialog-subtitle { color: #424242; + font-weight: bold; } -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; +.dialog-list { + spacing: 18px; } -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: #424242; + font-size: 15pt; + font-weight: 500; +} + +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + text-align: center; + color: #424242; + font-size: 15pt; + font-weight: 500; +} + +.end-session-dialog { + width: 30em; + border: none; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #F27835; +} + +.end-session-dialog-list { + padding-top: 20px; +} + +.end-session-dialog-layout { + padding-left: 17px; +} + +.end-session-dialog-layout:rtl { + padding-right: 17px; +} + +.end-session-dialog-description { + padding-bottom: 10px; +} + +.end-session-dialog-description:rtl { + text-align: right; +} + +.end-session-dialog-warning { + width: 28em; + color: #F27835; + padding-top: 6px; +} + +.end-session-dialog-warning:rtl { + text-align: right; +} + +.end-session-dialog-logout-icon { + border-radius: 5px; + width: 48px; + height: 48px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: #565656; + width: 48px; + height: 48px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; +} + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; +} + +.end-session-dialog-list-header { + font-weight: bold; +} + +.end-session-dialog-list-header:rtl { + text-align: right; +} + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; +} + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; +} + +.end-session-dialog-app-list-item-description { + color: #565656; + font-size: 1em; +} + +.shell-mount-operation-icon { + icon-size: 48px; +} + +.mount-dialog { + spacing: 24px; +} + +.mount-dialog .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; +} + +.mount-dialog .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog .message-dialog-body { + padding-left: 17px; + width: 28em; +} + +.mount-dialog .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.mount-dialog-app-list-item { + color: #242424; +} + +.mount-dialog-app-list-item:hover { + color: #242424; +} + +.mount-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.mount-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.mount-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.mount-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.mount-dialog-app-list-item-name { + font-size: 1em; +} + +.prompt-dialog { + width: 28em; + border: none; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.prompt-dialog .message-dialog-content { + spacing: 16px; +} + +.prompt-dialog .message-dialog-title { + font-size: 15pt; + font-weight: 500; + color: #242424; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 15pt; + font-weight: 500; + margin: 6px; +} + +.prompt-dialog-error-label { + color: #F27835; +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 1em; + color: #FC4138; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 1em; + padding-bottom: 8px; color: #565656; } -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; +.hidden { + color: rgba(0, 0, 0, 0); } -.hotplug-notification-item { - color: #242424; - background-color: #ffffff; +.prompt-dialog-null-label { + font-size: 1em; + padding-bottom: 8px; + color: #565656; +} + +.polkit-dialog-user-layout { + text-align: center; + spacing: 8px; + margin-bottom: 6px; +} + +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #F27835; +} + +.polkit-dialog-user-layout .polkit-dialog-user-icon { + border-radius: 9999px; + background-size: contain; + width: 48px; + height: 48px; + margin: 6px; +} + +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-content { + spacing: 20px; + padding: 24px; +} + +.audio-selection-title { + font-weight: bold; + text-align: center; +} + +.audio-selection-device { border: 1px solid rgba(0, 0, 0, 0.12); - text-shadow: none; - icon-shadow: none; - padding: 8px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -.hotplug-notification-item:insensitive { - color: rgba(36, 36, 36, 0.45); - background-color: rgba(0, 0, 0, 0.12); - border-color: rgba(0, 0, 0, 0.12); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:hover { - color: #242424; - border-color: rgba(0, 0, 0, 0.12); - background-color: #f7f7f7; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:active { - color: white; - background-color: #0860f2; - border-color: #487afa; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { - spacing: 8px; -} - -.hotplug-resident-mount { - spacing: 8px; border-radius: 6px; } -.hotplug-resident-mount:hover { +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: rgba(0, 0, 0, 0.35); +} + +.audio-selection-device:active { + background-color: #0860f2; + color: white; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +.access-dialog { + spacing: 30px; +} + +.geolocation-dialog { + spacing: 30px; +} + +.extension-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.extension-dialog .message-dialog-title { + color: #424242; +} + +.inhibit-shortcuts-dialog { + spacing: 30px; +} + +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #242424; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(0, 0, 0, 0.12); + padding: 0; + background-color: rgba(0, 0, 0, 0.05); + border-radius: 6px; +} + +.nm-dialog-header { + font-size: 15pt; + font-weight: 500; +} + +.nm-dialog-item { + font-size: 1em; + border-bottom: none; + border-radius: 6px; + padding: 12px; + spacing: 20px; +} + +.nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(0, 0, 0, 0.12); } -.hotplug-resident-mount:active { +.nm-dialog-item:active { background-color: rgba(0, 0, 0, 0.2); } -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; +.nm-dialog-item:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); } -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; +.nm-dialog-icons { + spacing: .5em; } -.hotplug-resident-eject-icon { +.nm-dialog-icon { icon-size: 16px; } -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #242424; +.no-networks-label { + color: #565656; } -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; +.no-networks-box { + spacing: 12px; } -.magnifier-zoom-region.full-screen { +StEntry { + min-height: 32px; + min-width: 44px; + padding: 0 8px; + margin: 3px; border-width: 0; + color: #242424; + caret-color: #242424; + selection-background-color: #0860f2; + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100px; + border: 2px solid transparent; + box-shadow: none; +} + +StEntry:hover { + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); +} + +StEntry:focus { + border: 2px solid #4d8ef9; + box-shadow: none; +} + +StEntry:insensitive { + background-color: rgba(0, 0, 0, 0.05); + color: rgba(36, 36, 36, 0.45); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 0; +} + +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(36, 36, 36, 0.7); } -/* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; @@ -3158,97 +1952,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #1c6ff7; - background-color: #0860f2; -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #565656; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(0, 0, 0, 0.12); - color: #242424; -} - -.candidate-box:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - .login-dialog-banner-view { padding-top: 24px; max-width: 23em; @@ -3464,7 +2167,7 @@ StWidget.focused .app-well-app-running-dot { } .login-dialog-user-list-item { - border-radius: 6px; + border-radius: 10px; padding: 6px; color: rgba(255, 255, 255, 0.85); } @@ -3497,10 +2200,15 @@ StWidget.focused .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.85); } +.user-widget-label { + color: rgba(255, 255, 255, 0.85); +} + .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.85); border-radius: 9999px; + border: 2px rgba(255, 255, 255, 0.85); } .user-icon:hover { @@ -3508,12 +2216,30 @@ StWidget.focused .app-well-app-running-dot { } .user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; + background-color: rgba(255, 255, 255, 0); + border-radius: 99px; } -.user-widget-label { - color: rgba(255, 255, 255, 0.85); +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 8px; + width: 10px; + height: 10px; } .user-widget.horizontal .user-widget-label { @@ -3575,147 +2301,6 @@ StWidget.focused .app-well-app-running-dot { padding-top: 1em; } -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock { - color: white; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 112px; - font-weight: 300; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock-date { - font-size: 45px; - font-weight: 400; -} - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; -} - -.screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.screen-shield-notifications-container .notification, -.screen-shield-notifications-container .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-radius: 6px; -} - -.screen-shield-notifications-container .notification { - margin-right: 16px; -} - -.screen-shield-notification-label { - min-height: 18px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: 18px; - padding: 2px 0px 0px 16px; - color: rgba(255, 255, 255, 0.85); -} - -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - -.screen-shield-background { - background: black; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 6px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(0, 0, 0, 0.3); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(240, 240, 240, 0.94); - background-color: rgba(255, 255, 255, 0.85); - border-radius: 99px; - margin-right: 12px; -} - #lockDialogGroup { background: url("assets/background.jpg"); background-size: cover; @@ -3886,6 +2471,1343 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); } +.ripple-pointer-location { + width: 48px; + height: 48px; + border-radius: 24px; + background-color: rgba(151, 189, 252, 0.3); + box-shadow: 0 0 2px 2px #669efa; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #0860f2; + -pie-background-color: rgba(201, 221, 253, 0.3); +} + +.shell-link { + border-radius: 6px; + color: #3484e2; +} + +.shell-link:hover { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.15); +} + +.shell-link:active { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.3); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 9.75pt; + font-weight: 400; + color: #F27835; +} + +.headline { + font-size: 15pt; + font-weight: 500; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.12); + color: #242424; +} + +.switcher-list .item-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(0, 0, 0, 0.12); +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #565656; +} + +.switcher-arrow:highlighted { + color: #242424; +} + +.input-source-switcher-symbol { + font-size: 45px; + font-weight: 400; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 4px solid #0860f2; +} + +.workspace-switcher-group { + padding: 8px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 48px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + background-size: 32px; + border-radius: 6px; +} + +.ws-switcher-box { + height: 48px; + border: none; + background: rgba(0, 0, 0, 0.12); + border-radius: 6px; +} + +.tile-preview { + background-color: rgba(8, 96, 242, 0.3); + border: 1px solid #0860f2; +} + +.tile-preview-left.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.ripple-box { + width: 48px; + height: 48px; + border-radius: 0 0 48px 0; + background-color: rgba(8, 96, 242, 0.35); + background-image: none; + background-size: auto; +} + +.ripple-box:rtl { + border-radius: 0 0 0 48px; + background-image: none; +} + +.summary-source-counter { + font-size: 1em; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + border: 2px solid #0860f2; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.secondary-icon { + icon-size: 1.2307692308em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #242424; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: #424242; +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: 400; + color: #565656; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 6px; +} + +.hotplug-resident-mount:hover { + background-color: rgba(0, 0, 0, 0.12); +} + +.hotplug-resident-mount:active { + background-color: rgba(0, 0, 0, 0.2); +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 6px; + color: #242424; +} + +.url-highlighter { + link-color: #3484e2; +} + +.notification-banner { + font-size: 1em; + width: 34em; + min-height: 56px; + margin: 5px; + border-radius: 6px; + color: #242424; + background-color: rgba(255, 255, 255, 0.92); + border: none; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); +} + +.notification-banner:hover { + background-color: rgba(255, 255, 255, 0.95); +} + +.notification-banner:focus { + background-color: #ffffff; +} + +.notification-banner .notification-icon { + padding: 5px; +} + +.notification-banner .notification-content { + padding: 5px; + spacing: 5px; +} + +.notification-banner .secondary-icon { + icon-size: 1.2307692308em; +} + +.notification-banner .notification-actions { + background-color: transparent; + padding-top: 0; + border-top: 1px solid rgba(0, 0, 0, 0.12); + spacing: 1px; +} + +.notification-banner .notification-button { + min-height: 40px; + padding: 0 16px; + background-color: transparent; + color: #424242; + font-weight: 500; + border-width: 0; +} + +.notification-banner .notification-button:first-child { + border-radius: 0 0 0 6px; +} + +.notification-banner .notification-button:last-child { + border-radius: 0 0 6px 0; +} + +.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.notification-banner .notification-button:focus { + background-color: transparent; + color: #424242; + box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); +} + +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; + box-shadow: none; +} + +.notification-banner .notification-button:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.magnifier-zoom-region { + border: 2px solid #0860f2; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window .osd-monitor-label { + font-size: 45px; + font-weight: 400; +} + +.osd-window .level { + height: 4px; + border-radius: 3px; + background-color: rgba(0, 0, 0, 0.1); + color: #242424; + -barlevel-height: 4px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-active-background-color: #0860f2; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.osd-window .level-bar { + background-color: white; + border-radius: 16px; +} + +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.6); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 32px; +} + +.window-picker { + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 32px; + spacing: 12px; +} + +.window-picker.external-monitor { + padding: 16px; +} + +.window-clone-border { + border: 4px solid rgba(255, 255, 255, 0.3); + border-radius: 6px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); +} + +.window-caption { + spacing: 25px; + color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.6); + border-radius: 6px; + padding: 4px 8px; + border: none; + font-weight: normal; +} + +.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { + width: 304px; + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.5); + caret-color: rgba(255, 255, 255, 0.85); + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.12); + border-radius: 8px; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { + border-color: transparent; + background-color: rgba(255, 255, 255, 0.18); + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: rgba(255, 255, 255, 0.5); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { + border: none; + color: rgba(255, 255, 255, 0.45); +} + +.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +#searchResultsContent { + max-width: 1000px; + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { + spacing: 16px; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.15); +} + +.search-section-content { + spacing: 32px; + border-radius: 0; + border: none; + box-shadow: none; + background: none; + text-shadow: none; + color: rgba(255, 255, 255, 0.85); +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.5); +} + +.list-search-results { + spacing: 3px; +} + +.list-search-result-content { + spacing: 30px; +} + +.list-search-result-title { + font-size: 11.25pt; + font-weight: 400; + color: rgba(255, 255, 255, 0.85); + spacing: 12px; +} + +.list-search-result-description { + color: rgba(255, 255, 255, 0.85); +} + +.list-search-provider-details { + width: 150px; + color: rgba(255, 255, 255, 0.85); + margin-top: 0.24em; +} + +.list-search-provider-content { + spacing: 20px; +} + +.search-provider-icon { + padding: 15px; +} + +#panel { + background-color: rgba(255, 255, 255, 0.16); + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 28px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: rgba(255, 255, 255, 0.16); + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: #363636; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner StLabel { + padding: 0 4px; +} + +#panel .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: #363636; + transition-duration: 150ms; + border-radius: 6px; +} + +#panel .panel-button StLabel { + padding: 0 2px; +} + +#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, +#panel .panel-button:active .app-menu-icon > StIcon, +#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, +#panel .panel-button:overview .app-menu-icon > StIcon, +#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, +#panel .panel-button:focus .app-menu-icon > StIcon, +#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, +#panel .panel-button:checked .app-menu-icon > StIcon, +#panel .panel-button:checked .popup-menu-arrow { + icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; +} + +#panel .panel-button .app-menu-icon > StIcon { + padding-left: 4px; + padding-right: 6px; +} + +#panel .panel-button .popup-menu-arrow { + width: 0; + height: 0; +} + +#panel .panel-button:hover { + color: #363636; + background-color: rgba(255, 255, 255, 0.15); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: rgba(255, 255, 255, 0.3); + color: #363636; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.2307692308em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: #363636; +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: #363636; +} + +#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background: none; + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FC4138; +} + +#panel .remote-access-indicator { + color: #F27835; +} + +#panel.solid { + background-color: rgba(255, 255, 255, 0.16); + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: rgba(255, 255, 255, 0.16); +} + +#panel.solid .panel-button { + color: #363636; + text-shadow: none; +} + +#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: rgba(255, 255, 255, 0.85); + text-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, +#panel.solid .app-menu-icon > StIcon:active, +#panel.solid .app-menu-icon > StIcon:overview, +#panel.solid .app-menu-icon > StIcon:focus, +#panel.solid .app-menu-icon > StIcon:checked, +#panel.solid .popup-menu-arrow:active, +#panel.solid .popup-menu-arrow:overview, +#panel.solid .popup-menu-arrow:focus, +#panel.solid .popup-menu-arrow:checked { + icon-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + border: none; +} + +.popup-menu { + min-width: 12em; + color: #424242; + padding: 0 0 !important; +} + +.popup-menu .popup-menu-content { + padding: 6px 0 !important; + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); + margin: 4px 8px !important; +} + +.popup-menu .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: #424242; + text-shadow: none; + border-radius: 8px; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 2em !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 2em !important; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border-radius: 8px 8px 0 0; + border: none; + box-shadow: none; + color: #424242; + background-color: rgba(255, 255, 255, 0.75); +} + +.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-menu-item:checked:active { + color: white; + background-color: #095de8; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu .popup-menu-item.selected { + color: white; + background-color: #0860f2; + transition: none; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: white; + background-color: #095de8; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.75); + border-radius: 0 0 8px 8px; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; + border-radius: 8px; +} + +.popup-menu .popup-sub-menu .popup-menu-item:hover { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active { + color: white; + background-color: #095de8; +} + +.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { + border-radius: 0 0 8px 8px; +} + +.popup-menu .popup-inactive-menu-item { + color: #424242; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu-boxpointer StEntry { + selection-background-color: rgba(255, 255, 255, 0.85); + selected-background-color: rgba(255, 255, 255, 0.85); + selected-color: #0860f2; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: rgba(245, 245, 245, 0.95); + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 0 0; + background-color: rgba(0, 0, 0, 0.12); + padding: 0 0; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0 0; + margin: 0 32px 0 0; +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1em; +} + +.system-menu-action { + color: #424242; + border-radius: 100px; + /* wish we could do 50% */ + padding: 12px; + border: none; + -st-icon-style: symbolic; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; + border: none; + padding: 12px; +} + +.system-menu-action:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.2307692308em; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #1c6ff7; + background-color: #0860f2; +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: #565656; +} + +.candidate-box:selected .candidate-index { + color: rgba(255, 255, 255, 0.5); +} + +.candidate-box { + transition-duration: 0ms; + min-height: 28px; + padding: 0 8px; + border-radius: 6px; +} + +.candidate-box:hover { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; +} + +.candidate-box:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.candidate-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.candidate-page-button-box { + height: 28px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 28px; + min-height: 28px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 6px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1.2307692308em; +} + +.screen-shield-arrows { + padding-bottom: 3em; +} + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock { + color: white; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); + font-weight: normal; + text-align: center; + padding-bottom: 1.5em; +} + +.screen-shield-clock-time { + font-size: 112px; + font-weight: 300; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock-date { + font-size: 45px; + font-weight: 400; +} + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; +} + +.screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.screen-shield-notifications-container .notification, +.screen-shield-notifications-container .screen-shield-notification-source { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.3); + color: rgba(255, 255, 255, 0.85); + border-radius: 6px; +} + +.screen-shield-notifications-container .notification { + margin-right: 16px; +} + +.screen-shield-notification-label { + min-height: 18px; + padding: 2px 0px 0px 16px; + font-weight: bold; +} + +.screen-shield-notification-count-text { + min-height: 18px; + padding: 2px 0px 0px 16px; + color: rgba(255, 255, 255, 0.85); +} + +#panel.lock-screen { + background-color: rgba(0, 0, 0, 0.3); +} + +.screen-shield-background { + background: black; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); +} + +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(0, 0, 0, 0.6); + color: white; + border-radius: 6px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(0, 0, 0, 0.3); +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: rgba(240, 240, 240, 0.94); + background-color: rgba(255, 255, 255, 0.85); + border-radius: 99px; + margin-right: 12px; +} + +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 16px; + min-height: 6px; +} + +StScrollBar StBin#trough { + margin: 6px; + border-radius: 100px; + background-color: rgba(0, 0, 0, 0.12); +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 100px; + background-color: #565656; + margin: 6px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #424242; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #242424; +} + +.slider { + height: 20px; + color: white; + border-radius: 16px; + -slider-height: 19px; + -slider-background-color: rgba(0, 0, 0, 0.1); + -slider-border-color: rgba(0, 0, 0, 0.15); + -slider-active-background-color: white; + -slider-active-border-color: rgba(0, 0, 0, 0.15); + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: rgba(0, 0, 0, 0.15); + -barlevel-height: 19px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-border-color: rgba(0, 0, 0, 0.15); + -barlevel-active-background-color: white; + -barlevel-active-border-color: rgba(0, 0, 0, 0.15); + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-border-color: rgba(0, 0, 0, 0.15); + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/toggle-off.svg"); +} + +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); +} + .bottom #dashtodockDashScrollview, .top #dashtodockDashScrollview { -st-hfade-offset: 24px; diff --git a/src/main/gnome-shell/gnome-shell-light-alt.scss b/src/main/gnome-shell/gnome-shell-light-alt.scss index 9c351b3..01124a6 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt.scss +++ b/src/main/gnome-shell/gnome-shell-light-alt.scss @@ -6,5 +6,5 @@ $black: 'true'; @import '../../sass/colors'; @import '../../sass/variables'; @import '../../sass/gnome-shell/drawing'; -@import '../../sass/gnome-shell/common'; +@import '../../sass/gnome-shell/widgets'; @import '../../sass/gnome-shell/extensions'; diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt.css b/src/main/gnome-shell/gnome-shell-light-solid-alt.css index 2db3a40..ef308db 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt.css @@ -1,47 +1,158 @@ /* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: #242424; } -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(151, 189, 252, 0.3); - box-shadow: 0 0 2px 2px #669efa; +.search-provider-icon .overview-icon, +.show-apps .overview-icon, +.app-well-app .overview-icon, +.grid-search-result .overview-icon, .search-provider-icon, +.list-search-result { + color: rgba(255, 255, 255, 0.85); + border-radius: 12px; + padding: 6px; + border: none; + transition-duration: 150ms; + text-align: center; } -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #0860f2; - -pie-background-color: rgba(201, 221, 253, 0.3); +.workspace-switcher-container, .osd-window, +.resize-popup, +.switcher-list { + color: #242424; + background-color: #ffffff; + border: none; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); + border-radius: 6px; + padding: 12px; +} + +.workspace-thumbnails { + color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.15); + border: none; +} + +.search-statustext, .no-frequent-applications-label { + font-size: 45px; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); +} + +.message, .world-clocks-button, +.weather-button, +.events-button, +.events-section-title { + border-radius: 10px; + border: none; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.75); + text-shadow: none; + color: #424242; + transition: none; +} + +.message:hover, .world-clocks-button:hover, +.weather-button:hover, +.events-button:hover, +.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.weather-button:focus, +.events-button:focus, +.events-section-title:focus { + color: #242424; + background-color: white; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); +} + +.message:active, .world-clocks-button:active, +.weather-button:active, +.events-button:active, +.events-section-title:active { + color: #242424; + background-color: rgba(255, 255, 255, 0.65); + box-shadow: none; +} + +.hotplug-notification-item { + color: #242424; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + text-shadow: none; + icon-shadow: none; + padding: 8px; + border-style: solid; + border-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + +.hotplug-notification-item:insensitive { + color: rgba(36, 36, 36, 0.45); + background-color: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:hover { + color: #242424; + border-color: rgba(0, 0, 0, 0.12); + background-color: #f7f7f7; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:focus { + color: #242424; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:active { + color: white; + background-color: #0860f2; + border-color: #487afa; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:first-child { + border-radius: 0 0 0 6px; +} + +.hotplug-notification-item:last-child { + border-right-width: 0; + border-radius: 0 0 6px 0; +} + +.hotplug-notification-item:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { + background-color: #f5f5f5; + border-radius: 12px; + border: none; +} + +#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.15); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.85); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { + background-color: rgba(255, 255, 255, 0.85); } -/* WIDGETS */ -/* Buttons */ .button { min-height: 32px; padding: 0 16px; @@ -91,1495 +202,35 @@ stage { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: #242424; - caret-color: #242424; - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.1); +.window-close { + background-size: 26px; + height: 26px; + width: 26px; + -shell-close-overlap: 10px; border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover { - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); -} - -StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -StEntry:insensitive { - background-color: rgba(0, 0, 0, 0.05); - color: rgba(36, 36, 36, 0.45); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(36, 36, 36, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(0, 0, 0, 0.12); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #565656; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #424242; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #242424; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - border-radius: 16px; - -slider-height: 19px; - -slider-background-color: rgba(0, 0, 0, 0.1); - -slider-border-color: rgba(0, 0, 0, 0.15); - -slider-active-background-color: white; - -slider-active-border-color: rgba(0, 0, 0, 0.15); - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: rgba(0, 0, 0, 0.15); - -barlevel-height: 19px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-border-color: rgba(0, 0, 0, 0.15); - -barlevel-active-background-color: white; - -barlevel-active-border-color: rgba(0, 0, 0, 0.15); - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: rgba(0, 0, 0, 0.15); - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(0, 0, 0, 0.12); -} - -.check-box:active StBin { - background-color: rgba(0, 0, 0, 0.2); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(8, 96, 242, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(8, 96, 242, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 6px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; - border: 2px rgba(255, 255, 255, 0.85); -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0); - border-radius: 99px; -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 8px; - width: 10px; - height: 10px; -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #F27835; -} - -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -/* Modal Dialogs */ -.modal-dialog-linked-button:last-child { - color: white; - background-color: #0860f2; -} - -.modal-dialog-linked-button:hover:last-child { - color: white; - background-color: #307bf8; -} - -.modal-dialog-linked-button:active:last-child { - color: white; - background-color: #0756d9; -} - -.modal-dialog-linked-button:insensitive:last-child { - background-color: rgba(8, 96, 242, 0.05); - color: rgba(8, 96, 242, 0.35); -} - -.modal-dialog { - color: #242424; - padding: 0 5px 6px 5px; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #424242; + border: 0 none transparent; background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #242424; - background-color: rgba(0, 0, 0, 0.12); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #242424; - background-color: rgba(0, 0, 0, 0.2); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(36, 36, 36, 0.45); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #565656; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #424242; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #424242; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #424242; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; - border: none; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #F27835; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #565656; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #565656; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #242424; -} - -.mount-dialog-app-list-item:hover { - color: #242424; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #242424; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #565656; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #565656; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 9999px; - background-size: contain; - width: 48px; - height: 48px; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(0, 0, 0, 0.35); -} - -.audio-selection-device:active { - background-color: #0860f2; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #424242; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { - background-color: whitesmoke; - border-radius: 12px; - border: none; -} - -.popup-menu { - min-width: 12em; - color: #424242; - padding: 0 0 !important; -} - -.popup-menu .popup-menu-content { - padding: 6px 0 !important; - box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); - border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding-top: 6px !important; - padding-bottom: 6px !important; - color: #424242; - text-shadow: none; - border-radius: 8px; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 2em !important; - padding-left: 0 !important; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0 !important; - padding-left: 2em !important; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 8px 8px 0 0; - border: none; - box-shadow: none; - color: #424242; - background-color: rgba(255, 255, 255, 0.75); -} - -.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-menu-item:checked:active { - color: white; - background-color: #095de8; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu .popup-menu-item.selected { - color: white; - background-color: #0860f2; - transition: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: white; - background-color: #095de8; - transition-duration: 100ms; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.75); - border-radius: 0 0 8px 8px; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 8px; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: white; - background-color: #095de8; -} - -.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { - border-radius: 0 0 8px 8px; -} - -.popup-menu .popup-inactive-menu-item { - color: #424242; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #0860f2; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: whitesmoke; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - -.popup-separator-menu-item { - margin: 0 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 0 0; - background-color: rgba(0, 0, 0, 0.12); - padding: 0 0; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 0; - margin: 0 32px 0 0; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #424242; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(0, 0, 0, 0.12); - color: #242424; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- 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 -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #242424; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.12); - color: #242424; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(0, 0, 0, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #565656; -} - -.switcher-arrow:highlighted { - color: #242424; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(0, 0, 0, 0.12); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #242424; - background-color: #ffffff; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: #f1f1f1; - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: #f1f1f1; - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: #363636; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: #363636; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: #363636; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: #363636; box-shadow: none; + background-image: url("assets/window-close.svg"); } -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; +.window-close StIcon { + icon-size: 26px; } -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #363636; +.window-close:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); } -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #363636; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: #f1f1f1; - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: #f1f1f1; -} - -#panel.solid .panel-button { - color: #363636; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.message, .world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - border-radius: 10px; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.75); - text-shadow: none; - color: #424242; - transition: none; -} - -.message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus, -.events-section-title:focus { - color: #242424; - background-color: white; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -} - -.message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active, -.events-section-title:active { - color: #242424; - background-color: rgba(255, 255, 255, 0.65); - box-shadow: none; +.window-close:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); } .clock-display-box { @@ -1857,7 +508,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } -/* World Clock */ .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -1882,7 +532,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 0.9em; } -/* Weather */ .weather-button { margin-bottom: 6px; } @@ -1927,7 +576,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } -/* Message list */ .message-list { width: 31.5em; padding: 0 12px; @@ -2103,280 +751,51 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #565656; } -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; +.check-box * { + min-height: 16px; + padding: 8px 0; } -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; +.check-box StBoxLayout { + spacing: .8em; } -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; +.check-box StBin { + width: 24px; + height: 24px; + padding: 4px; border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); + background-image: url("assets/checkbox-off.svg"); } -.window-close StIcon { - icon-size: 26px; +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); } -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #242424; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(0, 0, 0, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.05); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { +.check-box:hover StBin { background-color: rgba(0, 0, 0, 0.12); } -.nm-dialog-item:active { +.check-box:active StBin { background-color: rgba(0, 0, 0, 0.2); } -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icons { - spacing: .5em; +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icon { - icon-size: 16px; +.check-box:hover:checked StBin { + background-color: rgba(8, 96, 242, 0.15); } -.no-networks-label { - color: #565656; +.check-box:active:checked StBin { + background-color: rgba(8, 96, 242, 0.3); } -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ #dash { font-size: 1em; color: rgba(255, 255, 255, 0.85); @@ -2417,7 +836,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -x-offset: 8px; } -/* App Vault/Grid */ .icon-grid { spacing: 30px; -shell-grid-horizontal-item-size: 136px; @@ -2494,7 +912,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { transition-duration: 150ms; } -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, +.search-provider-icon .overview-icon, .grid-search-result .overview-icon, .search-provider-icon .overview-icon > StIcon, .grid-search-result .overview-icon > StIcon, .show-apps .overview-icon, .show-apps .overview-icon > StIcon, .app-well-app .overview-icon, @@ -2542,18 +960,6 @@ StWidget.focused .app-well-app-running-dot { background-color: #0860f2; } -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - .app-well-app.app-folder > .overview-icon { background-color: rgba(255, 255, 255, 0.15); } @@ -2772,287 +1178,675 @@ StWidget.focused .app-well-app-running-dot { padding: 0px 88px 10px 88px; } -.workspace-thumbnails { +.modal-dialog-linked-button:last-child { + color: white; + background-color: #0860f2; +} + +.modal-dialog-linked-button:hover:last-child { + color: white; + background-color: #307bf8; +} + +.modal-dialog-linked-button:active:last-child { + color: white; + background-color: #0756d9; +} + +.modal-dialog-linked-button:insensitive:last-child { + background-color: rgba(8, 96, 242, 0.05); + color: rgba(8, 96, 242, 0.35); +} + +.framed-user-icon { + background-size: contain; + border: none; color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; + border-radius: 9999px; } -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); +.framed-user-icon:hover { + border-color: rgba(255, 255, 255, 0.85); + color: rgba(255, 255, 255, 0.85); } -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; +.modal-dialog { color: #242424; - background-color: rgba(255, 255, 255, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); + padding: 0 5px 6px 5px; } -.notification-banner:hover { - background-color: rgba(255, 255, 255, 0.95); -} - -.notification-banner:focus { - background-color: #ffffff; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { +.modal-dialog-linked-button { min-height: 40px; padding: 0 16px; - background-color: transparent; - color: #424242; + margin: 3px 3px; + border: none !important; + border-radius: 6px; + font-size: 9.75pt; font-weight: 500; - border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 6px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 6px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; color: #424242; - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { +.modal-dialog-linked-button:hover { + color: #242424; background-color: rgba(0, 0, 0, 0.12); - color: #242424; - box-shadow: none; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:active { +.modal-dialog-linked-button:active { + color: #242424; background-color: rgba(0, 0, 0, 0.2); + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(36, 36, 36, 0.45); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:focus { color: #242424; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; +.modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; } -.secondary-icon { - icon-size: 1.2307692308em; +.modal-dialog .run-dialog-entry { + width: 20em; + margin-bottom: 6px; } -.chat-body { - spacing: 5px; +.modal-dialog .run-dialog-error-box { + padding-top: 16px; + spacing: 6px; } -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #242424; -} - -.chat-new-group { +.modal-dialog .run-dialog-button-box { padding-top: 1em; } -.chat-received { - padding-left: 4px; +.modal-dialog .run-dialog-label { + font-size: 1em; + font-weight: normal; + color: #565656; + padding-bottom: .4em; } -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; +.mount-dialog-subject, +.end-session-dialog-subject { + font-size: 15pt; + font-weight: 500; } -.chat-sent { - padding-left: 18pt; +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; +} + +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.leightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; +} + +.message-dialog-subtitle { color: #424242; + font-weight: bold; } -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; +.dialog-list { + spacing: 18px; } -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: #424242; + font-size: 15pt; + font-weight: 500; +} + +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + text-align: center; + color: #424242; + font-size: 15pt; + font-weight: 500; +} + +.end-session-dialog { + width: 30em; + border: none; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #F27835; +} + +.end-session-dialog-list { + padding-top: 20px; +} + +.end-session-dialog-layout { + padding-left: 17px; +} + +.end-session-dialog-layout:rtl { + padding-right: 17px; +} + +.end-session-dialog-description { + padding-bottom: 10px; +} + +.end-session-dialog-description:rtl { + text-align: right; +} + +.end-session-dialog-warning { + width: 28em; + color: #F27835; + padding-top: 6px; +} + +.end-session-dialog-warning:rtl { + text-align: right; +} + +.end-session-dialog-logout-icon { + border-radius: 5px; + width: 48px; + height: 48px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: #565656; + width: 48px; + height: 48px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; +} + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; +} + +.end-session-dialog-list-header { + font-weight: bold; +} + +.end-session-dialog-list-header:rtl { + text-align: right; +} + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; +} + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; +} + +.end-session-dialog-app-list-item-description { + color: #565656; + font-size: 1em; +} + +.shell-mount-operation-icon { + icon-size: 48px; +} + +.mount-dialog { + spacing: 24px; +} + +.mount-dialog .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; +} + +.mount-dialog .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog .message-dialog-body { + padding-left: 17px; + width: 28em; +} + +.mount-dialog .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.mount-dialog-app-list-item { + color: #242424; +} + +.mount-dialog-app-list-item:hover { + color: #242424; +} + +.mount-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.mount-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.mount-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.mount-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.mount-dialog-app-list-item-name { + font-size: 1em; +} + +.prompt-dialog { + width: 28em; + border: none; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.prompt-dialog .message-dialog-content { + spacing: 16px; +} + +.prompt-dialog .message-dialog-title { + font-size: 15pt; + font-weight: 500; + color: #242424; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 15pt; + font-weight: 500; + margin: 6px; +} + +.prompt-dialog-error-label { + color: #F27835; +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 1em; + color: #FC4138; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 1em; + padding-bottom: 8px; color: #565656; } -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; +.hidden { + color: rgba(0, 0, 0, 0); } -.hotplug-notification-item { - color: #242424; - background-color: #ffffff; +.prompt-dialog-null-label { + font-size: 1em; + padding-bottom: 8px; + color: #565656; +} + +.polkit-dialog-user-layout { + text-align: center; + spacing: 8px; + margin-bottom: 6px; +} + +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #F27835; +} + +.polkit-dialog-user-layout .polkit-dialog-user-icon { + border-radius: 9999px; + background-size: contain; + width: 48px; + height: 48px; + margin: 6px; +} + +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-content { + spacing: 20px; + padding: 24px; +} + +.audio-selection-title { + font-weight: bold; + text-align: center; +} + +.audio-selection-device { border: 1px solid rgba(0, 0, 0, 0.12); - text-shadow: none; - icon-shadow: none; - padding: 8px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -.hotplug-notification-item:insensitive { - color: rgba(36, 36, 36, 0.45); - background-color: rgba(0, 0, 0, 0.12); - border-color: rgba(0, 0, 0, 0.12); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:hover { - color: #242424; - border-color: rgba(0, 0, 0, 0.12); - background-color: #f7f7f7; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:active { - color: white; - background-color: #0860f2; - border-color: #487afa; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { - spacing: 8px; -} - -.hotplug-resident-mount { - spacing: 8px; border-radius: 6px; } -.hotplug-resident-mount:hover { +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: rgba(0, 0, 0, 0.35); +} + +.audio-selection-device:active { + background-color: #0860f2; + color: white; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +.access-dialog { + spacing: 30px; +} + +.geolocation-dialog { + spacing: 30px; +} + +.extension-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.extension-dialog .message-dialog-title { + color: #424242; +} + +.inhibit-shortcuts-dialog { + spacing: 30px; +} + +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #242424; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(0, 0, 0, 0.12); + padding: 0; + background-color: rgba(0, 0, 0, 0.05); + border-radius: 6px; +} + +.nm-dialog-header { + font-size: 15pt; + font-weight: 500; +} + +.nm-dialog-item { + font-size: 1em; + border-bottom: none; + border-radius: 6px; + padding: 12px; + spacing: 20px; +} + +.nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(0, 0, 0, 0.12); } -.hotplug-resident-mount:active { +.nm-dialog-item:active { background-color: rgba(0, 0, 0, 0.2); } -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; +.nm-dialog-item:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); } -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; +.nm-dialog-icons { + spacing: .5em; } -.hotplug-resident-eject-icon { +.nm-dialog-icon { icon-size: 16px; } -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #242424; +.no-networks-label { + color: #565656; } -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; +.no-networks-box { + spacing: 12px; } -.magnifier-zoom-region.full-screen { +StEntry { + min-height: 32px; + min-width: 44px; + padding: 0 8px; + margin: 3px; border-width: 0; + color: #242424; + caret-color: #242424; + selection-background-color: #0860f2; + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100px; + border: 2px solid transparent; + box-shadow: none; +} + +StEntry:hover { + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); +} + +StEntry:focus { + border: 2px solid #4d8ef9; + box-shadow: none; +} + +StEntry:insensitive { + background-color: rgba(0, 0, 0, 0.05); + color: rgba(36, 36, 36, 0.45); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 0; +} + +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(36, 36, 36, 0.7); } -/* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; @@ -3158,97 +1952,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #1c6ff7; - background-color: #0860f2; -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #565656; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(0, 0, 0, 0.12); - color: #242424; -} - -.candidate-box:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - .login-dialog-banner-view { padding-top: 24px; max-width: 23em; @@ -3464,7 +2167,7 @@ StWidget.focused .app-well-app-running-dot { } .login-dialog-user-list-item { - border-radius: 6px; + border-radius: 10px; padding: 6px; color: rgba(255, 255, 255, 0.85); } @@ -3497,10 +2200,15 @@ StWidget.focused .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.85); } +.user-widget-label { + color: rgba(255, 255, 255, 0.85); +} + .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.85); border-radius: 9999px; + border: 2px rgba(255, 255, 255, 0.85); } .user-icon:hover { @@ -3508,12 +2216,30 @@ StWidget.focused .app-well-app-running-dot { } .user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; + background-color: rgba(255, 255, 255, 0); + border-radius: 99px; } -.user-widget-label { - color: rgba(255, 255, 255, 0.85); +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 8px; + width: 10px; + height: 10px; } .user-widget.horizontal .user-widget-label { @@ -3575,147 +2301,6 @@ StWidget.focused .app-well-app-running-dot { padding-top: 1em; } -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock { - color: white; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 112px; - font-weight: 300; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock-date { - font-size: 45px; - font-weight: 400; -} - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; -} - -.screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.screen-shield-notifications-container .notification, -.screen-shield-notifications-container .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-radius: 6px; -} - -.screen-shield-notifications-container .notification { - margin-right: 16px; -} - -.screen-shield-notification-label { - min-height: 18px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: 18px; - padding: 2px 0px 0px 16px; - color: rgba(255, 255, 255, 0.85); -} - -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - -.screen-shield-background { - background: black; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 6px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(0, 0, 0, 0.3); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: #f0f0f0; - background-color: rgba(255, 255, 255, 0.85); - border-radius: 99px; - margin-right: 12px; -} - #lockDialogGroup { background: url("assets/background.jpg"); background-size: cover; @@ -3886,6 +2471,1343 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); } +.ripple-pointer-location { + width: 48px; + height: 48px; + border-radius: 24px; + background-color: rgba(151, 189, 252, 0.3); + box-shadow: 0 0 2px 2px #669efa; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #0860f2; + -pie-background-color: rgba(201, 221, 253, 0.3); +} + +.shell-link { + border-radius: 6px; + color: #3484e2; +} + +.shell-link:hover { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.15); +} + +.shell-link:active { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.3); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 9.75pt; + font-weight: 400; + color: #F27835; +} + +.headline { + font-size: 15pt; + font-weight: 500; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.12); + color: #242424; +} + +.switcher-list .item-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(0, 0, 0, 0.12); +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #565656; +} + +.switcher-arrow:highlighted { + color: #242424; +} + +.input-source-switcher-symbol { + font-size: 45px; + font-weight: 400; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 4px solid #0860f2; +} + +.workspace-switcher-group { + padding: 8px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 48px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + background-size: 32px; + border-radius: 6px; +} + +.ws-switcher-box { + height: 48px; + border: none; + background: rgba(0, 0, 0, 0.12); + border-radius: 6px; +} + +.tile-preview { + background-color: rgba(8, 96, 242, 0.3); + border: 1px solid #0860f2; +} + +.tile-preview-left.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.ripple-box { + width: 48px; + height: 48px; + border-radius: 0 0 48px 0; + background-color: rgba(8, 96, 242, 0.35); + background-image: none; + background-size: auto; +} + +.ripple-box:rtl { + border-radius: 0 0 0 48px; + background-image: none; +} + +.summary-source-counter { + font-size: 1em; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + border: 2px solid #0860f2; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.secondary-icon { + icon-size: 1.2307692308em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #242424; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: #424242; +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: 400; + color: #565656; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 6px; +} + +.hotplug-resident-mount:hover { + background-color: rgba(0, 0, 0, 0.12); +} + +.hotplug-resident-mount:active { + background-color: rgba(0, 0, 0, 0.2); +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 6px; + color: #242424; +} + +.url-highlighter { + link-color: #3484e2; +} + +.notification-banner { + font-size: 1em; + width: 34em; + min-height: 56px; + margin: 5px; + border-radius: 6px; + color: #242424; + background-color: rgba(255, 255, 255, 0.92); + border: none; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); +} + +.notification-banner:hover { + background-color: rgba(255, 255, 255, 0.95); +} + +.notification-banner:focus { + background-color: #ffffff; +} + +.notification-banner .notification-icon { + padding: 5px; +} + +.notification-banner .notification-content { + padding: 5px; + spacing: 5px; +} + +.notification-banner .secondary-icon { + icon-size: 1.2307692308em; +} + +.notification-banner .notification-actions { + background-color: transparent; + padding-top: 0; + border-top: 1px solid rgba(0, 0, 0, 0.12); + spacing: 1px; +} + +.notification-banner .notification-button { + min-height: 40px; + padding: 0 16px; + background-color: transparent; + color: #424242; + font-weight: 500; + border-width: 0; +} + +.notification-banner .notification-button:first-child { + border-radius: 0 0 0 6px; +} + +.notification-banner .notification-button:last-child { + border-radius: 0 0 6px 0; +} + +.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.notification-banner .notification-button:focus { + background-color: transparent; + color: #424242; + box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); +} + +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; + box-shadow: none; +} + +.notification-banner .notification-button:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.magnifier-zoom-region { + border: 2px solid #0860f2; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window .osd-monitor-label { + font-size: 45px; + font-weight: 400; +} + +.osd-window .level { + height: 4px; + border-radius: 3px; + background-color: rgba(0, 0, 0, 0.1); + color: #242424; + -barlevel-height: 4px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-active-background-color: #0860f2; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.osd-window .level-bar { + background-color: white; + border-radius: 16px; +} + +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.6); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 32px; +} + +.window-picker { + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 32px; + spacing: 12px; +} + +.window-picker.external-monitor { + padding: 16px; +} + +.window-clone-border { + border: 4px solid rgba(255, 255, 255, 0.3); + border-radius: 6px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); +} + +.window-caption { + spacing: 25px; + color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.6); + border-radius: 6px; + padding: 4px 8px; + border: none; + font-weight: normal; +} + +.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { + width: 304px; + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.5); + caret-color: rgba(255, 255, 255, 0.85); + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.12); + border-radius: 8px; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { + border-color: transparent; + background-color: rgba(255, 255, 255, 0.18); + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: rgba(255, 255, 255, 0.5); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { + border: none; + color: rgba(255, 255, 255, 0.45); +} + +.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +#searchResultsContent { + max-width: 1000px; + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { + spacing: 16px; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.15); +} + +.search-section-content { + spacing: 32px; + border-radius: 0; + border: none; + box-shadow: none; + background: none; + text-shadow: none; + color: rgba(255, 255, 255, 0.85); +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.5); +} + +.list-search-results { + spacing: 3px; +} + +.list-search-result-content { + spacing: 30px; +} + +.list-search-result-title { + font-size: 11.25pt; + font-weight: 400; + color: rgba(255, 255, 255, 0.85); + spacing: 12px; +} + +.list-search-result-description { + color: rgba(255, 255, 255, 0.85); +} + +.list-search-provider-details { + width: 150px; + color: rgba(255, 255, 255, 0.85); + margin-top: 0.24em; +} + +.list-search-provider-content { + spacing: 20px; +} + +.search-provider-icon { + padding: 15px; +} + +#panel { + background-color: #f1f1f1; + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 28px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: #f1f1f1; + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: #363636; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner StLabel { + padding: 0 4px; +} + +#panel .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: #363636; + transition-duration: 150ms; + border-radius: 6px; +} + +#panel .panel-button StLabel { + padding: 0 2px; +} + +#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, +#panel .panel-button:active .app-menu-icon > StIcon, +#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, +#panel .panel-button:overview .app-menu-icon > StIcon, +#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, +#panel .panel-button:focus .app-menu-icon > StIcon, +#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, +#panel .panel-button:checked .app-menu-icon > StIcon, +#panel .panel-button:checked .popup-menu-arrow { + icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; +} + +#panel .panel-button .app-menu-icon > StIcon { + padding-left: 4px; + padding-right: 6px; +} + +#panel .panel-button .popup-menu-arrow { + width: 0; + height: 0; +} + +#panel .panel-button:hover { + color: #363636; + background-color: rgba(255, 255, 255, 0.15); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: rgba(255, 255, 255, 0.3); + color: #363636; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.2307692308em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: #363636; +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: #363636; +} + +#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background: none; + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FC4138; +} + +#panel .remote-access-indicator { + color: #F27835; +} + +#panel.solid { + background-color: #f1f1f1; + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: #f1f1f1; +} + +#panel.solid .panel-button { + color: #363636; + text-shadow: none; +} + +#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: rgba(255, 255, 255, 0.85); + text-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, +#panel.solid .app-menu-icon > StIcon:active, +#panel.solid .app-menu-icon > StIcon:overview, +#panel.solid .app-menu-icon > StIcon:focus, +#panel.solid .app-menu-icon > StIcon:checked, +#panel.solid .popup-menu-arrow:active, +#panel.solid .popup-menu-arrow:overview, +#panel.solid .popup-menu-arrow:focus, +#panel.solid .popup-menu-arrow:checked { + icon-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + border: none; +} + +.popup-menu { + min-width: 12em; + color: #424242; + padding: 0 0 !important; +} + +.popup-menu .popup-menu-content { + padding: 6px 0 !important; + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); + margin: 4px 8px !important; +} + +.popup-menu .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: #424242; + text-shadow: none; + border-radius: 8px; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 2em !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 2em !important; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border-radius: 8px 8px 0 0; + border: none; + box-shadow: none; + color: #424242; + background-color: rgba(255, 255, 255, 0.75); +} + +.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-menu-item:checked:active { + color: white; + background-color: #095de8; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu .popup-menu-item.selected { + color: white; + background-color: #0860f2; + transition: none; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: white; + background-color: #095de8; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.75); + border-radius: 0 0 8px 8px; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; + border-radius: 8px; +} + +.popup-menu .popup-sub-menu .popup-menu-item:hover { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active { + color: white; + background-color: #095de8; +} + +.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { + border-radius: 0 0 8px 8px; +} + +.popup-menu .popup-inactive-menu-item { + color: #424242; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu-boxpointer StEntry { + selection-background-color: rgba(255, 255, 255, 0.85); + selected-background-color: rgba(255, 255, 255, 0.85); + selected-color: #0860f2; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: #f5f5f5; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 0 0; + background-color: rgba(0, 0, 0, 0.12); + padding: 0 0; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0 0; + margin: 0 32px 0 0; +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1em; +} + +.system-menu-action { + color: #424242; + border-radius: 100px; + /* wish we could do 50% */ + padding: 12px; + border: none; + -st-icon-style: symbolic; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; + border: none; + padding: 12px; +} + +.system-menu-action:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.2307692308em; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #1c6ff7; + background-color: #0860f2; +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: #565656; +} + +.candidate-box:selected .candidate-index { + color: rgba(255, 255, 255, 0.5); +} + +.candidate-box { + transition-duration: 0ms; + min-height: 28px; + padding: 0 8px; + border-radius: 6px; +} + +.candidate-box:hover { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; +} + +.candidate-box:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.candidate-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.candidate-page-button-box { + height: 28px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 28px; + min-height: 28px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 6px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1.2307692308em; +} + +.screen-shield-arrows { + padding-bottom: 3em; +} + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock { + color: white; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); + font-weight: normal; + text-align: center; + padding-bottom: 1.5em; +} + +.screen-shield-clock-time { + font-size: 112px; + font-weight: 300; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock-date { + font-size: 45px; + font-weight: 400; +} + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; +} + +.screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.screen-shield-notifications-container .notification, +.screen-shield-notifications-container .screen-shield-notification-source { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.3); + color: rgba(255, 255, 255, 0.85); + border-radius: 6px; +} + +.screen-shield-notifications-container .notification { + margin-right: 16px; +} + +.screen-shield-notification-label { + min-height: 18px; + padding: 2px 0px 0px 16px; + font-weight: bold; +} + +.screen-shield-notification-count-text { + min-height: 18px; + padding: 2px 0px 0px 16px; + color: rgba(255, 255, 255, 0.85); +} + +#panel.lock-screen { + background-color: rgba(0, 0, 0, 0.3); +} + +.screen-shield-background { + background: black; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); +} + +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(0, 0, 0, 0.6); + color: white; + border-radius: 6px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(0, 0, 0, 0.3); +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: #f0f0f0; + background-color: rgba(255, 255, 255, 0.85); + border-radius: 99px; + margin-right: 12px; +} + +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 16px; + min-height: 6px; +} + +StScrollBar StBin#trough { + margin: 6px; + border-radius: 100px; + background-color: rgba(0, 0, 0, 0.12); +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 100px; + background-color: #565656; + margin: 6px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #424242; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #242424; +} + +.slider { + height: 20px; + color: white; + border-radius: 16px; + -slider-height: 19px; + -slider-background-color: rgba(0, 0, 0, 0.1); + -slider-border-color: rgba(0, 0, 0, 0.15); + -slider-active-background-color: white; + -slider-active-border-color: rgba(0, 0, 0, 0.15); + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: rgba(0, 0, 0, 0.15); + -barlevel-height: 19px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-border-color: rgba(0, 0, 0, 0.15); + -barlevel-active-background-color: white; + -barlevel-active-border-color: rgba(0, 0, 0, 0.15); + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-border-color: rgba(0, 0, 0, 0.15); + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/toggle-off.svg"); +} + +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); +} + .bottom #dashtodockDashScrollview, .top #dashtodockDashScrollview { -st-hfade-offset: 24px; diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt.scss b/src/main/gnome-shell/gnome-shell-light-solid-alt.scss index 861f3c8..fe077d9 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt.scss +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt.scss @@ -6,5 +6,5 @@ $black: 'true'; @import '../../sass/colors'; @import '../../sass/variables'; @import '../../sass/gnome-shell/drawing'; -@import '../../sass/gnome-shell/common'; +@import '../../sass/gnome-shell/widgets'; @import '../../sass/gnome-shell/extensions'; diff --git a/src/main/gnome-shell/gnome-shell-light-solid.css b/src/main/gnome-shell/gnome-shell-light-solid.css index 2db3a40..ef308db 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.css +++ b/src/main/gnome-shell/gnome-shell-light-solid.css @@ -1,47 +1,158 @@ /* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: #242424; } -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(151, 189, 252, 0.3); - box-shadow: 0 0 2px 2px #669efa; +.search-provider-icon .overview-icon, +.show-apps .overview-icon, +.app-well-app .overview-icon, +.grid-search-result .overview-icon, .search-provider-icon, +.list-search-result { + color: rgba(255, 255, 255, 0.85); + border-radius: 12px; + padding: 6px; + border: none; + transition-duration: 150ms; + text-align: center; } -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #0860f2; - -pie-background-color: rgba(201, 221, 253, 0.3); +.workspace-switcher-container, .osd-window, +.resize-popup, +.switcher-list { + color: #242424; + background-color: #ffffff; + border: none; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); + border-radius: 6px; + padding: 12px; +} + +.workspace-thumbnails { + color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.15); + border: none; +} + +.search-statustext, .no-frequent-applications-label { + font-size: 45px; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); +} + +.message, .world-clocks-button, +.weather-button, +.events-button, +.events-section-title { + border-radius: 10px; + border: none; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.75); + text-shadow: none; + color: #424242; + transition: none; +} + +.message:hover, .world-clocks-button:hover, +.weather-button:hover, +.events-button:hover, +.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.weather-button:focus, +.events-button:focus, +.events-section-title:focus { + color: #242424; + background-color: white; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); +} + +.message:active, .world-clocks-button:active, +.weather-button:active, +.events-button:active, +.events-section-title:active { + color: #242424; + background-color: rgba(255, 255, 255, 0.65); + box-shadow: none; +} + +.hotplug-notification-item { + color: #242424; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + text-shadow: none; + icon-shadow: none; + padding: 8px; + border-style: solid; + border-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + +.hotplug-notification-item:insensitive { + color: rgba(36, 36, 36, 0.45); + background-color: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:hover { + color: #242424; + border-color: rgba(0, 0, 0, 0.12); + background-color: #f7f7f7; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:focus { + color: #242424; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:active { + color: white; + background-color: #0860f2; + border-color: #487afa; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:first-child { + border-radius: 0 0 0 6px; +} + +.hotplug-notification-item:last-child { + border-right-width: 0; + border-radius: 0 0 6px 0; +} + +.hotplug-notification-item:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { + background-color: #f5f5f5; + border-radius: 12px; + border: none; +} + +#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.15); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.85); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { + background-color: rgba(255, 255, 255, 0.85); } -/* WIDGETS */ -/* Buttons */ .button { min-height: 32px; padding: 0 16px; @@ -91,1495 +202,35 @@ stage { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: #242424; - caret-color: #242424; - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.1); +.window-close { + background-size: 26px; + height: 26px; + width: 26px; + -shell-close-overlap: 10px; border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover { - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); -} - -StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -StEntry:insensitive { - background-color: rgba(0, 0, 0, 0.05); - color: rgba(36, 36, 36, 0.45); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(36, 36, 36, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(0, 0, 0, 0.12); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #565656; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #424242; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #242424; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - border-radius: 16px; - -slider-height: 19px; - -slider-background-color: rgba(0, 0, 0, 0.1); - -slider-border-color: rgba(0, 0, 0, 0.15); - -slider-active-background-color: white; - -slider-active-border-color: rgba(0, 0, 0, 0.15); - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: rgba(0, 0, 0, 0.15); - -barlevel-height: 19px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-border-color: rgba(0, 0, 0, 0.15); - -barlevel-active-background-color: white; - -barlevel-active-border-color: rgba(0, 0, 0, 0.15); - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: rgba(0, 0, 0, 0.15); - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(0, 0, 0, 0.12); -} - -.check-box:active StBin { - background-color: rgba(0, 0, 0, 0.2); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(8, 96, 242, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(8, 96, 242, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 6px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; - border: 2px rgba(255, 255, 255, 0.85); -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0); - border-radius: 99px; -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 8px; - width: 10px; - height: 10px; -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #F27835; -} - -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -/* Modal Dialogs */ -.modal-dialog-linked-button:last-child { - color: white; - background-color: #0860f2; -} - -.modal-dialog-linked-button:hover:last-child { - color: white; - background-color: #307bf8; -} - -.modal-dialog-linked-button:active:last-child { - color: white; - background-color: #0756d9; -} - -.modal-dialog-linked-button:insensitive:last-child { - background-color: rgba(8, 96, 242, 0.05); - color: rgba(8, 96, 242, 0.35); -} - -.modal-dialog { - color: #242424; - padding: 0 5px 6px 5px; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #424242; + border: 0 none transparent; background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #242424; - background-color: rgba(0, 0, 0, 0.12); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #242424; - background-color: rgba(0, 0, 0, 0.2); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(36, 36, 36, 0.45); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #565656; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #424242; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #424242; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #424242; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; - border: none; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #F27835; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #565656; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #565656; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #242424; -} - -.mount-dialog-app-list-item:hover { - color: #242424; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #242424; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #565656; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #565656; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 9999px; - background-size: contain; - width: 48px; - height: 48px; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(0, 0, 0, 0.35); -} - -.audio-selection-device:active { - background-color: #0860f2; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #424242; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { - background-color: whitesmoke; - border-radius: 12px; - border: none; -} - -.popup-menu { - min-width: 12em; - color: #424242; - padding: 0 0 !important; -} - -.popup-menu .popup-menu-content { - padding: 6px 0 !important; - box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); - border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding-top: 6px !important; - padding-bottom: 6px !important; - color: #424242; - text-shadow: none; - border-radius: 8px; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 2em !important; - padding-left: 0 !important; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0 !important; - padding-left: 2em !important; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 8px 8px 0 0; - border: none; - box-shadow: none; - color: #424242; - background-color: rgba(255, 255, 255, 0.75); -} - -.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-menu-item:checked:active { - color: white; - background-color: #095de8; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu .popup-menu-item.selected { - color: white; - background-color: #0860f2; - transition: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: white; - background-color: #095de8; - transition-duration: 100ms; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.75); - border-radius: 0 0 8px 8px; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 8px; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: white; - background-color: #095de8; -} - -.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { - border-radius: 0 0 8px 8px; -} - -.popup-menu .popup-inactive-menu-item { - color: #424242; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #0860f2; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: whitesmoke; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - -.popup-separator-menu-item { - margin: 0 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 0 0; - background-color: rgba(0, 0, 0, 0.12); - padding: 0 0; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 0; - margin: 0 32px 0 0; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #424242; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(0, 0, 0, 0.12); - color: #242424; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- 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 -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #242424; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.12); - color: #242424; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(0, 0, 0, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #565656; -} - -.switcher-arrow:highlighted { - color: #242424; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(0, 0, 0, 0.12); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #242424; - background-color: #ffffff; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: #f1f1f1; - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: #f1f1f1; - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: #363636; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: #363636; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: #363636; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: #363636; box-shadow: none; + background-image: url("assets/window-close.svg"); } -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; +.window-close StIcon { + icon-size: 26px; } -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #363636; +.window-close:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); } -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #363636; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: #f1f1f1; - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: #f1f1f1; -} - -#panel.solid .panel-button { - color: #363636; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.message, .world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - border-radius: 10px; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.75); - text-shadow: none; - color: #424242; - transition: none; -} - -.message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus, -.events-section-title:focus { - color: #242424; - background-color: white; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -} - -.message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active, -.events-section-title:active { - color: #242424; - background-color: rgba(255, 255, 255, 0.65); - box-shadow: none; +.window-close:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); } .clock-display-box { @@ -1857,7 +508,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } -/* World Clock */ .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -1882,7 +532,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 0.9em; } -/* Weather */ .weather-button { margin-bottom: 6px; } @@ -1927,7 +576,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } -/* Message list */ .message-list { width: 31.5em; padding: 0 12px; @@ -2103,280 +751,51 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #565656; } -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; +.check-box * { + min-height: 16px; + padding: 8px 0; } -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; +.check-box StBoxLayout { + spacing: .8em; } -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; +.check-box StBin { + width: 24px; + height: 24px; + padding: 4px; border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); + background-image: url("assets/checkbox-off.svg"); } -.window-close StIcon { - icon-size: 26px; +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); } -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #242424; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(0, 0, 0, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.05); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { +.check-box:hover StBin { background-color: rgba(0, 0, 0, 0.12); } -.nm-dialog-item:active { +.check-box:active StBin { background-color: rgba(0, 0, 0, 0.2); } -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icons { - spacing: .5em; +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icon { - icon-size: 16px; +.check-box:hover:checked StBin { + background-color: rgba(8, 96, 242, 0.15); } -.no-networks-label { - color: #565656; +.check-box:active:checked StBin { + background-color: rgba(8, 96, 242, 0.3); } -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ #dash { font-size: 1em; color: rgba(255, 255, 255, 0.85); @@ -2417,7 +836,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -x-offset: 8px; } -/* App Vault/Grid */ .icon-grid { spacing: 30px; -shell-grid-horizontal-item-size: 136px; @@ -2494,7 +912,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { transition-duration: 150ms; } -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, +.search-provider-icon .overview-icon, .grid-search-result .overview-icon, .search-provider-icon .overview-icon > StIcon, .grid-search-result .overview-icon > StIcon, .show-apps .overview-icon, .show-apps .overview-icon > StIcon, .app-well-app .overview-icon, @@ -2542,18 +960,6 @@ StWidget.focused .app-well-app-running-dot { background-color: #0860f2; } -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - .app-well-app.app-folder > .overview-icon { background-color: rgba(255, 255, 255, 0.15); } @@ -2772,287 +1178,675 @@ StWidget.focused .app-well-app-running-dot { padding: 0px 88px 10px 88px; } -.workspace-thumbnails { +.modal-dialog-linked-button:last-child { + color: white; + background-color: #0860f2; +} + +.modal-dialog-linked-button:hover:last-child { + color: white; + background-color: #307bf8; +} + +.modal-dialog-linked-button:active:last-child { + color: white; + background-color: #0756d9; +} + +.modal-dialog-linked-button:insensitive:last-child { + background-color: rgba(8, 96, 242, 0.05); + color: rgba(8, 96, 242, 0.35); +} + +.framed-user-icon { + background-size: contain; + border: none; color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; + border-radius: 9999px; } -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); +.framed-user-icon:hover { + border-color: rgba(255, 255, 255, 0.85); + color: rgba(255, 255, 255, 0.85); } -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; +.modal-dialog { color: #242424; - background-color: rgba(255, 255, 255, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); + padding: 0 5px 6px 5px; } -.notification-banner:hover { - background-color: rgba(255, 255, 255, 0.95); -} - -.notification-banner:focus { - background-color: #ffffff; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { +.modal-dialog-linked-button { min-height: 40px; padding: 0 16px; - background-color: transparent; - color: #424242; + margin: 3px 3px; + border: none !important; + border-radius: 6px; + font-size: 9.75pt; font-weight: 500; - border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 6px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 6px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; color: #424242; - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { +.modal-dialog-linked-button:hover { + color: #242424; background-color: rgba(0, 0, 0, 0.12); - color: #242424; - box-shadow: none; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:active { +.modal-dialog-linked-button:active { + color: #242424; background-color: rgba(0, 0, 0, 0.2); + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(36, 36, 36, 0.45); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:focus { color: #242424; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; +.modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; } -.secondary-icon { - icon-size: 1.2307692308em; +.modal-dialog .run-dialog-entry { + width: 20em; + margin-bottom: 6px; } -.chat-body { - spacing: 5px; +.modal-dialog .run-dialog-error-box { + padding-top: 16px; + spacing: 6px; } -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #242424; -} - -.chat-new-group { +.modal-dialog .run-dialog-button-box { padding-top: 1em; } -.chat-received { - padding-left: 4px; +.modal-dialog .run-dialog-label { + font-size: 1em; + font-weight: normal; + color: #565656; + padding-bottom: .4em; } -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; +.mount-dialog-subject, +.end-session-dialog-subject { + font-size: 15pt; + font-weight: 500; } -.chat-sent { - padding-left: 18pt; +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; +} + +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.leightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; +} + +.message-dialog-subtitle { color: #424242; + font-weight: bold; } -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; +.dialog-list { + spacing: 18px; } -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: #424242; + font-size: 15pt; + font-weight: 500; +} + +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + text-align: center; + color: #424242; + font-size: 15pt; + font-weight: 500; +} + +.end-session-dialog { + width: 30em; + border: none; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #F27835; +} + +.end-session-dialog-list { + padding-top: 20px; +} + +.end-session-dialog-layout { + padding-left: 17px; +} + +.end-session-dialog-layout:rtl { + padding-right: 17px; +} + +.end-session-dialog-description { + padding-bottom: 10px; +} + +.end-session-dialog-description:rtl { + text-align: right; +} + +.end-session-dialog-warning { + width: 28em; + color: #F27835; + padding-top: 6px; +} + +.end-session-dialog-warning:rtl { + text-align: right; +} + +.end-session-dialog-logout-icon { + border-radius: 5px; + width: 48px; + height: 48px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: #565656; + width: 48px; + height: 48px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; +} + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; +} + +.end-session-dialog-list-header { + font-weight: bold; +} + +.end-session-dialog-list-header:rtl { + text-align: right; +} + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; +} + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; +} + +.end-session-dialog-app-list-item-description { + color: #565656; + font-size: 1em; +} + +.shell-mount-operation-icon { + icon-size: 48px; +} + +.mount-dialog { + spacing: 24px; +} + +.mount-dialog .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; +} + +.mount-dialog .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog .message-dialog-body { + padding-left: 17px; + width: 28em; +} + +.mount-dialog .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.mount-dialog-app-list-item { + color: #242424; +} + +.mount-dialog-app-list-item:hover { + color: #242424; +} + +.mount-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.mount-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.mount-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.mount-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.mount-dialog-app-list-item-name { + font-size: 1em; +} + +.prompt-dialog { + width: 28em; + border: none; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.prompt-dialog .message-dialog-content { + spacing: 16px; +} + +.prompt-dialog .message-dialog-title { + font-size: 15pt; + font-weight: 500; + color: #242424; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 15pt; + font-weight: 500; + margin: 6px; +} + +.prompt-dialog-error-label { + color: #F27835; +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 1em; + color: #FC4138; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 1em; + padding-bottom: 8px; color: #565656; } -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; +.hidden { + color: rgba(0, 0, 0, 0); } -.hotplug-notification-item { - color: #242424; - background-color: #ffffff; +.prompt-dialog-null-label { + font-size: 1em; + padding-bottom: 8px; + color: #565656; +} + +.polkit-dialog-user-layout { + text-align: center; + spacing: 8px; + margin-bottom: 6px; +} + +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #F27835; +} + +.polkit-dialog-user-layout .polkit-dialog-user-icon { + border-radius: 9999px; + background-size: contain; + width: 48px; + height: 48px; + margin: 6px; +} + +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-content { + spacing: 20px; + padding: 24px; +} + +.audio-selection-title { + font-weight: bold; + text-align: center; +} + +.audio-selection-device { border: 1px solid rgba(0, 0, 0, 0.12); - text-shadow: none; - icon-shadow: none; - padding: 8px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -.hotplug-notification-item:insensitive { - color: rgba(36, 36, 36, 0.45); - background-color: rgba(0, 0, 0, 0.12); - border-color: rgba(0, 0, 0, 0.12); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:hover { - color: #242424; - border-color: rgba(0, 0, 0, 0.12); - background-color: #f7f7f7; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:active { - color: white; - background-color: #0860f2; - border-color: #487afa; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { - spacing: 8px; -} - -.hotplug-resident-mount { - spacing: 8px; border-radius: 6px; } -.hotplug-resident-mount:hover { +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: rgba(0, 0, 0, 0.35); +} + +.audio-selection-device:active { + background-color: #0860f2; + color: white; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +.access-dialog { + spacing: 30px; +} + +.geolocation-dialog { + spacing: 30px; +} + +.extension-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.extension-dialog .message-dialog-title { + color: #424242; +} + +.inhibit-shortcuts-dialog { + spacing: 30px; +} + +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #242424; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(0, 0, 0, 0.12); + padding: 0; + background-color: rgba(0, 0, 0, 0.05); + border-radius: 6px; +} + +.nm-dialog-header { + font-size: 15pt; + font-weight: 500; +} + +.nm-dialog-item { + font-size: 1em; + border-bottom: none; + border-radius: 6px; + padding: 12px; + spacing: 20px; +} + +.nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(0, 0, 0, 0.12); } -.hotplug-resident-mount:active { +.nm-dialog-item:active { background-color: rgba(0, 0, 0, 0.2); } -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; +.nm-dialog-item:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); } -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; +.nm-dialog-icons { + spacing: .5em; } -.hotplug-resident-eject-icon { +.nm-dialog-icon { icon-size: 16px; } -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #242424; +.no-networks-label { + color: #565656; } -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; +.no-networks-box { + spacing: 12px; } -.magnifier-zoom-region.full-screen { +StEntry { + min-height: 32px; + min-width: 44px; + padding: 0 8px; + margin: 3px; border-width: 0; + color: #242424; + caret-color: #242424; + selection-background-color: #0860f2; + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100px; + border: 2px solid transparent; + box-shadow: none; +} + +StEntry:hover { + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); +} + +StEntry:focus { + border: 2px solid #4d8ef9; + box-shadow: none; +} + +StEntry:insensitive { + background-color: rgba(0, 0, 0, 0.05); + color: rgba(36, 36, 36, 0.45); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 0; +} + +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(36, 36, 36, 0.7); } -/* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; @@ -3158,97 +1952,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #1c6ff7; - background-color: #0860f2; -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #565656; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(0, 0, 0, 0.12); - color: #242424; -} - -.candidate-box:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - .login-dialog-banner-view { padding-top: 24px; max-width: 23em; @@ -3464,7 +2167,7 @@ StWidget.focused .app-well-app-running-dot { } .login-dialog-user-list-item { - border-radius: 6px; + border-radius: 10px; padding: 6px; color: rgba(255, 255, 255, 0.85); } @@ -3497,10 +2200,15 @@ StWidget.focused .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.85); } +.user-widget-label { + color: rgba(255, 255, 255, 0.85); +} + .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.85); border-radius: 9999px; + border: 2px rgba(255, 255, 255, 0.85); } .user-icon:hover { @@ -3508,12 +2216,30 @@ StWidget.focused .app-well-app-running-dot { } .user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; + background-color: rgba(255, 255, 255, 0); + border-radius: 99px; } -.user-widget-label { - color: rgba(255, 255, 255, 0.85); +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 8px; + width: 10px; + height: 10px; } .user-widget.horizontal .user-widget-label { @@ -3575,147 +2301,6 @@ StWidget.focused .app-well-app-running-dot { padding-top: 1em; } -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock { - color: white; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 112px; - font-weight: 300; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock-date { - font-size: 45px; - font-weight: 400; -} - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; -} - -.screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.screen-shield-notifications-container .notification, -.screen-shield-notifications-container .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-radius: 6px; -} - -.screen-shield-notifications-container .notification { - margin-right: 16px; -} - -.screen-shield-notification-label { - min-height: 18px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: 18px; - padding: 2px 0px 0px 16px; - color: rgba(255, 255, 255, 0.85); -} - -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - -.screen-shield-background { - background: black; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 6px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(0, 0, 0, 0.3); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: #f0f0f0; - background-color: rgba(255, 255, 255, 0.85); - border-radius: 99px; - margin-right: 12px; -} - #lockDialogGroup { background: url("assets/background.jpg"); background-size: cover; @@ -3886,6 +2471,1343 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); } +.ripple-pointer-location { + width: 48px; + height: 48px; + border-radius: 24px; + background-color: rgba(151, 189, 252, 0.3); + box-shadow: 0 0 2px 2px #669efa; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #0860f2; + -pie-background-color: rgba(201, 221, 253, 0.3); +} + +.shell-link { + border-radius: 6px; + color: #3484e2; +} + +.shell-link:hover { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.15); +} + +.shell-link:active { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.3); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 9.75pt; + font-weight: 400; + color: #F27835; +} + +.headline { + font-size: 15pt; + font-weight: 500; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.12); + color: #242424; +} + +.switcher-list .item-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(0, 0, 0, 0.12); +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #565656; +} + +.switcher-arrow:highlighted { + color: #242424; +} + +.input-source-switcher-symbol { + font-size: 45px; + font-weight: 400; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 4px solid #0860f2; +} + +.workspace-switcher-group { + padding: 8px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 48px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + background-size: 32px; + border-radius: 6px; +} + +.ws-switcher-box { + height: 48px; + border: none; + background: rgba(0, 0, 0, 0.12); + border-radius: 6px; +} + +.tile-preview { + background-color: rgba(8, 96, 242, 0.3); + border: 1px solid #0860f2; +} + +.tile-preview-left.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.ripple-box { + width: 48px; + height: 48px; + border-radius: 0 0 48px 0; + background-color: rgba(8, 96, 242, 0.35); + background-image: none; + background-size: auto; +} + +.ripple-box:rtl { + border-radius: 0 0 0 48px; + background-image: none; +} + +.summary-source-counter { + font-size: 1em; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + border: 2px solid #0860f2; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.secondary-icon { + icon-size: 1.2307692308em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #242424; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: #424242; +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: 400; + color: #565656; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 6px; +} + +.hotplug-resident-mount:hover { + background-color: rgba(0, 0, 0, 0.12); +} + +.hotplug-resident-mount:active { + background-color: rgba(0, 0, 0, 0.2); +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 6px; + color: #242424; +} + +.url-highlighter { + link-color: #3484e2; +} + +.notification-banner { + font-size: 1em; + width: 34em; + min-height: 56px; + margin: 5px; + border-radius: 6px; + color: #242424; + background-color: rgba(255, 255, 255, 0.92); + border: none; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); +} + +.notification-banner:hover { + background-color: rgba(255, 255, 255, 0.95); +} + +.notification-banner:focus { + background-color: #ffffff; +} + +.notification-banner .notification-icon { + padding: 5px; +} + +.notification-banner .notification-content { + padding: 5px; + spacing: 5px; +} + +.notification-banner .secondary-icon { + icon-size: 1.2307692308em; +} + +.notification-banner .notification-actions { + background-color: transparent; + padding-top: 0; + border-top: 1px solid rgba(0, 0, 0, 0.12); + spacing: 1px; +} + +.notification-banner .notification-button { + min-height: 40px; + padding: 0 16px; + background-color: transparent; + color: #424242; + font-weight: 500; + border-width: 0; +} + +.notification-banner .notification-button:first-child { + border-radius: 0 0 0 6px; +} + +.notification-banner .notification-button:last-child { + border-radius: 0 0 6px 0; +} + +.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.notification-banner .notification-button:focus { + background-color: transparent; + color: #424242; + box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); +} + +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; + box-shadow: none; +} + +.notification-banner .notification-button:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.magnifier-zoom-region { + border: 2px solid #0860f2; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window .osd-monitor-label { + font-size: 45px; + font-weight: 400; +} + +.osd-window .level { + height: 4px; + border-radius: 3px; + background-color: rgba(0, 0, 0, 0.1); + color: #242424; + -barlevel-height: 4px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-active-background-color: #0860f2; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.osd-window .level-bar { + background-color: white; + border-radius: 16px; +} + +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.6); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 32px; +} + +.window-picker { + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 32px; + spacing: 12px; +} + +.window-picker.external-monitor { + padding: 16px; +} + +.window-clone-border { + border: 4px solid rgba(255, 255, 255, 0.3); + border-radius: 6px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); +} + +.window-caption { + spacing: 25px; + color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.6); + border-radius: 6px; + padding: 4px 8px; + border: none; + font-weight: normal; +} + +.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { + width: 304px; + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.5); + caret-color: rgba(255, 255, 255, 0.85); + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.12); + border-radius: 8px; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { + border-color: transparent; + background-color: rgba(255, 255, 255, 0.18); + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: rgba(255, 255, 255, 0.5); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { + border: none; + color: rgba(255, 255, 255, 0.45); +} + +.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +#searchResultsContent { + max-width: 1000px; + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { + spacing: 16px; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.15); +} + +.search-section-content { + spacing: 32px; + border-radius: 0; + border: none; + box-shadow: none; + background: none; + text-shadow: none; + color: rgba(255, 255, 255, 0.85); +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.5); +} + +.list-search-results { + spacing: 3px; +} + +.list-search-result-content { + spacing: 30px; +} + +.list-search-result-title { + font-size: 11.25pt; + font-weight: 400; + color: rgba(255, 255, 255, 0.85); + spacing: 12px; +} + +.list-search-result-description { + color: rgba(255, 255, 255, 0.85); +} + +.list-search-provider-details { + width: 150px; + color: rgba(255, 255, 255, 0.85); + margin-top: 0.24em; +} + +.list-search-provider-content { + spacing: 20px; +} + +.search-provider-icon { + padding: 15px; +} + +#panel { + background-color: #f1f1f1; + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 28px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: #f1f1f1; + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: #363636; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner StLabel { + padding: 0 4px; +} + +#panel .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: #363636; + transition-duration: 150ms; + border-radius: 6px; +} + +#panel .panel-button StLabel { + padding: 0 2px; +} + +#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, +#panel .panel-button:active .app-menu-icon > StIcon, +#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, +#panel .panel-button:overview .app-menu-icon > StIcon, +#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, +#panel .panel-button:focus .app-menu-icon > StIcon, +#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, +#panel .panel-button:checked .app-menu-icon > StIcon, +#panel .panel-button:checked .popup-menu-arrow { + icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; +} + +#panel .panel-button .app-menu-icon > StIcon { + padding-left: 4px; + padding-right: 6px; +} + +#panel .panel-button .popup-menu-arrow { + width: 0; + height: 0; +} + +#panel .panel-button:hover { + color: #363636; + background-color: rgba(255, 255, 255, 0.15); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: rgba(255, 255, 255, 0.3); + color: #363636; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.2307692308em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: #363636; +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: #363636; +} + +#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background: none; + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FC4138; +} + +#panel .remote-access-indicator { + color: #F27835; +} + +#panel.solid { + background-color: #f1f1f1; + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: #f1f1f1; +} + +#panel.solid .panel-button { + color: #363636; + text-shadow: none; +} + +#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: rgba(255, 255, 255, 0.85); + text-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, +#panel.solid .app-menu-icon > StIcon:active, +#panel.solid .app-menu-icon > StIcon:overview, +#panel.solid .app-menu-icon > StIcon:focus, +#panel.solid .app-menu-icon > StIcon:checked, +#panel.solid .popup-menu-arrow:active, +#panel.solid .popup-menu-arrow:overview, +#panel.solid .popup-menu-arrow:focus, +#panel.solid .popup-menu-arrow:checked { + icon-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + border: none; +} + +.popup-menu { + min-width: 12em; + color: #424242; + padding: 0 0 !important; +} + +.popup-menu .popup-menu-content { + padding: 6px 0 !important; + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); + margin: 4px 8px !important; +} + +.popup-menu .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: #424242; + text-shadow: none; + border-radius: 8px; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 2em !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 2em !important; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border-radius: 8px 8px 0 0; + border: none; + box-shadow: none; + color: #424242; + background-color: rgba(255, 255, 255, 0.75); +} + +.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-menu-item:checked:active { + color: white; + background-color: #095de8; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu .popup-menu-item.selected { + color: white; + background-color: #0860f2; + transition: none; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: white; + background-color: #095de8; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.75); + border-radius: 0 0 8px 8px; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; + border-radius: 8px; +} + +.popup-menu .popup-sub-menu .popup-menu-item:hover { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active { + color: white; + background-color: #095de8; +} + +.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { + border-radius: 0 0 8px 8px; +} + +.popup-menu .popup-inactive-menu-item { + color: #424242; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu-boxpointer StEntry { + selection-background-color: rgba(255, 255, 255, 0.85); + selected-background-color: rgba(255, 255, 255, 0.85); + selected-color: #0860f2; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: #f5f5f5; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 0 0; + background-color: rgba(0, 0, 0, 0.12); + padding: 0 0; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0 0; + margin: 0 32px 0 0; +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1em; +} + +.system-menu-action { + color: #424242; + border-radius: 100px; + /* wish we could do 50% */ + padding: 12px; + border: none; + -st-icon-style: symbolic; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; + border: none; + padding: 12px; +} + +.system-menu-action:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.2307692308em; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #1c6ff7; + background-color: #0860f2; +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: #565656; +} + +.candidate-box:selected .candidate-index { + color: rgba(255, 255, 255, 0.5); +} + +.candidate-box { + transition-duration: 0ms; + min-height: 28px; + padding: 0 8px; + border-radius: 6px; +} + +.candidate-box:hover { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; +} + +.candidate-box:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.candidate-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.candidate-page-button-box { + height: 28px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 28px; + min-height: 28px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 6px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1.2307692308em; +} + +.screen-shield-arrows { + padding-bottom: 3em; +} + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock { + color: white; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); + font-weight: normal; + text-align: center; + padding-bottom: 1.5em; +} + +.screen-shield-clock-time { + font-size: 112px; + font-weight: 300; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock-date { + font-size: 45px; + font-weight: 400; +} + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; +} + +.screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.screen-shield-notifications-container .notification, +.screen-shield-notifications-container .screen-shield-notification-source { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.3); + color: rgba(255, 255, 255, 0.85); + border-radius: 6px; +} + +.screen-shield-notifications-container .notification { + margin-right: 16px; +} + +.screen-shield-notification-label { + min-height: 18px; + padding: 2px 0px 0px 16px; + font-weight: bold; +} + +.screen-shield-notification-count-text { + min-height: 18px; + padding: 2px 0px 0px 16px; + color: rgba(255, 255, 255, 0.85); +} + +#panel.lock-screen { + background-color: rgba(0, 0, 0, 0.3); +} + +.screen-shield-background { + background: black; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); +} + +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(0, 0, 0, 0.6); + color: white; + border-radius: 6px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(0, 0, 0, 0.3); +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: #f0f0f0; + background-color: rgba(255, 255, 255, 0.85); + border-radius: 99px; + margin-right: 12px; +} + +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 16px; + min-height: 6px; +} + +StScrollBar StBin#trough { + margin: 6px; + border-radius: 100px; + background-color: rgba(0, 0, 0, 0.12); +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 100px; + background-color: #565656; + margin: 6px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #424242; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #242424; +} + +.slider { + height: 20px; + color: white; + border-radius: 16px; + -slider-height: 19px; + -slider-background-color: rgba(0, 0, 0, 0.1); + -slider-border-color: rgba(0, 0, 0, 0.15); + -slider-active-background-color: white; + -slider-active-border-color: rgba(0, 0, 0, 0.15); + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: rgba(0, 0, 0, 0.15); + -barlevel-height: 19px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-border-color: rgba(0, 0, 0, 0.15); + -barlevel-active-background-color: white; + -barlevel-active-border-color: rgba(0, 0, 0, 0.15); + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-border-color: rgba(0, 0, 0, 0.15); + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/toggle-off.svg"); +} + +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); +} + .bottom #dashtodockDashScrollview, .top #dashtodockDashScrollview { -st-hfade-offset: 24px; diff --git a/src/main/gnome-shell/gnome-shell-light-solid.scss b/src/main/gnome-shell/gnome-shell-light-solid.scss index 861f3c8..fe077d9 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.scss +++ b/src/main/gnome-shell/gnome-shell-light-solid.scss @@ -6,5 +6,5 @@ $black: 'true'; @import '../../sass/colors'; @import '../../sass/variables'; @import '../../sass/gnome-shell/drawing'; -@import '../../sass/gnome-shell/common'; +@import '../../sass/gnome-shell/widgets'; @import '../../sass/gnome-shell/extensions'; diff --git a/src/main/gnome-shell/gnome-shell-light.css b/src/main/gnome-shell/gnome-shell-light.css index b31fc8e..b9a1e49 100644 --- a/src/main/gnome-shell/gnome-shell-light.css +++ b/src/main/gnome-shell/gnome-shell-light.css @@ -1,47 +1,158 @@ /* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ stage { font-size: 9.75pt; font-weight: 400; color: #242424; } -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(151, 189, 252, 0.3); - box-shadow: 0 0 2px 2px #669efa; +.search-provider-icon .overview-icon, +.show-apps .overview-icon, +.app-well-app .overview-icon, +.grid-search-result .overview-icon, .search-provider-icon, +.list-search-result { + color: rgba(255, 255, 255, 0.85); + border-radius: 12px; + padding: 6px; + border: none; + transition-duration: 150ms; + text-align: center; } -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #0860f2; - -pie-background-color: rgba(201, 221, 253, 0.3); +.workspace-switcher-container, .osd-window, +.resize-popup, +.switcher-list { + color: #242424; + background-color: #ffffff; + border: none; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); + border-radius: 6px; + padding: 12px; +} + +.workspace-thumbnails { + color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.15); + border: none; +} + +.search-statustext, .no-frequent-applications-label { + font-size: 45px; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); +} + +.message, .world-clocks-button, +.weather-button, +.events-button, +.events-section-title { + border-radius: 10px; + border: none; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.75); + text-shadow: none; + color: #424242; + transition: none; +} + +.message:hover, .world-clocks-button:hover, +.weather-button:hover, +.events-button:hover, +.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.weather-button:focus, +.events-button:focus, +.events-section-title:focus { + color: #242424; + background-color: white; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); +} + +.message:active, .world-clocks-button:active, +.weather-button:active, +.events-button:active, +.events-section-title:active { + color: #242424; + background-color: rgba(255, 255, 255, 0.65); + box-shadow: none; +} + +.hotplug-notification-item { + color: #242424; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + text-shadow: none; + icon-shadow: none; + padding: 8px; + border-style: solid; + border-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + +.hotplug-notification-item:insensitive { + color: rgba(36, 36, 36, 0.45); + background-color: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:hover { + color: #242424; + border-color: rgba(0, 0, 0, 0.12); + background-color: #f7f7f7; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:focus { + color: #242424; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:active { + color: white; + background-color: #0860f2; + border-color: #487afa; + text-shadow: none; + icon-shadow: none; +} + +.hotplug-notification-item:first-child { + border-radius: 0 0 0 6px; +} + +.hotplug-notification-item:last-child { + border-right-width: 0; + border-radius: 0 0 6px 0; +} + +.hotplug-notification-item:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { + background-color: rgba(245, 245, 245, 0.95); + border-radius: 12px; + border: none; +} + +#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.15); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.85); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { + background-color: rgba(255, 255, 255, 0.85); } -/* WIDGETS */ -/* Buttons */ .button { min-height: 32px; padding: 0 16px; @@ -91,1495 +202,35 @@ stage { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: #242424; - caret-color: #242424; - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.1); +.window-close { + background-size: 26px; + height: 26px; + width: 26px; + -shell-close-overlap: 10px; border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover { - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); -} - -StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -StEntry:insensitive { - background-color: rgba(0, 0, 0, 0.05); - color: rgba(36, 36, 36, 0.45); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(36, 36, 36, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(0, 0, 0, 0.12); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #565656; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #424242; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #242424; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - border-radius: 16px; - -slider-height: 19px; - -slider-background-color: rgba(0, 0, 0, 0.1); - -slider-border-color: rgba(0, 0, 0, 0.15); - -slider-active-background-color: white; - -slider-active-border-color: rgba(0, 0, 0, 0.15); - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: rgba(0, 0, 0, 0.15); - -barlevel-height: 19px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-border-color: rgba(0, 0, 0, 0.15); - -barlevel-active-background-color: white; - -barlevel-active-border-color: rgba(0, 0, 0, 0.15); - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: rgba(0, 0, 0, 0.15); - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(0, 0, 0, 0.12); -} - -.check-box:active StBin { - background-color: rgba(0, 0, 0, 0.2); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(8, 96, 242, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(8, 96, 242, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 6px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; - border: 2px rgba(255, 255, 255, 0.85); -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0); - border-radius: 99px; -} - -.user-widget.vertical .user-icon { - icon-size: 128px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 14px; - padding-top: 12px; - padding-bottom: 16px; - width: 88px; - height: 88px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 8px; - width: 10px; - height: 10px; -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 9.75pt; - font-weight: 400; - color: #F27835; -} - -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -/* Modal Dialogs */ -.modal-dialog-linked-button:last-child { - color: white; - background-color: #0860f2; -} - -.modal-dialog-linked-button:hover:last-child { - color: white; - background-color: #307bf8; -} - -.modal-dialog-linked-button:active:last-child { - color: white; - background-color: #0756d9; -} - -.modal-dialog-linked-button:insensitive:last-child { - background-color: rgba(8, 96, 242, 0.05); - color: rgba(8, 96, 242, 0.35); -} - -.modal-dialog { - color: #242424; - padding: 0 5px 6px 5px; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #424242; + border: 0 none transparent; background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #242424; - background-color: rgba(0, 0, 0, 0.12); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #242424; - background-color: rgba(0, 0, 0, 0.2); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(36, 36, 36, 0.45); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #565656; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #424242; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #424242; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #424242; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; - border: none; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #F27835; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #565656; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #565656; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #242424; -} - -.mount-dialog-app-list-item:hover { - color: #242424; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 28em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #242424; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #565656; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #565656; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 9999px; - background-size: contain; - width: 48px; - height: 48px; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(0, 0, 0, 0.35); -} - -.audio-selection-device:active { - background-color: #0860f2; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #424242; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { - background-color: rgba(245, 245, 245, 0.95); - border-radius: 12px; - border: none; -} - -.popup-menu { - min-width: 12em; - color: #424242; - padding: 0 0 !important; -} - -.popup-menu .popup-menu-content { - padding: 6px 0 !important; - box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); - border: 1px solid rgba(0, 0, 0, 0); - margin: 4px 8px !important; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding-top: 6px !important; - padding-bottom: 6px !important; - color: #424242; - text-shadow: none; - border-radius: 8px; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 2em !important; - padding-left: 0 !important; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0 !important; - padding-left: 2em !important; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 8px 8px 0 0; - border: none; - box-shadow: none; - color: #424242; - background-color: rgba(255, 255, 255, 0.75); -} - -.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-menu-item:checked:active { - color: white; - background-color: #095de8; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu .popup-menu-item.selected { - color: white; - background-color: #0860f2; - transition: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: white; - background-color: #095de8; - transition-duration: 100ms; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.75); - border-radius: 0 0 8px 8px; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 8px; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: white; - background-color: #095de8; -} - -.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { - border-radius: 0 0 8px 8px; -} - -.popup-menu .popup-inactive-menu-item { - color: #424242; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(36, 36, 36, 0.45); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #0860f2; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(245, 245, 245, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - -.popup-separator-menu-item { - margin: 0 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 0 0; - background-color: rgba(0, 0, 0, 0.12); - padding: 0 0; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 0; - margin: 0 32px 0 0; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #424242; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(0, 0, 0, 0.12); - color: #242424; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- 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 -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #242424; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.15); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.12); - color: #242424; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(0, 0, 0, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #565656; -} - -.switcher-arrow:highlighted { - color: #242424; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(0, 0, 0, 0.12); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #242424; - background-color: #ffffff; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: rgba(255, 255, 255, 0.16); - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(255, 255, 255, 0.16); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: white; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: white; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: white; box-shadow: none; + background-image: url("assets/window-close.svg"); } -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; +.window-close StIcon { + icon-size: 26px; } -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: white; +.window-close:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); } -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: white; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: rgba(255, 255, 255, 0.16); - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: rgba(255, 255, 255, 0.16); -} - -#panel.solid .panel-button { - color: white; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.message, .world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - border-radius: 10px; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.75); - text-shadow: none; - color: #424242; - transition: none; -} - -.message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus, -.events-section-title:focus { - color: #242424; - background-color: white; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -} - -.message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active, -.events-section-title:active { - color: #242424; - background-color: rgba(255, 255, 255, 0.65); - box-shadow: none; +.window-close:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); } .clock-display-box { @@ -1857,7 +508,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-feature-settings: "tnum"; } -/* World Clock */ .world-clocks-grid, .weather-grid { spacing-rows: 0.4em; @@ -1882,7 +532,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-size: 0.9em; } -/* Weather */ .weather-button { margin-bottom: 6px; } @@ -1927,7 +576,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { font-weight: bold; } -/* Message list */ .message-list { width: 31.5em; padding: 0 12px; @@ -2103,280 +751,51 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { color: #565656; } -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; +.check-box * { + min-height: 16px; + padding: 8px 0; } -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; +.check-box StBoxLayout { + spacing: .8em; } -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; +.check-box StBin { + width: 24px; + height: 24px; + padding: 4px; border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); + background-image: url("assets/checkbox-off.svg"); } -.window-close StIcon { - icon-size: 26px; +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); } -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #242424; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(0, 0, 0, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.05); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { +.check-box:hover StBin { background-color: rgba(0, 0, 0, 0.12); } -.nm-dialog-item:active { +.check-box:active StBin { background-color: rgba(0, 0, 0, 0.2); } -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icons { - spacing: .5em; +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); } -.nm-dialog-icon { - icon-size: 16px; +.check-box:hover:checked StBin { + background-color: rgba(8, 96, 242, 0.15); } -.no-networks-label { - color: #565656; +.check-box:active:checked StBin { + background-color: rgba(8, 96, 242, 0.3); } -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ #dash { font-size: 1em; color: rgba(255, 255, 255, 0.85); @@ -2417,7 +836,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { -x-offset: 8px; } -/* App Vault/Grid */ .icon-grid { spacing: 30px; -shell-grid-horizontal-item-size: 136px; @@ -2494,7 +912,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { transition-duration: 150ms; } -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, +.search-provider-icon .overview-icon, .grid-search-result .overview-icon, .search-provider-icon .overview-icon > StIcon, .grid-search-result .overview-icon > StIcon, .show-apps .overview-icon, .show-apps .overview-icon > StIcon, .app-well-app .overview-icon, @@ -2542,18 +960,6 @@ StWidget.focused .app-well-app-running-dot { background-color: #0860f2; } -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - .app-well-app.app-folder > .overview-icon { background-color: rgba(255, 255, 255, 0.15); } @@ -2772,287 +1178,675 @@ StWidget.focused .app-well-app-running-dot { padding: 0px 88px 10px 88px; } -.workspace-thumbnails { +.modal-dialog-linked-button:last-child { + color: white; + background-color: #0860f2; +} + +.modal-dialog-linked-button:hover:last-child { + color: white; + background-color: #307bf8; +} + +.modal-dialog-linked-button:active:last-child { + color: white; + background-color: #0756d9; +} + +.modal-dialog-linked-button:insensitive:last-child { + background-color: rgba(8, 96, 242, 0.05); + color: rgba(8, 96, 242, 0.35); +} + +.framed-user-icon { + background-size: contain; + border: none; color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; + border-radius: 9999px; } -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); +.framed-user-icon:hover { + border-color: rgba(255, 255, 255, 0.85); + color: rgba(255, 255, 255, 0.85); } -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; +.modal-dialog { color: #242424; - background-color: rgba(255, 255, 255, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); + padding: 0 5px 6px 5px; } -.notification-banner:hover { - background-color: rgba(255, 255, 255, 0.95); -} - -.notification-banner:focus { - background-color: #ffffff; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(0, 0, 0, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { +.modal-dialog-linked-button { min-height: 40px; padding: 0 16px; - background-color: transparent; - color: #424242; + margin: 3px 3px; + border: none !important; + border-radius: 6px; + font-size: 9.75pt; font-weight: 500; - border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 6px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 6px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; color: #424242; - box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { +.modal-dialog-linked-button:hover { + color: #242424; background-color: rgba(0, 0, 0, 0.12); - color: #242424; - box-shadow: none; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; } -.notification-banner .notification-button:active { +.modal-dialog-linked-button:active { + color: #242424; background-color: rgba(0, 0, 0, 0.2); + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(36, 36, 36, 0.45); + background-color: transparent; + border-color: transparent; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:focus { color: #242424; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; +.modal-dialog .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; } -.secondary-icon { - icon-size: 1.2307692308em; +.modal-dialog .run-dialog-entry { + width: 20em; + margin-bottom: 6px; } -.chat-body { - spacing: 5px; +.modal-dialog .run-dialog-error-box { + padding-top: 16px; + spacing: 6px; } -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #242424; -} - -.chat-new-group { +.modal-dialog .run-dialog-button-box { padding-top: 1em; } -.chat-received { - padding-left: 4px; +.modal-dialog .run-dialog-label { + font-size: 1em; + font-weight: normal; + color: #565656; + padding-bottom: .4em; } -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; +.mount-dialog-subject, +.end-session-dialog-subject { + font-size: 15pt; + font-weight: 500; } -.chat-sent { - padding-left: 18pt; +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; +} + +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.leightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; +} + +.message-dialog-subtitle { color: #424242; + font-weight: bold; } -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; +.dialog-list { + spacing: 18px; } -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: #424242; + font-size: 15pt; + font-weight: 500; +} + +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + text-align: center; + color: #424242; + font-size: 15pt; + font-weight: 500; +} + +.end-session-dialog { + width: 30em; + border: none; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #F27835; +} + +.end-session-dialog-list { + padding-top: 20px; +} + +.end-session-dialog-layout { + padding-left: 17px; +} + +.end-session-dialog-layout:rtl { + padding-right: 17px; +} + +.end-session-dialog-description { + padding-bottom: 10px; +} + +.end-session-dialog-description:rtl { + text-align: right; +} + +.end-session-dialog-warning { + width: 28em; + color: #F27835; + padding-top: 6px; +} + +.end-session-dialog-warning:rtl { + text-align: right; +} + +.end-session-dialog-logout-icon { + border-radius: 5px; + width: 48px; + height: 48px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: #565656; + width: 48px; + height: 48px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; +} + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; +} + +.end-session-dialog-list-header { + font-weight: bold; +} + +.end-session-dialog-list-header:rtl { + text-align: right; +} + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; +} + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; +} + +.end-session-dialog-app-list-item-description { + color: #565656; + font-size: 1em; +} + +.shell-mount-operation-icon { + icon-size: 48px; +} + +.mount-dialog { + spacing: 24px; +} + +.mount-dialog .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; +} + +.mount-dialog .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog .message-dialog-body { + padding-left: 17px; + width: 28em; +} + +.mount-dialog .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.mount-dialog-app-list-item { + color: #242424; +} + +.mount-dialog-app-list-item:hover { + color: #242424; +} + +.mount-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.mount-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.mount-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.mount-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.mount-dialog-app-list-item-name { + font-size: 1em; +} + +.prompt-dialog { + width: 28em; + border: none; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.prompt-dialog .message-dialog-content { + spacing: 16px; +} + +.prompt-dialog .message-dialog-title { + font-size: 15pt; + font-weight: 500; + color: #242424; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 15pt; + font-weight: 500; + margin: 6px; +} + +.prompt-dialog-error-label { + color: #F27835; +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 1em; + color: #FC4138; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 1em; + padding-bottom: 8px; color: #565656; } -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; +.hidden { + color: rgba(0, 0, 0, 0); } -.hotplug-notification-item { - color: #242424; - background-color: #ffffff; +.prompt-dialog-null-label { + font-size: 1em; + padding-bottom: 8px; + color: #565656; +} + +.polkit-dialog-user-layout { + text-align: center; + spacing: 8px; + margin-bottom: 6px; +} + +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #F27835; +} + +.polkit-dialog-user-layout .polkit-dialog-user-icon { + border-radius: 9999px; + background-size: contain; + width: 48px; + height: 48px; + margin: 6px; +} + +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-content { + spacing: 20px; + padding: 24px; +} + +.audio-selection-title { + font-weight: bold; + text-align: center; +} + +.audio-selection-device { border: 1px solid rgba(0, 0, 0, 0.12); - text-shadow: none; - icon-shadow: none; - padding: 8px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -.hotplug-notification-item:insensitive { - color: rgba(36, 36, 36, 0.45); - background-color: rgba(0, 0, 0, 0.12); - border-color: rgba(0, 0, 0, 0.12); - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:hover { - color: #242424; - border-color: rgba(0, 0, 0, 0.12); - background-color: #f7f7f7; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:focus { - color: #242424; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:active { - color: white; - background-color: #0860f2; - border-color: #487afa; - text-shadow: none; - icon-shadow: none; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { - spacing: 8px; -} - -.hotplug-resident-mount { - spacing: 8px; border-radius: 6px; } -.hotplug-resident-mount:hover { +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: rgba(0, 0, 0, 0.35); +} + +.audio-selection-device:active { + background-color: #0860f2; + color: white; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +.access-dialog { + spacing: 30px; +} + +.geolocation-dialog { + spacing: 30px; +} + +.extension-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.extension-dialog .message-dialog-title { + color: #424242; +} + +.inhibit-shortcuts-dialog { + spacing: 30px; +} + +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #242424; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-scroll-view { + border: 1px solid rgba(0, 0, 0, 0.12); + padding: 0; + background-color: rgba(0, 0, 0, 0.05); + border-radius: 6px; +} + +.nm-dialog-header { + font-size: 15pt; + font-weight: 500; +} + +.nm-dialog-item { + font-size: 1em; + border-bottom: none; + border-radius: 6px; + padding: 12px; + spacing: 20px; +} + +.nm-dialog-item:hover, .nm-dialog-item:focus { background-color: rgba(0, 0, 0, 0.12); } -.hotplug-resident-mount:active { +.nm-dialog-item:active { background-color: rgba(0, 0, 0, 0.2); } -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; +.nm-dialog-item:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); } -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; +.nm-dialog-icons { + spacing: .5em; } -.hotplug-resident-eject-icon { +.nm-dialog-icon { icon-size: 16px; } -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #242424; +.no-networks-label { + color: #565656; } -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; +.no-networks-box { + spacing: 12px; } -.magnifier-zoom-region.full-screen { +StEntry { + min-height: 32px; + min-width: 44px; + padding: 0 8px; + margin: 3px; border-width: 0; + color: #242424; + caret-color: #242424; + selection-background-color: #0860f2; + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100px; + border: 2px solid transparent; + box-shadow: none; +} + +StEntry:hover { + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); +} + +StEntry:focus { + border: 2px solid #4d8ef9; + box-shadow: none; +} + +StEntry:insensitive { + background-color: rgba(0, 0, 0, 0.05); + color: rgba(36, 36, 36, 0.45); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 0; +} + +StEntry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text { + margin-left: 2px; + color: rgba(36, 36, 36, 0.7); } -/* On-screen Keyboard */ .word-suggestions { font-size: 14pt; spacing: 12px; @@ -3158,97 +1952,6 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); } -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border-color: #1c6ff7; - background-color: #0860f2; -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #565656; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(0, 0, 0, 0.12); - color: #242424; -} - -.candidate-box:active { - background-color: rgba(0, 0, 0, 0.2); - color: #242424; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - .login-dialog-banner-view { padding-top: 24px; max-width: 23em; @@ -3464,7 +2167,7 @@ StWidget.focused .app-well-app-running-dot { } .login-dialog-user-list-item { - border-radius: 6px; + border-radius: 10px; padding: 6px; color: rgba(255, 255, 255, 0.85); } @@ -3497,10 +2200,15 @@ StWidget.focused .app-well-app-running-dot { background-color: rgba(255, 255, 255, 0.85); } +.user-widget-label { + color: rgba(255, 255, 255, 0.85); +} + .user-icon { background-size: contain; color: rgba(255, 255, 255, 0.85); border-radius: 9999px; + border: 2px rgba(255, 255, 255, 0.85); } .user-icon:hover { @@ -3508,12 +2216,30 @@ StWidget.focused .app-well-app-running-dot { } .user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; + background-color: rgba(255, 255, 255, 0); + border-radius: 99px; } -.user-widget-label { - color: rgba(255, 255, 255, 0.85); +.user-widget.vertical .user-icon { + icon-size: 128px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 14px; + padding-top: 12px; + padding-bottom: 16px; + width: 88px; + height: 88px; +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; +} + +.user-widget.horizontal .user-icon StIcon { + padding: 8px; + width: 10px; + height: 10px; } .user-widget.horizontal .user-widget-label { @@ -3575,147 +2301,6 @@ StWidget.focused .app-well-app-running-dot { padding-top: 1em; } -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock { - color: white; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 112px; - font-weight: 300; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock-date { - font-size: 45px; - font-weight: 400; -} - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; -} - -.screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.screen-shield-notifications-container .notification, -.screen-shield-notifications-container .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-radius: 6px; -} - -.screen-shield-notifications-container .notification { - margin-right: 16px; -} - -.screen-shield-notification-label { - min-height: 18px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: 18px; - padding: 2px 0px 0px 16px; - color: rgba(255, 255, 255, 0.85); -} - -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - -.screen-shield-background { - background: black; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 6px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: rgba(0, 0, 0, 0.3); -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(240, 240, 240, 0.94); - background-color: rgba(255, 255, 255, 0.85); - border-radius: 99px; - margin-right: 12px; -} - #lockDialogGroup { background: url("assets/background.jpg"); background-size: cover; @@ -3886,6 +2471,1343 @@ StWidget.focused .app-well-app-running-dot { box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); } +.ripple-pointer-location { + width: 48px; + height: 48px; + border-radius: 24px; + background-color: rgba(151, 189, 252, 0.3); + box-shadow: 0 0 2px 2px #669efa; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #0860f2; + -pie-background-color: rgba(201, 221, 253, 0.3); +} + +.shell-link { + border-radius: 6px; + color: #3484e2; +} + +.shell-link:hover { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.15); +} + +.shell-link:active { + color: #3484e2; + background-color: rgba(52, 132, 226, 0.3); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 9.75pt; + font-weight: 400; + color: #F27835; +} + +.headline { + font-size: 15pt; + font-weight: 500; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.12); + color: #242424; +} + +.switcher-list .item-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(0, 0, 0, 0.12); +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #565656; +} + +.switcher-arrow:highlighted { + color: #242424; +} + +.input-source-switcher-symbol { + font-size: 45px; + font-weight: 400; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 4px solid #0860f2; +} + +.workspace-switcher-group { + padding: 8px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 48px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + background-size: 32px; + border-radius: 6px; +} + +.ws-switcher-box { + height: 48px; + border: none; + background: rgba(0, 0, 0, 0.12); + border-radius: 6px; +} + +.tile-preview { + background-color: rgba(8, 96, 242, 0.3); + border: 1px solid #0860f2; +} + +.tile-preview-left.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 0 0 0 0; +} + +.ripple-box { + width: 48px; + height: 48px; + border-radius: 0 0 48px 0; + background-color: rgba(8, 96, 242, 0.35); + background-image: none; + background-size: auto; +} + +.ripple-box:rtl { + border-radius: 0 0 0 48px; + background-image: none; +} + +.summary-source-counter { + font-size: 1em; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); + border: 2px solid #0860f2; + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.secondary-icon { + icon-size: 1.2307692308em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #242424; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: #424242; +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: 400; + color: #565656; +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 6px; +} + +.hotplug-resident-mount:hover { + background-color: rgba(0, 0, 0, 0.12); +} + +.hotplug-resident-mount:active { + background-color: rgba(0, 0, 0, 0.2); +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 6px; + color: #242424; +} + +.url-highlighter { + link-color: #3484e2; +} + +.notification-banner { + font-size: 1em; + width: 34em; + min-height: 56px; + margin: 5px; + border-radius: 6px; + color: #242424; + background-color: rgba(255, 255, 255, 0.92); + border: none; + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); +} + +.notification-banner:hover { + background-color: rgba(255, 255, 255, 0.95); +} + +.notification-banner:focus { + background-color: #ffffff; +} + +.notification-banner .notification-icon { + padding: 5px; +} + +.notification-banner .notification-content { + padding: 5px; + spacing: 5px; +} + +.notification-banner .secondary-icon { + icon-size: 1.2307692308em; +} + +.notification-banner .notification-actions { + background-color: transparent; + padding-top: 0; + border-top: 1px solid rgba(0, 0, 0, 0.12); + spacing: 1px; +} + +.notification-banner .notification-button { + min-height: 40px; + padding: 0 16px; + background-color: transparent; + color: #424242; + font-weight: 500; + border-width: 0; +} + +.notification-banner .notification-button:first-child { + border-radius: 0 0 0 6px; +} + +.notification-banner .notification-button:last-child { + border-radius: 0 0 6px 0; +} + +.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.notification-banner .notification-button:focus { + background-color: transparent; + color: #424242; + box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); +} + +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; + box-shadow: none; +} + +.notification-banner .notification-button:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.magnifier-zoom-region { + border: 2px solid #0860f2; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window .osd-monitor-label { + font-size: 45px; + font-weight: 400; +} + +.osd-window .level { + height: 4px; + border-radius: 3px; + background-color: rgba(0, 0, 0, 0.1); + color: #242424; + -barlevel-height: 4px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-active-background-color: #0860f2; + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.osd-window .level-bar { + background-color: white; + border-radius: 16px; +} + +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.6); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 32px; +} + +.window-picker { + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 32px; + spacing: 12px; +} + +.window-picker.external-monitor { + padding: 16px; +} + +.window-clone-border { + border: 4px solid rgba(255, 255, 255, 0.3); + border-radius: 6px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); +} + +.window-caption { + spacing: 25px; + color: rgba(255, 255, 255, 0.85); + background-color: rgba(0, 0, 0, 0.6); + border-radius: 6px; + padding: 4px 8px; + border: none; + font-weight: normal; +} + +.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { + width: 304px; + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.5); + caret-color: rgba(255, 255, 255, 0.85); + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: rgba(255, 255, 255, 0.85); + background-color: rgba(255, 255, 255, 0.12); + border-radius: 8px; + border-color: transparent; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { + border-color: transparent; + background-color: rgba(255, 255, 255, 0.18); + padding: 0 8px; + border: none; + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: rgba(255, 255, 255, 0.5); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: rgba(255, 255, 255, 0.85); +} + +.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { + border: none; + color: rgba(255, 255, 255, 0.45); +} + +.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +#searchResultsContent { + max-width: 1000px; + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { + spacing: 16px; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.15); +} + +.search-section-content { + spacing: 32px; + border-radius: 0; + border: none; + box-shadow: none; + background: none; + text-shadow: none; + color: rgba(255, 255, 255, 0.85); +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.5); +} + +.list-search-results { + spacing: 3px; +} + +.list-search-result-content { + spacing: 30px; +} + +.list-search-result-title { + font-size: 11.25pt; + font-weight: 400; + color: rgba(255, 255, 255, 0.85); + spacing: 12px; +} + +.list-search-result-description { + color: rgba(255, 255, 255, 0.85); +} + +.list-search-provider-details { + width: 150px; + color: rgba(255, 255, 255, 0.85); + margin-top: 0.24em; +} + +.list-search-provider-content { + spacing: 20px; +} + +.search-provider-icon { + padding: 15px; +} + +#panel { + background-color: rgba(255, 255, 255, 0.16); + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 28px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22), 0 5px 16px rgba(0, 0, 0, 0.35); +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: rgba(255, 255, 255, 0.16); + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: white; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner StLabel { + padding: 0 4px; +} + +#panel .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: white; + transition-duration: 150ms; + border-radius: 6px; +} + +#panel .panel-button StLabel { + padding: 0 2px; +} + +#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, +#panel .panel-button:active .app-menu-icon > StIcon, +#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, +#panel .panel-button:overview .app-menu-icon > StIcon, +#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, +#panel .panel-button:focus .app-menu-icon > StIcon, +#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, +#panel .panel-button:checked .app-menu-icon > StIcon, +#panel .panel-button:checked .popup-menu-arrow { + icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; +} + +#panel .panel-button .app-menu-icon > StIcon { + padding-left: 4px; + padding-right: 6px; +} + +#panel .panel-button .popup-menu-arrow { + width: 0; + height: 0; +} + +#panel .panel-button:hover { + color: white; + background-color: rgba(255, 255, 255, 0.15); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: rgba(255, 255, 255, 0.3); + color: white; + box-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.2307692308em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: white; +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { + color: white; +} + +#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { + background: none; + box-shadow: none; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FC4138; +} + +#panel .remote-access-indicator { + color: #F27835; +} + +#panel.solid { + background-color: rgba(255, 255, 255, 0.16); + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: rgba(255, 255, 255, 0.16); +} + +#panel.solid .panel-button { + color: white; + text-shadow: none; +} + +#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: rgba(255, 255, 255, 0.85); + text-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, +#panel.solid .app-menu-icon > StIcon:active, +#panel.solid .app-menu-icon > StIcon:overview, +#panel.solid .app-menu-icon > StIcon:focus, +#panel.solid .app-menu-icon > StIcon:checked, +#panel.solid .popup-menu-arrow:active, +#panel.solid .popup-menu-arrow:overview, +#panel.solid .popup-menu-arrow:focus, +#panel.solid .popup-menu-arrow:checked { + icon-shadow: 0 1px rgba(0, 0, 0, 0.45); +} + +#panel #panelActivities.panel-button > * { + background-image: url("assets/activities.svg"); + background-position: center top; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; +} + +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + border: none; +} + +.popup-menu { + min-width: 12em; + color: #424242; + padding: 0 0 !important; +} + +.popup-menu .popup-menu-content { + padding: 6px 0 !important; + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); + border: 1px solid rgba(0, 0, 0, 0); + margin: 4px 8px !important; +} + +.popup-menu .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: #424242; + text-shadow: none; + border-radius: 8px; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 2em !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 2em !important; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border-radius: 8px 8px 0 0; + border: none; + box-shadow: none; + color: #424242; + background-color: rgba(255, 255, 255, 0.75); +} + +.popup-menu .popup-menu-item.hover:checked, .popup-menu .popup-menu-item.selected:checked { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-menu-item:checked:active { + color: white; + background-color: #095de8; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu .popup-menu-item.selected { + color: white; + background-color: #0860f2; + transition: none; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: white; + background-color: #095de8; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.75); + border-radius: 0 0 8px 8px; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; + border-radius: 8px; +} + +.popup-menu .popup-sub-menu .popup-menu-item:hover { + color: white; + background-color: #0860f2; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active { + color: white; + background-color: #095de8; +} + +.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { + border-radius: 0 0 8px 8px; +} + +.popup-menu .popup-inactive-menu-item { + color: #424242; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(36, 36, 36, 0.45); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu-boxpointer StEntry { + selection-background-color: rgba(255, 255, 255, 0.85); + selected-background-color: rgba(255, 255, 255, 0.85); + selected-color: #0860f2; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: rgba(245, 245, 245, 0.95); + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + margin: 0 0; + background-color: rgba(0, 0, 0, 0.12); + padding: 0 0; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0 0; + margin: 0 32px 0 0; +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 21em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1em; +} + +.system-menu-action { + color: #424242; + border-radius: 100px; + /* wish we could do 50% */ + padding: 12px; + border: none; + -st-icon-style: symbolic; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; + border: none; + padding: 12px; +} + +.system-menu-action:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 1.2307692308em; +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border-color: #1c6ff7; + background-color: #0860f2; +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: #565656; +} + +.candidate-box:selected .candidate-index { + color: rgba(255, 255, 255, 0.5); +} + +.candidate-box { + transition-duration: 0ms; + min-height: 28px; + padding: 0 8px; + border-radius: 6px; +} + +.candidate-box:hover { + background-color: rgba(0, 0, 0, 0.12); + color: #242424; +} + +.candidate-box:active { + background-color: rgba(0, 0, 0, 0.2); + color: #242424; +} + +.candidate-box:selected { + background-color: #0860f2; + color: rgba(255, 255, 255, 0.85); +} + +.candidate-page-button-box { + height: 28px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 28px; + min-height: 28px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 6px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1.2307692308em; +} + +.screen-shield-arrows { + padding-bottom: 3em; +} + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock { + color: white; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); + font-weight: normal; + text-align: center; + padding-bottom: 1.5em; +} + +.screen-shield-clock-time { + font-size: 112px; + font-weight: 300; + text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); +} + +.screen-shield-clock-date { + font-size: 45px; + font-weight: 400; +} + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; +} + +.screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.screen-shield-notifications-container .notification, +.screen-shield-notifications-container .screen-shield-notification-source { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.3); + color: rgba(255, 255, 255, 0.85); + border-radius: 6px; +} + +.screen-shield-notifications-container .notification { + margin-right: 16px; +} + +.screen-shield-notification-label { + min-height: 18px; + padding: 2px 0px 0px 16px; + font-weight: bold; +} + +.screen-shield-notification-count-text { + min-height: 18px; + padding: 2px 0px 0px 16px; + color: rgba(255, 255, 255, 0.85); +} + +#panel.lock-screen { + background-color: rgba(0, 0, 0, 0.3); +} + +.screen-shield-background { + background: black; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); +} + +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: rgba(0, 0, 0, 0.6); + color: white; + border-radius: 6px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: rgba(0, 0, 0, 0.3); +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: rgba(240, 240, 240, 0.94); + background-color: rgba(255, 255, 255, 0.85); + border-radius: 99px; + margin-right: 12px; +} + +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 16px; + min-height: 6px; +} + +StScrollBar StBin#trough { + margin: 6px; + border-radius: 100px; + background-color: rgba(0, 0, 0, 0.12); +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 100px; + background-color: #565656; + margin: 6px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #424242; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #242424; +} + +.slider { + height: 20px; + color: white; + border-radius: 16px; + -slider-height: 19px; + -slider-background-color: rgba(0, 0, 0, 0.1); + -slider-border-color: rgba(0, 0, 0, 0.15); + -slider-active-background-color: white; + -slider-active-border-color: rgba(0, 0, 0, 0.15); + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: rgba(0, 0, 0, 0.15); + -barlevel-height: 19px; + -barlevel-background-color: rgba(0, 0, 0, 0.1); + -barlevel-border-color: rgba(0, 0, 0, 0.15); + -barlevel-active-background-color: white; + -barlevel-active-border-color: rgba(0, 0, 0, 0.15); + -barlevel-overdrive-color: #f8464c; + -barlevel-overdrive-border-color: rgba(0, 0, 0, 0.15); + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: rgba(0, 0, 0, 0.15); +} + +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.popup-menu-item.selected .toggle-switch { + background-image: url("assets/toggle-off.svg"); +} + +.popup-menu-item.selected .toggle-switch:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); +} + .bottom #dashtodockDashScrollview, .top #dashtodockDashScrollview { -st-hfade-offset: 24px; diff --git a/src/main/gnome-shell/gnome-shell-light.scss b/src/main/gnome-shell/gnome-shell-light.scss index d8c3a8b..a08028f 100644 --- a/src/main/gnome-shell/gnome-shell-light.scss +++ b/src/main/gnome-shell/gnome-shell-light.scss @@ -6,5 +6,5 @@ $black: 'false'; @import '../../sass/colors'; @import '../../sass/variables'; @import '../../sass/gnome-shell/drawing'; -@import '../../sass/gnome-shell/common'; +@import '../../sass/gnome-shell/widgets'; @import '../../sass/gnome-shell/extensions'; diff --git a/src/main/gtk-3.0/gtk-dark-solid.css b/src/main/gtk-3.0/gtk-dark-solid.css index 691887f..d00647f 100644 --- a/src/main/gtk-3.0/gtk-dark-solid.css +++ b/src/main/gtk-3.0/gtk-dark-solid.css @@ -1638,12 +1638,6 @@ headerbar.default-decoration button.titlebutton { padding: 0; } -headerbar.default-decoration button.titlebutton.appmenu, headerbar.default-decoration button.titlebutton.appmenu:active, headerbar.default-decoration button.titlebutton.appmenu:checked { - background-color: transparent; - box-shadow: none; - background-image: -gtk-scaled(url("assets/setting-icon.png"), url("assets/setting-icon@2.png")); -} - headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop { border: none; } @@ -4570,32 +4564,6 @@ messagedialog.csd decoration { box-shadow: none; } -headerbar button.titlebutton.appmenu, -.titlebar button.titlebutton.appmenu { - transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 0, background-size 0; - color: transparent; - background-image: -gtk-scaled(url("assets/setting-dark.png"), url("assets/setting-dark@2.png")); - background-repeat: no-repeat; - background-position: center; -} - -headerbar button.titlebutton.appmenu image, -.titlebar button.titlebutton.appmenu image { - opacity: 0; -} - -headerbar button.titlebutton.appmenu:active, headerbar button.titlebutton.appmenu:checked, -.titlebar button.titlebutton.appmenu:active, -.titlebar button.titlebutton.appmenu:checked { - transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 0, background-size 0; - background-image: -gtk-scaled(url("assets/setting-icon-dark.png"), url("assets/setting-icon-dark@2.png")); -} - -headerbar button.titlebutton.appmenu:backdrop, -.titlebar button.titlebutton.appmenu:backdrop { - background-image: -gtk-scaled(url("assets/setting-icon.png"), url("assets/setting-icon@2.png")); -} - headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, diff --git a/src/main/gtk-3.0/gtk-dark.css b/src/main/gtk-3.0/gtk-dark.css index 3a6246a..5001faf 100644 --- a/src/main/gtk-3.0/gtk-dark.css +++ b/src/main/gtk-3.0/gtk-dark.css @@ -1638,12 +1638,6 @@ headerbar.default-decoration button.titlebutton { padding: 0; } -headerbar.default-decoration button.titlebutton.appmenu, headerbar.default-decoration button.titlebutton.appmenu:active, headerbar.default-decoration button.titlebutton.appmenu:checked { - background-color: transparent; - box-shadow: none; - background-image: -gtk-scaled(url("assets/setting-icon.png"), url("assets/setting-icon@2.png")); -} - headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop { border: none; } @@ -4570,32 +4564,6 @@ messagedialog.csd decoration { box-shadow: none; } -headerbar button.titlebutton.appmenu, -.titlebar button.titlebutton.appmenu { - transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 0, background-size 0; - color: transparent; - background-image: -gtk-scaled(url("assets/setting-dark.png"), url("assets/setting-dark@2.png")); - background-repeat: no-repeat; - background-position: center; -} - -headerbar button.titlebutton.appmenu image, -.titlebar button.titlebutton.appmenu image { - opacity: 0; -} - -headerbar button.titlebutton.appmenu:active, headerbar button.titlebutton.appmenu:checked, -.titlebar button.titlebutton.appmenu:active, -.titlebar button.titlebutton.appmenu:checked { - transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 0, background-size 0; - background-image: -gtk-scaled(url("assets/setting-icon-dark.png"), url("assets/setting-icon-dark@2.png")); -} - -headerbar button.titlebutton.appmenu:backdrop, -.titlebar button.titlebutton.appmenu:backdrop { - background-image: -gtk-scaled(url("assets/setting-icon.png"), url("assets/setting-icon@2.png")); -} - headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, diff --git a/src/main/gtk-3.0/gtk-light-solid.css b/src/main/gtk-3.0/gtk-light-solid.css index 8d24d72..f3f511e 100644 --- a/src/main/gtk-3.0/gtk-light-solid.css +++ b/src/main/gtk-3.0/gtk-light-solid.css @@ -1646,12 +1646,6 @@ headerbar.default-decoration button.titlebutton { padding: 0; } -headerbar.default-decoration button.titlebutton.appmenu, headerbar.default-decoration button.titlebutton.appmenu:active, headerbar.default-decoration button.titlebutton.appmenu:checked { - background-color: transparent; - box-shadow: none; - background-image: -gtk-scaled(url("assets/setting-icon-dark.png"), url("assets/setting-icon-dark@2.png")); -} - headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop { border: none; } @@ -4592,32 +4586,6 @@ messagedialog.csd decoration { box-shadow: none; } -headerbar button.titlebutton.appmenu, -.titlebar button.titlebutton.appmenu { - transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 0, background-size 0; - color: transparent; - background-image: -gtk-scaled(url("assets/setting.png"), url("assets/setting@2.png")); - background-repeat: no-repeat; - background-position: center; -} - -headerbar button.titlebutton.appmenu image, -.titlebar button.titlebutton.appmenu image { - opacity: 0; -} - -headerbar button.titlebutton.appmenu:active, headerbar button.titlebutton.appmenu:checked, -.titlebar button.titlebutton.appmenu:active, -.titlebar button.titlebutton.appmenu:checked { - transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 0, background-size 0; - background-image: -gtk-scaled(url("assets/setting-icon.png"), url("assets/setting-icon@2.png")); -} - -headerbar button.titlebutton.appmenu:backdrop, -.titlebar button.titlebutton.appmenu:backdrop { - background-image: -gtk-scaled(url("assets/setting-icon-dark.png"), url("assets/setting-icon-dark@2.png")); -} - headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, diff --git a/src/main/gtk-3.0/gtk-light.css b/src/main/gtk-3.0/gtk-light.css index 3dd188f..a0d5a86 100644 --- a/src/main/gtk-3.0/gtk-light.css +++ b/src/main/gtk-3.0/gtk-light.css @@ -1646,12 +1646,6 @@ headerbar.default-decoration button.titlebutton { padding: 0; } -headerbar.default-decoration button.titlebutton.appmenu, headerbar.default-decoration button.titlebutton.appmenu:active, headerbar.default-decoration button.titlebutton.appmenu:checked { - background-color: transparent; - box-shadow: none; - background-image: -gtk-scaled(url("assets/setting-icon-dark.png"), url("assets/setting-icon-dark@2.png")); -} - headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop { border: none; } @@ -4592,32 +4586,6 @@ messagedialog.csd decoration { box-shadow: none; } -headerbar button.titlebutton.appmenu, -.titlebar button.titlebutton.appmenu { - transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 0, background-size 0; - color: transparent; - background-image: -gtk-scaled(url("assets/setting.png"), url("assets/setting@2.png")); - background-repeat: no-repeat; - background-position: center; -} - -headerbar button.titlebutton.appmenu image, -.titlebar button.titlebutton.appmenu image { - opacity: 0; -} - -headerbar button.titlebutton.appmenu:active, headerbar button.titlebutton.appmenu:checked, -.titlebar button.titlebutton.appmenu:active, -.titlebar button.titlebutton.appmenu:checked { - transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 0, background-size 0; - background-image: -gtk-scaled(url("assets/setting-icon.png"), url("assets/setting-icon@2.png")); -} - -headerbar button.titlebutton.appmenu:backdrop, -.titlebar button.titlebutton.appmenu:backdrop { - background-image: -gtk-scaled(url("assets/setting-icon-dark.png"), url("assets/setting-icon-dark@2.png")); -} - headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, diff --git a/src/main/gtk-3.0/gtk.gresource.xml b/src/main/gtk-3.0/gtk.gresource.xml index 44fe7b5..fc02016 100644 --- a/src/main/gtk-3.0/gtk.gresource.xml +++ b/src/main/gtk-3.0/gtk.gresource.xml @@ -53,20 +53,6 @@ assets/radio-mixed-selected@2.png assets/radio-mixed-insensitive-selected.png assets/radio-mixed-insensitive-selected@2.png - assets/switch.png - assets/switch@2.png - assets/switch-hover.png - assets/switch-hover@2.png - assets/switch-active.png - assets/switch-active@2.png - assets/switch-active-hover.png - assets/switch-active-hover@2.png - assets/switch-insensitive.png - assets/switch-insensitive@2.png - assets/switch-active-insensitive.png - assets/switch-active-insensitive@2.png - assets/switch-insensitive-dark.png - assets/switch-insensitive-dark@2.png assets/slider-horz-scale-has-marks-below.png assets/slider-horz-scale-has-marks-below@2.png assets/slider-horz-scale-has-marks-below-hover.png @@ -127,14 +113,6 @@ assets/radio-mixed-dark@2.png assets/radio-mixed-insensitive-dark.png assets/radio-mixed-insensitive-dark@2.png - assets/setting.png - assets/setting@2.png - assets/setting-dark.png - assets/setting-dark@2.png - assets/setting-icon.png - assets/setting-icon@2.png - assets/setting-icon-dark.png - assets/setting-icon-dark@2.png assets/combobox-arrow.png assets/combobox-arrow@2.png assets/combobox-arrow-dark.png diff --git a/src/sass/_colors.scss b/src/sass/_colors.scss index 11bb95f..3eb7130 100644 --- a/src/sass/_colors.scss +++ b/src/sass/_colors.scss @@ -1,6 +1,3 @@ -// When color definition differs for dark and light variant, -// it gets @if ed depending on $variant - @function gtkalpha($c,$a) { @return unquote("alpha(#{$c},#{$a})"); } @@ -112,6 +109,10 @@ $menu_bd: if($variant == 'light', rgba(black, 0.05), r @if $trans == 'true' { $menu_bg: if($variant == 'light', rgba($base_color, 0.95), rgba($bg_color, 0.95)); } +$dialog_bg_color: if($variant == 'light', $bg_color, $base_color); + +@if $trans=='true' { $dialog_bg_color: if($variant == 'light', rgba($bg_color, 0.95), rgba($base_color, 0.95)); } + // Panel colors $panel_opacity: 0.16; diff --git a/src/sass/gnome-shell/_common.scss b/src/sass/gnome-shell/_common.scss deleted file mode 100644 index 5a111cd..0000000 --- a/src/sass/gnome-shell/_common.scss +++ /dev/null @@ -1,3245 +0,0 @@ -//This is the RIGHT PLACE to edit the stylesheet - -//let's start by telling people not to edit the generated CSS: -$cakeisalie: "This stylesheet is generated, DO NOT EDIT"; -/* #{$cakeisalie} */ - -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ - - -/* GLOBALS */ -// * { -// // transition-timing-function: $deceleration_curve; -// transition-duration: $longer_duration; -// } - -stage { - // font-family: $font-family; - @include font(body-1); - color: $fg_color; -} - -// Pointer location -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; // radius equals the size of the box to give us the curve - background-color: lighten(transparentize($primary_color, 0.7), 30%); - box-shadow: 0 0 2px 2px lighten($primary_color, 20%); -} - -// Pointer accessibility notifications -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: $primary_color; - -pie-background-color: lighten(transparentize($primary_color, 0.7), 40%); -} - -/* WIDGETS */ - -/* Buttons */ -.button { - min-height: $medium_size; - padding: 0 16px; - border-width: 0; - border-radius: $bt_radius; - @include font(button); - @include button(flat-normal); - &:hover { @include button(flat-hover); } - &:active { @include button(flat-active); } - &:insensitive { @include button(flat-insensitive); } - &:focus { @include button(flat-focus); } -} - -/* Entries */ -StEntry { - min-height: $medium_size; - min-width: $large_size; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: $fg_color; - caret-color: $fg_color; - selection-background-color: $primary_color; - selected-color: $light_alt_fg_color; - // @include font(subheading); - @include entry(normal); - &:hover { @include entry(hover);} - &:focus { @include entry(focus);} - &:insensitive { @include entry(insensitive);} - StIcon.capslock-warning { - icon-size: 16px; - warning-color: $warning_color; - padding: 0 0; - } - StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; - } - StLabel.hint-text { - margin-left: 2px; - color: transparentize($fg_color, 0.3); - } -} - - -/* Scrollbars */ - -StScrollView { - &.vfade { -st-vfade-offset: 32px; } - &.hfade { -st-hfade-offset: 32px; } -} - -StScrollBar { - padding: 0; - - StScrollView & { - min-width: 16px; - min-height: 6px; - } - - StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: $divider_color; - } - - StButton#vhandle, StButton#hhandle { - border-radius: 100px; - background-color: $hint_fg_color; - //border: 4px solid transparent; //would be nice to margin or at least to transparent - margin: 6px; - &:hover { background-color: $alt_fg_color; } - &:active { background-color: $fg_color; } - } -} - -%overview_scrollbar { - StBin#trough { - background-color: $light_divider_color; - } - - StButton#vhandle, StButton#hhandle { - background-color: $light_hint_fg_color; - &:hover { background-color: $light_alt_fg_color; } - &:active { background-color: $light_alt_fg_color; } - } -} - -/* Slider */ - -$slider_color: if($variant == 'light', white, white); -$barlevel_bg_color: if($variant == 'light', rgba(black, 0.1), rgba(white, 0.1)); -$barlevel_active_bg_color: if($variant == 'light', white, rgba(white, 0.35)); -$barlevel_boder_color: if($variant == 'light', rgba(black, 0.15), transparent); - -.slider { - height: 20px; - color: $slider_color; - border-radius: 16px; - - -slider-height: 19px; - -slider-background-color: $barlevel_bg_color; //background of the trough - -slider-border-color: $barlevel_boder_color; //trough border color - -slider-active-background-color: $barlevel_active_bg_color; //active trough fill - -slider-active-border-color: $barlevel_boder_color; //active trough border - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: $barlevel_boder_color; - - // barlevels are for >= 3.29.90 - -barlevel-height: 19px; - -barlevel-background-color: $barlevel_bg_color; - -barlevel-border-color: $barlevel_boder_color; - -barlevel-active-background-color: $barlevel_active_bg_color; - -barlevel-active-border-color: $barlevel_boder_color; - -barlevel-overdrive-color: $destructive_color; - -barlevel-overdrive-border-color: $barlevel_boder_color; - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: $barlevel_boder_color; -} - -/* Check Boxes */ - -.check-box { - * { - min-height: $medium_size - 8px * 2; - padding: 8px 0; - } - - StBoxLayout { spacing: .8em; } - StBin { - width: 24px; - height: 24px; - padding: ($medium_size - 24px) / 2; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); - } - &:focus StBin { - background-image: url("assets/checkbox-off.svg"); - } - &:hover StBin { - background-color: $divider_color; - } - &:active StBin { - background-color: $track_color; - } - &:checked StBin { - background-image: url("assets/checkbox.svg"); - } - &:focus:checked StBin { - background-image: url("assets/checkbox.svg"); - } - &:hover:checked StBin { - background-color: rgba($primary_color, $lower_opacity / 2); - } - &:active:checked StBin { - background-color: rgba($primary_color, $lower_opacity); - } -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); - - &:checked { background-image: url("assets/toggle-on.svg"); } - - .popup-menu-item.selected & { - background-image: url("assets/toggle-off.svg"); - - &:checked { background-image: url("assets/toggle-on.svg"); } - } -} - -@each $v in us, intl { - .toggle-switch-#{$v} { - background-image: url("assets/toggle-off.svg"); - &:checked { background-image: url("assets/toggle-on.svg"); } - } -} - -/* links */ -.shell-link { - border-radius: $bt_radius; - color: $link_color; - &:hover { - color: $link_color; - background-color: rgba($link_color, $lower_opacity / 2); - } - &:active { - color: $link_color; - background-color: rgba($link_color, $lower_opacity); - } -} - -// User icon -.user-icon { - background-size: contain; - color: $light_alt_fg_color; - border-radius: $circular_radius; - border: 2px $light_alt_fg_color; - - &:hover { - color: $light_fg_color; - } - - & StIcon { - background-color: transparentize($light_alt_fg_color, 0.95); - border-radius: 99px; - } -} - -.user-widget.vertical .user-icon { - icon-size: 128px; // 128px - - & StIcon { - padding: $container_padding * 3 + 2px; // 20px - padding-top: $container_padding * 3; // 18 px - padding-bottom: $container_padding * 3 + 4px; // 22px - width: 88px; height: 88px; // 88px; - } -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; - - & StIcon { - padding: $container_padding * 2 ; // 12px - width: $container_padding * 2.5; height: $container_padding * 2.5; // 40px; - } -} - -// Caps-lock warning -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - @include font(body-1); - color: $warning_color; -} - -.headline { @include font(title); } -.lightbox { background-color: black; } -.flashspot { background-color: white; } - -/* Modal Dialogs */ - -%last_dialog_button { - color: white; - background-color: $primary_color; - - &:hover { - color: white; - background-color: lighten($primary_color, 9%); - } - - &:active { - color: white; - background-color: darken($primary_color, 5%); - } - - &:insensitive { - background-color: rgba($primary_color, 0.05); - color: rgba($primary_color, 0.35); - } -} - -.modal-dialog { - color: $fg_color; - padding: 0 5px 6px 5px; - @extend %theme_dialogs; - - &-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: $bt_radius; - @include font(button); - @include button(flat-normal); - &:hover { @include button(flat-hover); } - &:active { @include button(flat-active); } - &:insensitive { @include button(flat-insensitive); } - &:focus { @include button(flat-focus); } - } - - &-linked-button:last-child { - @extend %last_dialog_button; - } - - .modal-dialog-content-box { - margin: 32px 40px; - spacing: 32px; - max-width: 28em; - } - .run-dialog-entry { width: 20em; margin-bottom: 6px; } - .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; - } - .run-dialog-button-box { - padding-top: 1em; - } - .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: $hint_fg_color; - padding-bottom: .4em; - } -} - - .mount-dialog-subject, - .end-session-dialog-subject { //this should be a generic header class - @include font(title); - } - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - spacing: 18px; - - .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; - - &.leightweight { - font-size: 13pt; - font-weight: 800; - } - } - - .message-dialog-description { text-align: center; } -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: $alt_fg_color; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; - - .dialog-list-title { - text-align: center; - font-weight: bold; - } - - .dialog-list-scrollview { max-height: 200px; } - .dialog-list-box { - spacing: 1em; - - .dialog-list-item { - spacing: 1em; - - .dialog-list-item-title { font-weight: bold; } - .dialog-list-item-description { - color: $alt_fg_color; - @include font(title); - } - } - } -} - -/* Run Dialog */ -.run-dialog { - .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; - } - .run-dialog-entry { width: 20em; } - .run-dialog-description { - text-align: center; - color: $alt_fg_color; - @include font(title); - } -} - -/* End Session Dialog */ -.end-session-dialog { - width: 30em; - border: none; - - .end-session-dialog-battery-warning, - .dialog-list-title { - color: $warning_color; - } -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; - &:rtl { padding-right: 17px; } -} - -.end-session-dialog-description { - padding-bottom: 10px; - &:rtl { - text-align: right; - } -} - -.end-session-dialog-warning { - width: 28em; - color: $warning_color; - padding-top: 6px; - &:rtl { - text-align: right; - } -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: $hint_fg_color; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; - &:rtl { text-align: right; } -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: $hint_fg_color; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { icon-size: 48px; } - -.mount-dialog { - spacing: 24px; - - .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; - } - - .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; - } - - .message-dialog-body { - padding-left: 17px; - width: 28em; - } - - .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; - } -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: $fg_color; - &:hover { color: $fg_color; } - &:ltr { padding-right: 1em; } - &:rtl { padding-left: 1em; } -} - -.mount-dialog-app-list-item-icon { - &:ltr { padding-right: 17px; } - &:rtl { padding-left: 17px; } -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - - -/* Password or Authentication Dialog */ - -.prompt-dialog { - //this is the width of the entire modal popup - width: 28em; - border: none; - - .modal-dialog-content-box { - margin-bottom: 24px; - } - - .message-dialog-main-layout { spacing: 24px; padding: 10px; } - .message-dialog-content { spacing: 16px; } - .message-dialog-title { @include font(title); color: $fg_color; } -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; - - .prompt-dialog-password-entry { - width: auto; - - // 4px (spacing) + 16px (spinner-width) - &:ltr { margin-left: 20px; } - &:rtl { margin-right: 20px; } - } -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - @include font(title); - margin: 6px; -} - -.prompt-dialog-error-label { - color: $warning_color; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: $error_color; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: $hint_fg_color; -} - -.hidden { - color: rgba(0,0,0,0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: $hint_fg_color; -} - - -/* Polkit Dialog */ - -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; - - .polkit-dialog-user-root-label { - color: $warning_color; - } - - .polkit-dialog-user-icon { - border-radius: $circular_radius; - background-size: contain; - width: 48px; - height: 48px; - margin: 6px; - } -} - -/* Audio selection dialog */ -.audio-device-selection-dialog { - .modal-dialog-content-box { margin-bottom: 28px; } - .audio-selection-box { spacing: 20px; } -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid $borders_color; - border-radius: $bt_radius; - &:hover, &:focus { background-color: $visit_color; } - &:active { - background-color: $selected_bg_color; - color: $selected_fg_color; - } -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog { - .message-dialog-main-layout { spacing: 24px; padding: 10px; } - .message-dialog-title { color: $alt_fg_color; } -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ - -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -// Popovers/Menus - -$dialog_bg_color: if($variant == 'light', darken($bg_color, 0%), $base_color); - -@if $trans=='true' { - $dialog_bg_color: if($variant == 'light', rgba(darken($bg_color, 0%), 0.95), rgba($base_color, 0.95)); -} - -$popop_menuitem_radius: $wm_radius - 4px; - -%theme_dialogs { - background-color: $dialog_bg_color; - border-radius: $wm_radius; - border: none; -} - -.popup-menu { - min-width: 12em; - color: $alt_fg_color; - padding: 0 0 !important; - - .popup-menu-arrow { } //defined globally in the TOP BAR - - .popup-menu-content { - padding: 6px 0 !important; - @extend %theme_dialogs; - box-shadow: 0 8px 16px 0 rgba(black, 0.25); - border: 1px solid if($variant=='light', rgba(black, 0), rgba(black, 0.75)); - margin: 4px 8px !important; - } - - .popup-menu-item { - spacing: 12px; - padding-top: 6px !important; - padding-bottom: 6px !important; - color: $alt_fg_color; - text-shadow: none; - border-radius: $popop_menuitem_radius; - margin: 0 6px; - transition-duration: 0ms; - - &:ltr { padding-right: 2em !important; padding-left: 0 !important; } - &:rtl { padding-right: 0 !important; padding-left: 2em !important; } - - &:checked { - font-weight: normal; - border-radius: $popop_menuitem_radius $popop_menuitem_radius 0 0; - border: none; - box-shadow: none; - color: $alt_fg_color; - background-color: if($variant == 'light', rgba(white, 0.75), rgba(white, 0.15)); - - &.hover, &.selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - - &:active { - color: $selected_fg_color; - background-color: mix($fg_color, $selected_bg_color, 5%); - } - - &:insensitive { color: $disabled_fg_color; } - } - - &.selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - transition: none; - } - - &:active, &.selected:active { - color: $selected_fg_color; - background-color: mix($fg_color, $selected_bg_color, 5%); - transition-duration: 100ms; - } - - &:insensitive { color: $disabled_fg_color; } - } - - .popup-sub-menu { - background-color: if($variant == 'light', rgba(white, 0.75), rgba(white, 0.15)); - border-radius: 0 0 $popop_menuitem_radius $popop_menuitem_radius; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; - - .popup-menu-item { - margin: 0; - border-radius: $popop_menuitem_radius; - - &:hover { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - - &:active { - color: $selected_fg_color; - background-color: mix($fg_color, $selected_bg_color, 5%); - } - - &:not(:first-child):last-child { - border-radius: 0 0 $popop_menuitem_radius $popop_menuitem_radius; - } - } - } - - .popup-inactive-menu-item { //all icons and other graphical elements - color: $alt_fg_color; - - &:insensitive { color: $disabled_fg_color; } - } - - //.popup-status-menu-item { font-weight: normal; color: pink; } //dunno what that is - &.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; - } -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; //dreaming. bug #689995 - background: transparent; // needs to reset? - - StEntry { - selection-background-color: $light_alt_fg_color; - selected-background-color: $light_alt_fg_color; - selected-color: $primary_color; - } -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: $dialog_bg_color; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; - @extend %theme_dialogs; -} - -.popup-separator-menu-item { - margin: 0 0; - padding: 0 0; - background: none; - border: none; - - .popup-separator-menu-item-separator { - height: 1px; //not really the whole box - margin: 0 0; - background-color: $borders_color; - padding: 0 0; - - .popup-sub-menu & { //submenu separators - padding: 0 0; - margin: 0 32px 0 0; - } - } -} - -// a little unstructured mess: - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; - - .label-shadow { color: transparent; } -} - -// system status popover menu -.aggregate-menu { - min-width: 21em; - - // lock screen, shutdown, etc. buttons - .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; - } - - .popup-sub-menu .popup-menu-item > :first-child { - &:ltr { /* 12px spacing + 2*4px padding */ - padding-left: 16px; margin-left: 1em; } - &:rtl { /* 12px spacing + 2*4px padding */ - padding-right: 16px; margin-right: 1em; } - } -} - -.system-menu-action { - color: $alt_fg_color; - border-radius: 100px; /* wish we could do 50% */ - padding: ($large_size - 20px) / 2; - border: none; - -st-icon-style: symbolic; // >= 3.29.90 - - &:hover, &:focus { - background-color: $divider_color; - color: $fg_color; - border: none; - padding: ($large_size - 20px) / 2; - } - - &:active { background-color: $track_color; color: $fg_color; } - - & > StIcon { icon-size: 16px; } -} - -// Background menu -.background-menu { -boxpointer-gap: 4px; -arrow-rise: 0; } - -/* fallback menu -- 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 -*/ - -// not really top bar only -.popup-menu-arrow, -.popup-menu-icon { icon-size: em(16px); } - -/* OSD */ -.osd-window { - @extend %osd-panel; - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; - - .osd-monitor-label { @include font(display-2); } - - .level { - height: 4px; - border-radius: 3px; - background-color: rgba(black, 0.1); - color: $fg_color; - - // For >= 3.29.90 - -barlevel-height: 4px; - // FIXME: above 'background-color' property rendered correct trough - // colour already, so keep -background-color style-property transparent - -barlevel-background-color: rgba(black, 0.1); - -barlevel-active-background-color: $selected_bg_color; - -barlevel-overdrive-color: $destructive_color; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(black, 0.15); - } - - .level-bar { - background-color: white; - border-radius: 16px; - } -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: $dark_bg_color; - - .pad-osd-title-box { spacing: 12px; } - .pad-osd-title-menu-box { spacing: 6px; } -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.osd-window, -.resize-popup, -.switcher-list { - @extend %osd-panel; -} - - .switcher-list-item-container { spacing: 8px; } - - .switcher-list .item-box { - padding: 8px; - border-radius: $bt_radius; - } - - .switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: $divider_color; - color: $fg_color; // for Ubuntu session - } - - .switcher-list .item-box:selected { - background-color: $primary_color; - color: $light_alt_fg_color; - } - - .switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; - } - - .switcher-list .thumbnail { - width: 256px; - } - - .switcher-list .separator { - width: 1px; - background: $borders_color; - } - - .switcher-arrow { - border-color: rgba(0,0,0,0); - color: $hint_fg_color; - &:highlighted { - color: $fg_color; - } - } - - .input-source-switcher-symbol { - @include font(display-2); - width: 96px; - height: 96px; - } - -/* Window Cycler */ -.cycler-highlight { border: 4px solid $primary_color; } - -/* Workspace Switcher */ -.workspace-switcher-group { padding: 8px; } - - .workspace-switcher-container { - @extend %osd-panel; - } - - .workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; - } - - .ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: $primary_color; - color: $light_alt_fg_color; - background-size: 32px; - border-radius: $bt_radius; - } - - .ws-switcher-box { - height: 48px; - border: none; - background: $divider_color; - border-radius: $bt_radius; - } - -%osd-panel { - color: $fg_color; - background-color: $base_color; - border: none; - box-shadow: $shadow_4; - border-radius: $bt_radius; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba($primary_color, $lower_opacity); - border: 1px solid $primary_color; -} - - .tile-preview-left.on-primary { - border-radius: $panel-corner-radius 0 0 0; - } - - .tile-preview-right.on-primary { - border-radius: 0 $panel-corner-radius 0 0; - } - - .tile-preview-left.tile-preview-right.on-primary { - border-radius: $panel-corner-radius $panel-corner-radius 0 0; - } - -/* TOP BAR */ -#panel { - background-color: $panel_bg; - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: $menuitem_size; - box-shadow: 0 3px 6px rgba(black, 0.22), 0 5px 16px rgba(black, 0.35); - - &:overview, - &.unlock-screen, - &.login-screen, - &.lock-screen { - background-color: transparent; - - .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; - } - } - - #panelLeft, #panelCenter { // spacing between activities<>app menu and such - spacing: 0; - } - - .panel-corner { - -panel-corner-radius: $panel-corner-radius; - -panel-corner-background-color: $panel_bg; - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; - - &:active, &:overview, &:focus { - -panel-corner-border-color: $panel_fg; - } - - &.lock-screen, &.login-screen, &.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; - } - - StLabel { padding: 0 4px; } - } - - .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: $panel_fg; - transition-duration: $longer_duration; - border-radius: $bt_radius; - // margin-top: 2px; - // margin-bottom: 2px; - - StLabel { padding: 0 2px; } - - &, &:hover, &:active, &:overview, &:focus, &:checked { - text-shadow: $panel_asset_shadow; - - .system-status-icon, - .app-menu-icon > StIcon, - .popup-menu-arrow { - icon-shadow: $panel_asset_shadow; - } - } - - .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; - //dimensions of the icon are hardcoded - - > StIcon { - padding-left: 4px; - padding-right: 6px; - } - } - - .popup-menu-arrow { width: 0; height: 0; } // Remove arrow on panel button - - &:hover { - color: $panel_fg; - background-color: $light_divider_color; - } - - &:active, &:overview, &:focus, &:checked { - &, &:hover { - background-color: $light_track_color; - color: $panel_fg; - box-shadow: none; - } - } - - .system-status-icon { icon-size: em(16px); padding: 0 4px; } - .unlock-screen &, - .login-screen &, - .lock-screen & { - color: $panel_fg; - &:focus, &:hover, &:active { color: $panel_fg; } - } - } - - .panel-button.clock-display { - &:active, &:overview, &:focus, &:checked { - .clock { - background: none; - box-shadow: none; - } - } - } - - .panel-status-indicators-box, - .panel-status-menu-box { - spacing: 2px; - } - - // spacing between power icon and (optional) percentage label - .power-status.panel-status-indicators-box { - spacing: 0; - } - - .screencast-indicator { color: $error_color; } - .remote-access-indicator { color: $warning_color; } // > 3.29.4 - - &.solid { - background-color: $panel_bg; - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; // for Ubuntu session - text-shadow: none; // for Ubuntu session - - &:overview { background-color: transparent; } // for Ubuntu session - - .panel-corner { - -panel-corner-background-color: $panel_bg; - } - - .panel-button { - color: $panel_fg; - text-shadow: none; - - &:active, &:overview, &:focus, &:checked { - color: $light_alt_fg_color; - text-shadow: 0 1px rgba(black, 0.45); - } - } - - .system-status-icon, - .app-menu-icon > StIcon, - .popup-menu-arrow { - icon-shadow: none; - - &:active, &:overview, &:focus, &:checked { - icon-shadow: 0 1px rgba(black, 0.45); - } - } - } -} - -// Activities button -#panel #panelActivities.panel-button { - > * { - background-image: url("assets/activities.svg"); - background-position: center top; - // background-size: 18px 18px; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; - } - - &:active, &:overview, &:focus, &:checked { - background-color: transparent; - border: none; - - // > * { background-image: url("assets/activities-active.svg"); } - } -} - -%popover_bubble { - border-radius: $mn_radius; - border: none; - box-shadow: none; - background-color: if($variant == 'light', rgba(white, 0.75), rgba(lighten($base_color, 8%), 0.75)); - text-shadow: none; - color: $alt_fg_color; - transition: none; - - &:hover, &:focus { - color: $fg_color; - background-color: if($variant == 'light', rgba(white, 1), rgba(lighten($base_color, 15%), 0.75)); - box-shadow: 0 3px 5px rgba(black, 0.1); - } - - &:active { - color: $fg_color; - background-color: if($variant == 'light', rgba(white, 0.65), rgba(lighten($base_color, 10%), 0.75)); - box-shadow: none; - } -} - -// calendar popover -.clock-display-box { - spacing: 4px; - - .clock { - padding-left: 6px; - padding-right: 6px; - } -} - -#calendarArea { - padding: 12px 0; -} - -.calendar { - margin: 2px 12px; - border: none; - box-shadow: none; - background-color: if($variant == 'light', rgba(white, 0.75), rgba(lighten($base_color, 8%), 0.75)); - padding: 4px 8px; - text-shadow: none; - border-radius: $mn_radius; -} - -.datemenu-today-button, -.datemenu-displays-box, -.message-list-sections { - margin: 4px 8px; -} - -.datemenu-displays-section { padding-bottom: 0; } -.datemenu-displays-box { spacing: 8px; } - -.datemenu-calendar-column { - spacing: 8px; - border: none; - padding: 0 $container_padding * 2; - &:ltr { margin-right: $container_padding * 2; border-left-width: 0; } - &:rtl { margin-left: $container_padding * 2; border-right-width: 0; } -} - -.datemenu-today-button { - min-height: $menuitem_size * 2 - 4px * 2; - border: none; - box-shadow: none; - background: none; - padding: 4px 8px; - text-shadow: none; - color: $alt_fg_color; - - // weekday label - .day-label { - @include font(title); - font-weight: bold; - } - - // date label - .date-label { - @include font(headline); - } -} - -.calendar-month-label { - height: $menuitem_size - 4px * 2; - margin: 2px; - padding: 6px 16px; - color: $fg_color; - font-weight: bold; - text-align: center; - text-shadow: none; - - &:focus { background-color: $divider_color; } -} - -.pager-button { - width: $menuitem_size; - height: $menuitem_size; - margin: 2px; - border-radius: 100px; - background-color: transparent; - color: $fg_color; - &:hover, &:focus { background-color: $divider_color; } - &:active { background-color: $track_color; } -} - -.calendar-change-month-back { //arrow back - padding: 0 2px; - background-image: url("assets/calendar-arrow-left.svg"); - &:rtl { background-image: url("assets/calendar-arrow-right.svg"); } -} -.calendar-change-month-forward { //arrow foreward - padding: 0 2px; - background-image: url("assets/calendar-arrow-right.svg"); - &:rtl { background-image: url("assets/calendar-arrow-left.svg"); } -} - -// prev/next month icons -.calendar-change-month-back StIcon, -.calendar-change-month-forward StIcon { - icon-size: 16px; -} - -.calendar-day-base { - @include font(caption); - text-align: center; - width: $menuitem_size; - height: $menuitem_size; - padding: 2px; - margin: 2px; - border-radius: 1000px; - color: $alt_fg_color; - font-feature-settings: "tnum"; - &:hover, &:focus { background-color: $divider_color; } - &:active { - color: $alt_fg_color; - background-color: $track_color; - border-color: transparent; //avoid jumparound due to today - } - &:selected { - color: $fg_color; - background-color: $track_color; - border-color: transparent; //avoid jumparound due to today - } - &.calendar-day-heading { //day of week heading - width: $menuitem_size; - height: $menuitem_size - 7px; - margin-top: 2px; - padding: 7px 0 0; - border-radius: 100px; - background-color: transparent; - color: $hint_fg_color; - @include font(caption); - font-weight: bold; - text-align: center; - } -} - -.calendar-day { //border collapse hack - see calendar.js - border-width: 0; -} -.calendar-day-top { border-top-width: 0; } -.calendar-day-left { border-left-width: 0; } -.calendar-nonwork-day { - color: $fg_color; -} - -.calendar-today { - font-weight: bold !important; - color: $light_alt_fg_color; - background-color: $primary_color; - border: none; - - &:hover, &:focus { - background-color:lighten($primary_color, 3%); - color: $light_alt_fg_color; - } - - &:active, &:selected { - background-color: $primary_color; - color: $light_alt_fg_color; - - &:hover, &:focus { - background-color:lighten($primary_color, 3%); - color: $light_alt_fg_color; - } - } -} - -.calendar-day-with-events { - color: $hint_fg_color; - background-image: url("assets/calendar-today.svg"); - - &.calendar-work-day { - color: $hint_fg_color; - font-weight: bold; - } -} - -.calendar-other-month-day { - color: $disabled_fg_color; - opacity: 0.5; -} - -.calendar-week-number { - width: 22px; - height: 16px; - margin: 6px 6px 6px 4px; - padding: 0 0; - border-radius: $bt_radius; - background-color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05)); - color: $hint_fg_color; - font-size: inherit; - font-weight: bold; - text-align: center; -} - -.world-clocks-button, -.weather-button, -.events-button, -.events-section-title { - @extend %popover_bubble; - min-height: $menuitem_size - 4px * 2; - padding: 12px; - margin: 2px 4px; -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: $alt_fg_color; - font-weight: bold; -} - -/* Events */ -.events-button { - .events-box { - spacing: 6px; - } - - .events-list { - spacing: 12px; - text-shadow: none; - } - - .events-title { - color: $hint_fg_color; - font-weight: bold; - margin-bottom: 4px; - text-shadow: none; - } - - .event-time { - color: $hint_fg_color; - font-feature-settings: "tnum"; - } -} - -/* World Clock */ -.world-clocks-grid, -.weather-grid { - spacing-rows: 0.4em; - spacing-columns: 0.8em; -} - -.world-clocks-city { - color: $hint_fg_color; - font-weight: bold; - font-size: 0.9em; -} - -.world-clocks-time { - color: $hint_fg_color; - font-feature-settings: "tnum"; - font-size: 1.2em; -} - -.world-clocks-timezone { - color: $hint_fg_color; - font-feature-settings: "tnum"; - font-size: 0.9em; -} - -/* Weather */ -.weather-button { - margin-bottom: 6px; - - .weather-box { - spacing: 0.5em; - } - - .weather-header-box { - spacing: 6px; - } - - .weather-header { - color: $alt_fg_color; - font-weight: bold; - - &.location { - font-weight: normal; - color: $hint_fg_color; - } - } - - .weather-grid { - spacing-rows: 6px; - spacing-columns: 12px; - } - - .weather-forecast-time { - color: $alt_fg_color; - font-feature-settings: "tnum"; - font-size: 9pt; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; - } - - .weather-forecast-icon { - icon-size: 32px; - } - - .weather-forecast-temp { - font-weight: bold; - } -} - -/* Message list */ -.message-list { - width: 31.5em; - padding: 0 12px; - text-shadow: none; - - .message-list-placeholder { spacing: 12px; } -} - -.message-list-clear-button.button { - background-color: transparent; - &:hover, &:focus { background-color: $divider_color; } - &:active { background-color: $track_color; } - margin: 8px 8px 0; -} - -.message-list-section, -.message-list-sections, -.message-list-section-list { - spacing: 8px; -} - -.message-list-section-list:ltr { - padding-left: 0; -} - -.message-list-section-list:rtl { - padding-right: 0; -} - -// do-not-disturb + clear button -.message-list-controls { - margin: 8px 16px 0; - // NOTE: remove the padding if notification_bubble could remove margin for drop shadow - padding: 4px; - spacing: 16px; -} - -.message { - margin: 2px 4px 6px; - @extend %popover_bubble; - - &:first-child { margin-top: 8px; } - - // icon container - .message-icon-bin { - margin: 8px 0; - padding: 8px 0px 8px 8px; - &:rtl { padding: 8px 8px 8px 0px; } - - // icon size and color - > StIcon { - icon-size: 32px; // 32px - -st-icon-style: symbolic; - } - - // fallback - > .fallback-app-icon { - width: 16px; - height: 16px; - } - } - - .message-secondary-bin { - padding: 0 8px; - - > .event-time { - min-height: $small_size - 2px; - color: $hint_fg_color; - font-size: 1em; - text-align: right; - /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ - padding-bottom: 0.13em; - } - } - - .message-title { - min-height: $small_size - 2px; - padding-top: 2px; - color: $fg_color; - font-weight: bold; - font-size: 1em; - } - - .message-content { - min-height: $menuitem_size * 2 - 8px * 2; - padding: 8px; - color: $hint_fg_color; - font-size: 1em; - } - - // close button - .message-close-button { - color: $alt_fg_color; - padding: 0; - height: 24px; - width: 24px; - border-radius: 100px; - - &:hover, &:active { color: $fg_color; } - &:hover, &:focus { background-color: $divider_color; } - &:active { background-color: $track_color; } - } - - // body - .message-body { - color: $hint_fg_color; - } -} - -// URLs in messages -.url-highlighter { - link-color: $link_color; -} - -.message-media-control { - margin: 16px 4px; - padding: 8px; - border-radius: 100px; - color: $alt_fg_color; - &:hover, &:focus { color: $fg_color; background-color: $divider_color; } - &:active { color: $fg_color; background-color: $track_color; } - &:insensitive { color: $disabled_fg_color; } - - &:last-child:ltr { margin-right: 16px; padding-right: 8px; } - &:last-child:rtl { margin-left: 16px; padding-left: 8px; } -} - -.media-message-cover-icon { - icon-size: 32px !important; - margin: 0 0px 0 4px !important; - &:rtl { margin: 0 4px 0 0px !important; } - &.fallback { - icon-size: 16px !important; - padding: 8px; - border: none; - border-radius: $bt_radius; - background-color: $divider_color; - color: $hint_fg_color; - } -} - - -//Activities Ripples -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba($primary_color, 0.35); - background-image: none; - background-size: auto; -} - -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; -} - -//close buttons - -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; - border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - StIcon { icon-size: 26px; } // for safety - background-image: url("assets/window-close.svg"); - - &:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); - } - - &:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); - } -} - -/* NETWORK DIALOGS */ - -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} -.nm-dialog-header-hbox { spacing: 10px; } -.nm-dialog-airplane-box { spacing: 12px; } - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { color: $fg_color; } -.nm-dialog-header-icon { icon-size: 32px; } -.nm-dialog-scroll-view { - border: 1px solid $borders_color; - padding: 0; - background-color: if($variant == 'light', rgba(black, 0.05), rgba(black, 0.1)); - border-radius: $bt_radius; -} -.nm-dialog-header { @include font(title); } - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: $bt_radius; - padding: 12px; - spacing: 20px; - &:hover, &:focus { background-color: $divider_color; } - &:active { background-color: $track_color; } -} - -.nm-dialog-item:selected { - background-color: $primary_color; - color: $light_alt_fg_color; -} - -.nm-dialog-icons { spacing: .5em; } -.nm-dialog-icon { icon-size: 16px; } -.no-networks-label { color: $hint_fg_color; } -.no-networks-box { spacing: 12px; } - -/* OVERVIEW */ - -#overview { - spacing: 24px; - StScrollBar { @extend %overview_scrollbar; } -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { //container around window thumbnails - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; - spacing: 12px; - - &.external-monitor { padding: 16px; } -} - -.window-clone-border { - border: 4px solid $light_track_color; - border-radius: $bt_radius; - // For window decorations with round corners we can't match - // the exact shape when the window is scaled. So apply a shadow - // to fix that case - box-shadow: inset 0 0 0 1px $light_track_color; -} - -.window-caption { - spacing: 25px; - color: $light_alt_fg_color; - background-color: $dark_bg_color; - border-radius: $bt_radius; - padding: 4px 8px; - border: none; - font-weight: normal; - @include font(body); -} - -//search entry -%search-entry, .search-entry { - width: 320px - 8px * 2; - padding: 0 8px; - border: none; - color: $light_hint_fg_color; - caret-color: $light_alt_fg_color; - selection-background-color: $light_track_color; - selected-color: $light_alt_fg_color; - @include search_entry(normal, $fc:$light_track_color); - - &:focus { - @include search_entry(focus, $fc:$light_alt_fg_color); - padding: 0 8px; - border: none; - color: $light_alt_fg_color; - } - - .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: $light_hint_fg_color; - } - - &:hover, &:focus { - .search-entry-icon { color: $light_alt_fg_color; } - } - - &:insensitive { - border: none; - color: $light_disabled_fg_color; - } - - StLabel.hint-text { - color: $light_hint_fg_color; - } -} - -//search results - -// #searchResultsBin { -// max-width: 1000px; -// } - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { // This should be equal to #searchResultsContent spacing - spacing: 16px; - - .search-section-separator { - height: 1px; - background-color: $light_divider_color; - } -} - -.search-section-content { // This is the space between the provider icon and the results container - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: $light_alt_fg_color; -} - -.search-statustext { // "no results" - @extend %status_text; -} - -// Search results with icons -.grid-search-result { - @extend %app-well-app; -} - -// search result provider -.search-provider-icon { - @extend %app-well-app; - - // content - .list-search-provider-content { - spacing: 12px; - - // provider labels - .list-search-provider-details { - width: 120px; - margin-top: 0; - color: $light_hint_fg_color; - // font-weight: bold; - } - } -} - -.list-search-results { spacing: 3px; } - -.list-search-result-content { spacing: 30px; } -.list-search-result-title { @include font(subheading); color: $light_alt_fg_color; spacing: 12px; } -.list-search-result-description { color: $light_alt_fg_color; } -.list-search-provider-details { width: 150px; color: $light_alt_fg_color; margin-top: 0.24em; } -.list-search-provider-content { spacing: 20px; } -.search-provider-icon { padding: 15px; } - - -/* DASHBOARD */ - -#dash { - font-size: 1em; - color: $light_alt_fg_color; - background-color: $light_divider_color; - padding: 3px 0; - border: none; - border-left: 0px; - border-radius: 0px ($bd_radius * 1.5) ($bd_radius * 1.5) 0px; - - &:rtl { - border-radius: ($bd_radius * 1.5) 0 0 ($bd_radius * 1.5); - } - - .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - height: 24px; - } - - .empty-dash-drop-target { - width: 24px; - height: 24px; - } - -} - -.dash-item-container > StWidget { - padding: 3px 6px; -} - -.dash-label { //osd tooltip - // min-height: 32px - 6px * 2; - border-radius: $bt_radius; - padding: 7px 8px; - color: $fg_color; - background-color: $base_color; - box-shadow: $shadow_2; - text-align: center; - border: none; - -x-offset: 8px; -} - -/* App Vault/Grid */ -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; - - row-spacing: $container_padding * 6; - column-spacing: $container_padding * 6; - max-row-spacing: $container_padding * 12; - max-column-spacing: $container_padding * 12; - - .overview-icon { icon-size: 96px; } -} -//.app-display { spacing: 20px; } - -.system-action-icon { - box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); // FIXME: this should really have a highlight - background-color: $dark_bg_color; - color: white; - border-radius: 99px; - icon-size: 48px; -} - -.app-view-controls { //favorties | all toggle container - width: 320px; - padding-bottom: 32px; - margin: 0 0; -} -.app-view-control { //favorties | all toggle button - padding: 0 16px; - margin: 0 0; - font-weight: bold; - color: $light_alt_fg_color; - background-color: rgba($light_alt_fg_color, 0.15); - &:hover { - color: $light_alt_fg_color; - background-color: rgba($light_alt_fg_color, 0.22); - } - &:active { - color: $light_alt_fg_color; - background-color: darken($primary_color, 3%); - } - &:checked { - color: $light_alt_fg_color; - background-color: $primary_color; - box-shadow: none; - } - &:first-child { - border-right-width: 0; - border-radius: $bt_radius 0 0 $bt_radius; -// &:checked { border-radius: 0; } - } - &:last-child { - border-radius: 0 $bt_radius $bt_radius 0; -// &:checked { border-radius: 0; } - } -} - -//Icon tile -.search-provider-icon, -.list-search-result { - @extend %icon_tile; - &:focus, &:selected, &:hover { - background-color: $light_divider_color; - transition-duration: 0ms; - } - &:active, &:checked { - background-color: $light_track_color; - transition-duration: $longer_duration; - } -} - -%app-well-app, -.show-apps, -.app-well-app, -.grid-search-result { - & .overview-icon { - @extend %icon_tile; - - &, & > StIcon { - icon-shadow: $panel_asset_shadow; - } - } - - &:hover .overview-icon, - &:focus .overview-icon, - &:selected .overview-icon { - background-color: $light_divider_color; - transition-duration: 0ms; - border-image: none; - background-image: none; - } - - &:active .overview-icon, - &:checked .overview-icon { - background-color: $light_track_color; - box-shadow: none; - transition-duration: $longer_duration; - } -} - -.app-well-app-running-dot { //running apps indicator - width: 5px; height: 5px; - border-radius: 3px; - background-color: $light_alt_fg_color; - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - background-color: $primary_color; -} - -%icon_tile { - color: $light_alt_fg_color; - border-radius: $bd_radius * 1.5; - padding: 6px; - border: none; - transition-duration: $longer_duration; - text-align: center; -} - -.app-well-app.app-folder > .overview-icon { - background-color: $light_divider_color; -} - -.show-apps .show-apps-icon { - color: transparent; - background-image: url("assets/view-app-grid.svg"); - background-size: contain; -} - -.show-apps .overview-icon { - color: transparent; -} - -.show-apps:hover .show-apps-icon, -.show-apps:active .show-apps-icon, -.show-apps:checked .show-apps-icon, -.show-apps:focus .show-apps-icon { - color: transparent; - transition-duration: $longer_duration; -} - - -// Collections -.app-folder-popup { //expanded collection - -arrow-border-radius: $bd_radius * 2; - -arrow-background-color: $light_divider_color; - -arrow-base: 0; - -arrow-rise: 12px; -} -.app-folder-popup-bin { padding: 5px; } -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; -} - -.page-indicator { - padding: 15px 20px; - - .page-indicator-icon { - width: 12px; - height: 12px; - border-radius: 12px; - margin: 0; - padding: 0; - background-image: none; - color: transparent; - border: none; - box-shadow: none; - background-color: $light_alt_disabled_fg_color; - } - &:hover .page-indicator-icon { - background-image: none; - background-color: $light_disabled_fg_color; - } - &:active .page-indicator-icon { - margin: 0; - padding: 0; - background-image: none; - color: transparent; - border: none; - box-shadow: none; - background-color: $light_alt_fg_color; - } - &:checked .page-indicator-icon { - background-image: none; - background-color: $light_alt_fg_color; - transition-duration: 0ms; - } - &:checked:active { background-image: none; } -} - -.no-frequent-applications-label { @extend %status_text; } - -.overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 6px; - - > StBoxLayout { - spacing: 6px; - } -} - -// App Folders - -.app-folder { - background: none; - transition: $longer_transition; - - .overview-icon { - background-color: $light_divider_color; - // padding: 16px; - border-radius: $bt_radius * 2; - } - - &:hover .overview-icon { - background-color: rgba(white, 0.2); - } -} - -// expanded folder -.app-folder-dialog { - border-radius: $bd_radius * 4; - border: none; - padding: 12px; - background-color: rgba(#242424, 0.95); - - & .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - - & .folder-name-label, - & .folder-name-entry { - font-size: 18pt; - font-weight: bold; - } - - & .folder-name-entry { - @extend %search-entry; - width: 300px; - } - - /* FIXME: this is to keep the label in sync with the entry */ - & .folder-name-label { padding: 5px 7px; color: $light_alt_fg_color; } - - & .edit-folder-button { - background-color: $light_divider_color; - color: $light_alt_fg_color; - border: none; - - padding: 0; - width: 36px; - height: 36px; - border-radius: 18px; - - & > StIcon { icon-size: 16px } - - &:hover { background-color: $light_divider_color; } - &:checked, &:active { background-color: $light_track_color; } - } - } - - & .icon-grid { - row-spacing: $container_padding * 2; - column-spacing: $container_padding * 5; - } - - & .page-indicators { - margin-bottom: 18px; - - .page-indicator { - padding: 15px 12px; - } - } - - & StButton#vhandle, - & StButton#vhandle:hover, - & StButton#vhandle:active { background-color: transparent; } -} -.app-folder-dialog-container { - padding: $container_padding; - width: 600px; - height: 600px; -} - -.app-folder-icon { - padding: $container_padding; - spacing-rows: $container_padding; - spacing-columns: $container_padding; -} - -// Rename popup for app folders -.rename-folder-popup { - .rename-folder-popup-item { - spacing: $container_padding; - &:ltr, &:rtl { padding: 0 $container_padding * 2; } - } -} - -// Workspace pager -.workspace-thumbnails { //container ala dash - @extend %overview-panel; - visible-width: 32px; //amount visible before hover - spacing: 12px; - padding: 16px; - border-radius: $bt_radius; - margin: 6px; - // border-width: 0; //fixme: can't have non unoform borders :( - // &:rtl { border-radius: $bt_radius; } - - .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - height: 24px; - } -} -.workspace-thumbnail-indicator { - border: 2px solid $primary_color; - padding: 6px; - border-radius: 2px; -} - -//Some hacks I don't even -.all-apps, -.search-display > StBoxLayout, -.frequent-apps > StBoxLayout { - // horizontal padding to make sure scrollbars or dash don't overlap content - padding: 0px 88px 10px 88px; -} - -%overview-panel { - color: $light_alt_fg_color; - background-color: $light_divider_color; - border: none; -} - -%status_text { - @include font(display-2); - color: $light_hint_fg_color; -} - -/* NOTIFICATIONS & MESSAGE TRAY */ - -.url-highlighter { link-color: $link_color; } - -// Banners -.notification-banner { - font-size: 1em; - width: 34em; - min-height: $menuitem_size * 2; - margin: 5px; - border-radius: $bt_radius; - color: $fg_color; - background-color: rgba($base_color, 0.92); - border: none; - box-shadow: $shadow_2; - - &:hover { background-color: rgba($base_color, 0.95); } - &:focus { background-color: $base_color; } - - .notification-icon { padding: 5px; } - .notification-content { padding: 5px; spacing: 5px; } - .secondary-icon { icon-size: em(16px); } - .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid $borders_color; - spacing: 1px; - } - - .notification-button { - min-height: 40px; - padding: 0 16px; - background-color: transparent; - color: $alt_fg_color; - font-weight: 500; - border-width: 0; - - &:first-child { border-radius: 0 0 0 $bt_radius; } - - &:last-child { border-radius: 0 0 $bt_radius 0; } - - &:only-child, &:first-child:last-child { border-radius: 0 0 $bt_radius $bt_radius; } - - &:focus { - background-color: transparent; - color: $alt_fg_color; - box-shadow: inset 0 0 0 2px $divider_color; - } - - &:hover, &:focus:hover { - background-color: $divider_color; - color: $fg_color; - box-shadow: none; - } - - &:active { - background-color: $track_color; - color: $fg_color; - } - } -} - -// counter -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: $primary_color; - color: $light_alt_fg_color; - border: 2px solid $primary_color; - box-shadow: 0 2px 2px rgba(0,0,0,0.5); - border-radius: 0.9em; // should be 0.8 but whatever; wish I could do 50%; -} - -.secondary-icon { icon-size: em(16px); } - -//chat bubbles -.chat-body { spacing: 5px; } -.chat-response { margin: 5px; } -.chat-log-message { color: $fg_color; } -.chat-new-group { padding-top: 1em; } -.chat-received { - padding-left: 4px; - &:rtl { padding-left: 0px; padding-right: 4px; } -} -.chat-sent { - padding-left: 18pt; - color: $alt_fg_color; - &:rtl { padding-left: 0; padding-right: 18pt; } -} -.chat-meta-message { - padding-left: 4px; - @include font(caption); - color: $hint_fg_color; - &:rtl { padding-left: 0; padding-right: 4px; } -} - -%bubble_button { - @include button(normal); - padding: $container_padding * 2; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; - - &:insensitive { @include button(insensitive); } - &:hover { @include button(hover); } - &:focus { @include button(focus); } - &:active { @include button(active); } - - // radius is 2 pixel less to fit in bubble - &:first-child { - border-radius: 0 0 0 $bt_radius; - } - - &:last-child { - border-right-width: 0; - border-radius: 0 0 $bt_radius 0; - } - - &:first-child:last-child { - border-radius: 0 0 $bt_radius $bt_radius; - } -} - -//hotplug -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; - @extend %bubble_button; - &:focus { padding: 1px 71px 1px 11px; } -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { spacing: 8px; } - -.hotplug-resident-mount { - spacing: 8px; - border-radius: $bt_radius; - &:hover { background-color: $divider_color; } - &:active { background-color: $track_color; } -} - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; -} - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; -} - -.hotplug-resident-eject-icon { - icon-size: 16px; -} - -.hotplug-resident-eject-button { - padding: 7px; - border-radius: $bt_radius; - color: $fg_color; -} - -/* Eeeky things */ - -//magnifier - -.magnifier-zoom-region { - border: 2px solid $primary_color; - &.full-screen { border-width: 0; } -} - -//Keyboard -/* On-screen Keyboard */ -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -#keyboard { - background-color: rgba(black, 0.25); - box-shadow: none; - - .page-indicator { - padding: 6px; - - .page-indicator-icon { - width: 8px; - height: 8px; - } - } -} - -// the container for individual keys -.key-container, -.keyboard-layout { - padding: 4px; - spacing: 4px; -} - -// .keyboard-row { spacing: 15px; } - -.keyboard-key { - min-height: 1.2em; - min-width: 1.2em; - font-weight: bold; - font-size: round(16) + pt; - border-radius: $mn_radius; - border: none; - color: $alt_fg_color; - background-color: $solid_bg_color; - box-shadow: 0 1px 3px rgba(black, 0.15); - - &:focus, &:hover { color: $fg_color; background-color: if($variant == 'light', white, lighten($solid_bg_color, 10%)); } - &:checked, &:active { color: $fg_color; background-color: darken($solid_bg_color, 10%); } - &:grayed { //FIXME - background-color: $alt_dark_bg_color; - color: $light_alt_fg_color; - border-color: $alt_dark_bg_color; - } - - &.default-key { // non-character keys - background-color: $alt_solid_bg_color; - box-shadow: 0 2px 3px rgba(black, 0.15); - - &:focus, &:hover { color: $fg_color; background-color: lighten($alt_solid_bg_color, 10%); } - &:checked, &:active { color: $fg_color; background-color: darken($alt_solid_bg_color, 10%); } - } - - &.enter-key { // enter key is suggested-action - color: $light_fg_color; - background-color: $primary_color; - box-shadow: 0 2px 3px rgba(black, 0.15); - - &:focus, &:hover { color: $light_fg_color; background-color: lighten($primary_color, 5%); } - &:checked, &:active { color: $light_fg_color; background-color: darken($primary_color, 10%); } - } - - &.shift-key-uppercase { - &, &:focus, &:hover, &:checked, &:active { - color: $primary_color; - } - } - - StIcon { icon-size: 1.125em; } -} - -.keyboard-subkeys { //long press on a key popup - color: inherit; - -arrow-border-radius: $bt_radius; - -arrow-background-color: rgba(black, 0.45); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; - box-shadow: $shadow_2; -} - -// emoji -.emoji-page { - .keyboard-key { - background-color: transparent; - border: none; - color: initial; - } -} - -.emoji-panel { - .keyboard-key:latched { - border-color: lighten($primary_color, 5%); - background-color: $primary_color; - } -} - -// IBus Candidate Popup - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: $hint_fg_color; - .candidate-box:selected & { color: $light_hint_fg_color; } -} - -.candidate-box { - transition-duration: 0ms; // FIXME: needs more natural transitions - min-height: $menuitem_size; - padding: 0 8px; - border-radius: $bt_radius; - &:hover { background-color: $divider_color; color: $fg_color; } - &:active { background-color: $track_color; color: $fg_color; } - &:selected { background-color: $primary_color; color: $light_alt_fg_color; } -} - -.candidate-page-button-box { - height: $menuitem_size; - .vertical & { padding-top: 0; } - .horizontal & { padding-left: 0; } -} - -.candidate-page-button { - min-width: $menuitem_size; - min-height: $menuitem_size; - padding: 0; -} - -.candidate-page-button-previous { border-radius: $bt_radius; border-right-width: 0; } -.candidate-page-button-next { border-radius: $bt_radius; } -.candidate-page-button-icon { icon-size: em(16px); } - -/* Auth Dialogs & Screen Shield */ - -.framed-user-icon { - background-size: contain; - border: none; - color: $light_alt_fg_color; - border-radius: $circular_radius; - - &:hover { - border-color: $light_alt_fg_color; - color: $light_alt_fg_color; - } -} - -// LOGIN DIALOG - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog { - //reset - border: none; - background-color: transparent; - - StEntry { - selection-background-color: $primary_color; - selected-background-color: $primary_color; - selected-color: white; - padding: 4px 8px; - min-height: $small_size; - @include entry(flat-normal); - &:focus { @include entry(flat-focus); } - &:insensitive { @include entry(flat-insensitive); } - border-radius: $circular_radius; - } - - .modal-dialog-button-box { spacing: 3px; } - - .modal-dialog-button { - padding: 0 16px; - @include button(flat-normal, $tc: $light_fg_color); - &:hover,&:focus { @include button(flat-hover, $tc: $light_fg_color); } - &:active { @include button(flat-active, $tc: $light_fg_color); } - &:insensitive { @include button(flat-insensitive, $tc: $light_fg_color); } - - &:default { - @include button(normal, $c: $suggested_color, $tc: $light_fg_color); - &:hover,&:focus { @include button(hover, $c: $suggested_color, $tc: $light_fg_color); } - &:active { @include button(active, $c: $suggested_color, $tc: $light_fg_color); } - &:insensitive { @include button(insensitive, $c: $light_divider_color, $tc: $light_disabled_fg_color); } - } - } - - .cancel-button, - .switch-user-button, - .login-dialog-session-list-button { - padding: 0; - border-radius: 100px; - width: 32px; - height: 32px; - border: none; - background-color: rgba($borders_color, 0.1); - - StIcon { icon-size: 16px; } - } - - .login-dialog-message-warning { - color: $light_alt_fg_color; - } -} - -// Caps-lock warning -.caps-lock-warning-label { - text-align: center; - margin-bottom: 8px; - padding: 2px 6px; - color: white; - background-color: $warning_color; - border-radius: $circular_radius; -} - -.login-dialog-logo-bin { padding: 24px 0px; } -.login-dialog-banner { color: $light_alt_fg_color; } -.login-dialog-button-box { spacing: 5px; } -.login-dialog-message-warning { color: $warning_color; } -.login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; } -.login-dialog-user-selection-box { padding: 100px 0px; } -.login-dialog-not-listed-label { - padding-left: 2px; - .login-dialog-not-listed-button:focus &, - .login-dialog-not-listed-button:hover & { - color: $light_fg_color; - } -} - -.login-dialog-not-listed-label { - font-size: 1em; - font-weight: bold; - color: $light_alt_fg_color; - padding-top: 1em; - &:hover { color: $light_alt_fg_color; } - &:focus { background-color: $light_divider_color; } -} - -.login-dialog-user-list-view { -st-vfade-offset: 1em; } -.login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; - &:expanded .login-dialog-user-list-item:selected { background-color: $light_divider_color; color: $light_alt_fg_color; } - &:expanded .login-dialog-user-list-item:hover { background-color: $light_divider_color; color: $light_alt_fg_color; } - &:expanded .login-dialog-user-list-item:active { background-color: $light_track_color; color: $light_alt_fg_color; } - &:expanded .login-dialog-user-list-item:logged-in { border-right: 2px solid $selected_bg_color; } -} - -.login-dialog-user-list-item { - border-radius: $bt_radius; - padding: 6px; - color: $light_alt_fg_color; - &:ltr .user-widget { padding-right: 1em; } - &:rtl .user-widget { padding-left: 1em; } - &:hover { background-color: $light_divider_color; color: $light_alt_fg_color; } - &:active { background-color: $light_track_color; color: $light_alt_fg_color; } - .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: $light_alt_fg_color; - } - &:focus .login-dialog-timed-login-indicator { background-color: $light_alt_fg_color; } -} - -.user-icon { - background-size: contain; - color: $light_alt_fg_color; - border-radius: $circular_radius; - - &:hover { - color: $light_fg_color; - } - - StIcon { - background-color: rgba(white, 0.05); - border-radius: $circular_radius; - } -} - -// .login-dialog-username, -.user-widget-label { - color: $light_alt_fg_color; -} - -.user-widget.horizontal { - .user-widget-label { - // @include font(title); - font-weight: bold; - text-align: left; - padding-left: 15px; - - &:ltr { padding-left: 14px; } - &:rtl { padding-right: 14px; } - } - - .user-icon { - icon-size: 64px; // 64px - - & StIcon { - padding: 12px; // 12px - width: 40px; - height: 40px; // 40px; - } - } -} - -.user-widget.vertical { - .user-widget-label { - text-align: center; - font-weight: normal; - padding-top: 16px; - } - - .user-icon { - icon-size: 96px; // 128px - - & StIcon { - padding: 20px; // 20px - padding-top: 18px; // 18 px - padding-bottom: 22px; // 22px - width: 88px; - height: 88px; // 88px; - } - } -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; -} - -.login-dialog-prompt-label { - color: $light_hint_fg_color; - font-size: 1em; - padding-top: 1em; -} - - -//SCREEN SHIELD - -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: $shadow_1; -} - -.screen-shield-clock { - color: white; - text-shadow: $shadow_1; - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - @include font(display-4); - text-shadow: $shadow_1; -} - -.screen-shield-clock-date { @include font(display-2); } - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; - .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; - } - - .notification, - .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: $alt_dark_bg_color; - color: $light_alt_fg_color; - border-radius: $bt_radius; - } - .notification { margin-right: 16px; } //compensate for space allocated to the scrollbar -} - - -.screen-shield-notification-label { - min-height: $small_size - 2px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: $small_size - 2px; - padding: 2px 0px 0px 16px; - color: $light_alt_fg_color; -} - -#panel.lock-screen { background-color: $alt_dark_bg_color; } - -.screen-shield-background { //just the shadow, really - background: black; - box-shadow: $shadow_5; -} - -/* Screen Shield */ - -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; - .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; - } - - .notification, - .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: $dark_bg_color; - color: $light_fg_color; - border-radius: $bt_radius; - - &.critical { background-color: $alt_dark_bg_color; } - } -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: $dark_sidebar_bg; - background-color: $light_alt_fg_color; - border-radius: 99px; - margin-right: 12px; -} - -#lockDialogGroup { - background: url("assets/background.jpg"); - background-size: cover; -} - -#screenShieldNotifications { - StScrollBar { @extend %overview_scrollbar; } -} - -// Looking Glass -#LookingGlassDialog { - background-color: $base_color; - spacing: 4px; - padding: 0; - border: none; - border-radius: $bt_radius; - box-shadow: $shadow_4; - color: $fg_color; - - & > #Toolbar { - padding: 0 8px; - border: none; - border-radius: 0; - background-color: rgba($base_color, 0.01); - box-shadow: inset 0 -1px 0 $borders_color; - } - .labels { spacing: 0; } - .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: $hint_fg_color; - transition-duration: $longer_duration; - padding-left: 16px; - padding-right: 16px; - min-height: $medium_size; - padding: 0 16px * 2; - &:hover { - box-shadow: inset 0 -2px 0px $track_color; - color: $fg_color; - text-shadow: none; - } - &:selected { - border-bottom-width: 0; - border-color: transparent; - background-color: rgba($base_color, 0.01); - box-shadow: inset 0 -2px 0px $light_alt_fg_color; - color: $fg_color; - text-shadow: none; - } - } - StBoxLayout#EvalBox { padding: 4px; spacing: 4px; } - StBoxLayout#ResultsArea { spacing: 4px; } -} - -.lg-dialog { - StEntry { - selection-background-color: $primary_color; - selected-color: $light_alt_fg_color; - } - .shell-link { - color: $link_color; - &:hover { color: $link_color; } - } -} - -.lg-completions-text { - font-size: 1em; - font-style: italic; -} - -.lg-obj-inspector-title { - spacing: 4px; -} - -.lg-obj-inspector-button { - min-height: $medium_size; - padding: 0 16px; - border: none; - border-radius: $bt_radius; - @include font(button); - @include button(flat-normal); - &:hover { @include button(flat-hover); } - &:active { @include button(flat-active); } - &:insensitive { @include button(flat-insensitive); } - &:focus { @include button(flat-focus); } - &:hover { border: none; } -} - -#lookingGlassExtensions { padding: 4px; } - -.lg-extensions-list { - padding: 4px; - spacing: 6px; -} - -.lg-extension { - border: none; - border-radius: $bt_radius; - padding: 4px; -} - -.lg-extension-name { - @include font(headline); -} - -.lg-extension-meta { - spacing: 6px; -} - -#LookingGlassPropertyInspector { - background: $base_color; - border: none; - border-radius: $bt_radius; - padding: 6px; - box-shadow: $shadow_4; -} diff --git a/src/sass/gnome-shell/_widgets.scss b/src/sass/gnome-shell/_widgets.scss new file mode 100644 index 0000000..ec21579 --- /dev/null +++ b/src/sass/gnome-shell/_widgets.scss @@ -0,0 +1,20 @@ +@import 'widgets/base'; +@import 'widgets/buttons'; +@import 'widgets/calendar'; +@import 'widgets/checkbox'; +@import 'widgets/dashboard'; +@import 'widgets/dialogs'; +@import 'widgets/entrys'; +@import 'widgets/keyboard'; +@import 'widgets/login-dialog'; +@import 'widgets/looking-glass'; +@import 'widgets/misc'; +@import 'widgets/notifications'; +@import 'widgets/osd'; +@import 'widgets/overview'; +@import 'widgets/panel'; +@import 'widgets/popovers'; +@import 'widgets/screen-shield'; +@import 'widgets/scrollbar'; +@import 'widgets/slider'; +@import 'widgets/switch'; diff --git a/src/sass/gnome-shell/extensions/_misc.scss b/src/sass/gnome-shell/extensions/_misc.scss index 98684c8..c1489f6 100644 --- a/src/sass/gnome-shell/extensions/_misc.scss +++ b/src/sass/gnome-shell/extensions/_misc.scss @@ -1,12 +1,9 @@ - // Simple Dock - #dash:desktop { background-color: $dash_panel_bg; } // OpenWeather Extension - .openweather { &-button, &-button-action, @@ -65,7 +62,6 @@ } // GPaste - .popup-menu { .search-entry { color: $fg_color; diff --git a/src/sass/gnome-shell/widgets/_base.scss b/src/sass/gnome-shell/widgets/_base.scss new file mode 100644 index 0000000..2f5068d --- /dev/null +++ b/src/sass/gnome-shell/widgets/_base.scss @@ -0,0 +1,112 @@ +//let's start by telling people not to edit the generated CSS: +$cakeisalie: "This stylesheet is generated, DO NOT EDIT"; +/* #{$cakeisalie} */ + +// GLOBALS +// * { +// // transition-timing-function: $deceleration_curve; +// transition-duration: $longer_duration; +// } + +stage { + // font-family: $font-family; + @include font(body-1); + color: $fg_color; +} + +%icon_tile { + color: $light_alt_fg_color; + border-radius: $bd_radius * 1.5; + padding: 6px; + border: none; + transition-duration: $longer_duration; + text-align: center; +} + +%osd-panel { + color: $fg_color; + background-color: $base_color; + border: none; + box-shadow: $shadow_4; + border-radius: $bt_radius; + padding: 12px; +} + +%overview-panel { + color: $light_alt_fg_color; + background-color: $light_divider_color; + border: none; +} + +%status_text { + @include font(display-2); + color: $light_hint_fg_color; +} + +%popover_bubble { + border-radius: $mn_radius; + border: none; + box-shadow: none; + background-color: if($variant == 'light', rgba(white, 0.75), rgba(lighten($base_color, 8%), 0.75)); + text-shadow: none; + color: $alt_fg_color; + transition: none; + + &:hover, &:focus { + color: $fg_color; + background-color: if($variant == 'light', rgba(white, 1), rgba(lighten($base_color, 15%), 0.75)); + box-shadow: 0 3px 5px rgba(black, 0.1); + } + + &:active { + color: $fg_color; + background-color: if($variant == 'light', rgba(white, 0.65), rgba(lighten($base_color, 10%), 0.75)); + box-shadow: none; + } +} + +%bubble_button { + @include button(normal); + padding: $container_padding * 2; + border-style: solid; + border-width: 0; + border-left-width: 0; + border-bottom-width: 0; + + &:insensitive { @include button(insensitive); } + &:hover { @include button(hover); } + &:focus { @include button(focus); } + &:active { @include button(active); } + + // radius is 2 pixel less to fit in bubble + &:first-child { + border-radius: 0 0 0 $bt_radius; + } + + &:last-child { + border-right-width: 0; + border-radius: 0 0 $bt_radius 0; + } + + &:first-child:last-child { + border-radius: 0 0 $bt_radius $bt_radius; + } +} + +%theme_dialogs { + background-color: $dialog_bg_color; + border-radius: $wm_radius; + border: none; +} + +%overview_scrollbar { + StBin#trough { + background-color: $light_divider_color; + } + + StButton#vhandle, StButton#hhandle { + background-color: $light_hint_fg_color; + &:hover { background-color: $light_alt_fg_color; } + &:active { background-color: $light_alt_fg_color; } + } +} diff --git a/src/sass/gnome-shell/widgets/_buttons.scss b/src/sass/gnome-shell/widgets/_buttons.scss new file mode 100644 index 0000000..bbab298 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_buttons.scss @@ -0,0 +1,41 @@ +.button { + min-height: $medium_size; + padding: 0 16px; + border-width: 0; + border-radius: $bt_radius; + @include font(button); + @include button(flat-normal); + &:hover { @include button(flat-hover); } + &:active { @include button(flat-active); } + &:insensitive { @include button(flat-insensitive); } + &:focus { @include button(flat-focus); } +} + +//close buttons +.window-close { + background-size: 26px; + height: 26px; + width: 26px; + -shell-close-overlap: 10px; + border-radius: 100px; + border: 0 none transparent; + background-color: transparent; + color: transparent; + box-shadow: none; + StIcon { icon-size: 26px; } // for safety + background-image: url("assets/window-close.svg"); + + &:hover { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-hover.svg"); + } + + &:active { + background-size: 26px; + height: 26px; + width: 26px; + background-image: url("assets/window-close-active.svg"); + } +} diff --git a/src/sass/gnome-shell/widgets/_calendar.scss b/src/sass/gnome-shell/widgets/_calendar.scss new file mode 100644 index 0000000..2000465 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_calendar.scss @@ -0,0 +1,448 @@ +// calendar popover +.clock-display-box { + spacing: 4px; + + .clock { + padding-left: 6px; + padding-right: 6px; + } +} + +#calendarArea { + padding: 12px 0; +} + +.calendar { + margin: 2px 12px; + border: none; + box-shadow: none; + background-color: if($variant == 'light', rgba(white, 0.75), rgba(lighten($base_color, 8%), 0.75)); + padding: 4px 8px; + text-shadow: none; + border-radius: $mn_radius; +} + +.datemenu-today-button, +.datemenu-displays-box, +.message-list-sections { + margin: 4px 8px; +} + +.datemenu-displays-section { padding-bottom: 0; } +.datemenu-displays-box { spacing: 8px; } + +.datemenu-calendar-column { + spacing: 8px; + border: none; + padding: 0 $container_padding * 2; + &:ltr { margin-right: $container_padding * 2; border-left-width: 0; } + &:rtl { margin-left: $container_padding * 2; border-right-width: 0; } +} + +.datemenu-today-button { + min-height: $menuitem_size * 2 - 4px * 2; + border: none; + box-shadow: none; + background: none; + padding: 4px 8px; + text-shadow: none; + color: $alt_fg_color; + + // weekday label + .day-label { + @include font(title); + font-weight: bold; + } + + // date label + .date-label { + @include font(headline); + } +} + +.calendar-month-label { + height: $menuitem_size - 4px * 2; + margin: 2px; + padding: 6px 16px; + color: $fg_color; + font-weight: bold; + text-align: center; + text-shadow: none; + + &:focus { background-color: $divider_color; } +} + +.pager-button { + width: $menuitem_size; + height: $menuitem_size; + margin: 2px; + border-radius: 100px; + background-color: transparent; + color: $fg_color; + &:hover, &:focus { background-color: $divider_color; } + &:active { background-color: $track_color; } +} + +.calendar-change-month-back { //arrow back + padding: 0 2px; + background-image: url("assets/calendar-arrow-left.svg"); + &:rtl { background-image: url("assets/calendar-arrow-right.svg"); } +} +.calendar-change-month-forward { //arrow foreward + padding: 0 2px; + background-image: url("assets/calendar-arrow-right.svg"); + &:rtl { background-image: url("assets/calendar-arrow-left.svg"); } +} + +// prev/next month icons +.calendar-change-month-back StIcon, +.calendar-change-month-forward StIcon { + icon-size: 16px; +} + +.calendar-day-base { + @include font(caption); + text-align: center; + width: $menuitem_size; + height: $menuitem_size; + padding: 2px; + margin: 2px; + border-radius: 1000px; + color: $alt_fg_color; + font-feature-settings: "tnum"; + &:hover, &:focus { background-color: $divider_color; } + &:active { + color: $alt_fg_color; + background-color: $track_color; + border-color: transparent; //avoid jumparound due to today + } + &:selected { + color: $fg_color; + background-color: $track_color; + border-color: transparent; //avoid jumparound due to today + } + &.calendar-day-heading { //day of week heading + width: $menuitem_size; + height: $menuitem_size - 7px; + margin-top: 2px; + padding: 7px 0 0; + border-radius: 100px; + background-color: transparent; + color: $hint_fg_color; + @include font(caption); + font-weight: bold; + text-align: center; + } +} + +.calendar-day { //border collapse hack - see calendar.js + border-width: 0; +} +.calendar-day-top { border-top-width: 0; } +.calendar-day-left { border-left-width: 0; } +.calendar-nonwork-day { + color: $fg_color; +} + +.calendar-today { + font-weight: bold !important; + color: $light_alt_fg_color; + background-color: $primary_color; + border: none; + + &:hover, &:focus { + background-color:lighten($primary_color, 3%); + color: $light_alt_fg_color; + } + + &:active, &:selected { + background-color: $primary_color; + color: $light_alt_fg_color; + + &:hover, &:focus { + background-color:lighten($primary_color, 3%); + color: $light_alt_fg_color; + } + } +} + +.calendar-day-with-events { + color: $hint_fg_color; + background-image: url("assets/calendar-today.svg"); + + &.calendar-work-day { + color: $hint_fg_color; + font-weight: bold; + } +} + +.calendar-other-month-day { + color: $disabled_fg_color; + opacity: 0.5; +} + +.calendar-week-number { + width: 22px; + height: 16px; + margin: 6px 6px 6px 4px; + padding: 0 0; + border-radius: $bt_radius; + background-color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05)); + color: $hint_fg_color; + font-size: inherit; + font-weight: bold; + text-align: center; +} + +.world-clocks-button, +.weather-button, +.events-button, +.events-section-title { + @extend %popover_bubble; + min-height: $menuitem_size - 4px * 2; + padding: 12px; + margin: 2px 4px; +} + +.world-clocks-header, +.weather-header, +.events-section-title { + color: $alt_fg_color; + font-weight: bold; +} + +/* Events */ +.events-button { + .events-box { + spacing: 6px; + } + + .events-list { + spacing: 12px; + text-shadow: none; + } + + .events-title { + color: $hint_fg_color; + font-weight: bold; + margin-bottom: 4px; + text-shadow: none; + } + + .event-time { + color: $hint_fg_color; + font-feature-settings: "tnum"; + } +} + +// World Clock +.world-clocks-grid, +.weather-grid { + spacing-rows: 0.4em; + spacing-columns: 0.8em; +} + +.world-clocks-city { + color: $hint_fg_color; + font-weight: bold; + font-size: 0.9em; +} + +.world-clocks-time { + color: $hint_fg_color; + font-feature-settings: "tnum"; + font-size: 1.2em; +} + +.world-clocks-timezone { + color: $hint_fg_color; + font-feature-settings: "tnum"; + font-size: 0.9em; +} + +// Weather +.weather-button { + margin-bottom: 6px; + + .weather-box { + spacing: 0.5em; + } + + .weather-header-box { + spacing: 6px; + } + + .weather-header { + color: $alt_fg_color; + font-weight: bold; + + &.location { + font-weight: normal; + color: $hint_fg_color; + } + } + + .weather-grid { + spacing-rows: 6px; + spacing-columns: 12px; + } + + .weather-forecast-time { + color: $alt_fg_color; + font-feature-settings: "tnum"; + font-size: 9pt; + font-weight: normal; + padding-top: 0.2em; + padding-bottom: 0.4em; + } + + .weather-forecast-icon { + icon-size: 32px; + } + + .weather-forecast-temp { + font-weight: bold; + } +} + +// Message list +.message-list { + width: 31.5em; + padding: 0 12px; + text-shadow: none; + + .message-list-placeholder { spacing: 12px; } +} + +.message-list-clear-button.button { + background-color: transparent; + &:hover, &:focus { background-color: $divider_color; } + &:active { background-color: $track_color; } + margin: 8px 8px 0; +} + +.message-list-section, +.message-list-sections, +.message-list-section-list { + spacing: 8px; +} + +.message-list-section-list:ltr { + padding-left: 0; +} + +.message-list-section-list:rtl { + padding-right: 0; +} + +// do-not-disturb + clear button +.message-list-controls { + margin: 8px 16px 0; + // NOTE: remove the padding if notification_bubble could remove margin for drop shadow + padding: 4px; + spacing: 16px; +} + +.message { + margin: 2px 4px 6px; + @extend %popover_bubble; + + &:first-child { margin-top: 8px; } + + // icon container + .message-icon-bin { + margin: 8px 0; + padding: 8px 0px 8px 8px; + &:rtl { padding: 8px 8px 8px 0px; } + + // icon size and color + > StIcon { + icon-size: 32px; // 32px + -st-icon-style: symbolic; + } + + // fallback + > .fallback-app-icon { + width: 16px; + height: 16px; + } + } + + .message-secondary-bin { + padding: 0 8px; + + > .event-time { + min-height: $small_size - 2px; + color: $hint_fg_color; + font-size: 1em; + text-align: right; + /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ + padding-bottom: 0.13em; + } + } + + .message-title { + min-height: $small_size - 2px; + padding-top: 2px; + color: $fg_color; + font-weight: bold; + font-size: 1em; + } + + .message-content { + min-height: $menuitem_size * 2 - 8px * 2; + padding: 8px; + color: $hint_fg_color; + font-size: 1em; + } + + // close button + .message-close-button { + color: $alt_fg_color; + padding: 0; + height: 24px; + width: 24px; + border-radius: 100px; + + &:hover, &:active { color: $fg_color; } + &:hover, &:focus { background-color: $divider_color; } + &:active { background-color: $track_color; } + } + + // body + .message-body { + color: $hint_fg_color; + } +} + +// URLs in messages +.url-highlighter { + link-color: $link_color; +} + +.message-media-control { + margin: 16px 4px; + padding: 8px; + border-radius: 100px; + color: $alt_fg_color; + &:hover, &:focus { color: $fg_color; background-color: $divider_color; } + &:active { color: $fg_color; background-color: $track_color; } + &:insensitive { color: $disabled_fg_color; } + + &:last-child:ltr { margin-right: 16px; padding-right: 8px; } + &:last-child:rtl { margin-left: 16px; padding-left: 8px; } +} + +.media-message-cover-icon { + icon-size: 32px !important; + margin: 0 0px 0 4px !important; + &:rtl { margin: 0 4px 0 0px !important; } + &.fallback { + icon-size: 16px !important; + padding: 8px; + border: none; + border-radius: $bt_radius; + background-color: $divider_color; + color: $hint_fg_color; + } +} diff --git a/src/sass/gnome-shell/widgets/_checkbox.scss b/src/sass/gnome-shell/widgets/_checkbox.scss new file mode 100644 index 0000000..92a04dc --- /dev/null +++ b/src/sass/gnome-shell/widgets/_checkbox.scss @@ -0,0 +1,36 @@ +.check-box { + * { + min-height: $medium_size - 8px * 2; + padding: 8px 0; + } + + StBoxLayout { spacing: .8em; } + StBin { + width: 24px; + height: 24px; + padding: ($medium_size - 24px) / 2; + border-radius: 100px; + background-image: url("assets/checkbox-off.svg"); + } + &:focus StBin { + background-image: url("assets/checkbox-off.svg"); + } + &:hover StBin { + background-color: $divider_color; + } + &:active StBin { + background-color: $track_color; + } + &:checked StBin { + background-image: url("assets/checkbox.svg"); + } + &:focus:checked StBin { + background-image: url("assets/checkbox.svg"); + } + &:hover:checked StBin { + background-color: rgba($primary_color, $lower_opacity / 2); + } + &:active:checked StBin { + background-color: rgba($primary_color, $lower_opacity); + } +} diff --git a/src/sass/gnome-shell/widgets/_dashboard.scss b/src/sass/gnome-shell/widgets/_dashboard.scss new file mode 100644 index 0000000..0df9db9 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_dashboard.scss @@ -0,0 +1,361 @@ +#dash { + font-size: 1em; + color: $light_alt_fg_color; + background-color: $light_divider_color; + padding: 3px 0; + border: none; + border-left: 0px; + border-radius: 0px ($bd_radius * 1.5) ($bd_radius * 1.5) 0px; + + &:rtl { + border-radius: ($bd_radius * 1.5) 0 0 ($bd_radius * 1.5); + } + + .placeholder { + background-image: url("assets/dash-placeholder.svg"); + background-size: contain; + height: 24px; + } + + .empty-dash-drop-target { + width: 24px; + height: 24px; + } +} + +.dash-item-container > StWidget { + padding: 3px 6px; +} + +.dash-label { //osd tooltip + // min-height: 32px - 6px * 2; + border-radius: $bt_radius; + padding: 7px 8px; + color: $fg_color; + background-color: $base_color; + box-shadow: $shadow_2; + text-align: center; + border: none; + -x-offset: 8px; +} + +// App Vault/Grid +.icon-grid { + spacing: 30px; + -shell-grid-horizontal-item-size: 136px; + -shell-grid-vertical-item-size: 136px; + + row-spacing: $container_padding * 6; + column-spacing: $container_padding * 6; + max-row-spacing: $container_padding * 12; + max-column-spacing: $container_padding * 12; + + .overview-icon { icon-size: 96px; } +} + +//.app-display { spacing: 20px; } + +.system-action-icon { + box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); // FIXME: this should really have a highlight + background-color: $dark_bg_color; + color: white; + border-radius: 99px; + icon-size: 48px; +} + +.app-view-controls { //favorties | all toggle container + width: 320px; + padding-bottom: 32px; + margin: 0 0; +} +.app-view-control { //favorties | all toggle button + padding: 0 16px; + margin: 0 0; + font-weight: bold; + color: $light_alt_fg_color; + background-color: rgba($light_alt_fg_color, 0.15); + &:hover { + color: $light_alt_fg_color; + background-color: rgba($light_alt_fg_color, 0.22); + } + &:active { + color: $light_alt_fg_color; + background-color: darken($primary_color, 3%); + } + &:checked { + color: $light_alt_fg_color; + background-color: $primary_color; + box-shadow: none; + } + &:first-child { + border-right-width: 0; + border-radius: $bt_radius 0 0 $bt_radius; + } + &:last-child { + border-radius: 0 $bt_radius $bt_radius 0; + } +} + +//Icon tile +.search-provider-icon, +.list-search-result { + @extend %icon_tile; + &:focus, &:selected, &:hover { + background-color: $light_divider_color; + transition-duration: 0ms; + } + &:active, &:checked { + background-color: $light_track_color; + transition-duration: $longer_duration; + } +} + +%app-well-app, +.show-apps, +.app-well-app, +.grid-search-result { + & .overview-icon { + @extend %icon_tile; + + &, & > StIcon { + icon-shadow: $panel_asset_shadow; + } + } + + &:hover .overview-icon, + &:focus .overview-icon, + &:selected .overview-icon { + background-color: $light_divider_color; + transition-duration: 0ms; + border-image: none; + background-image: none; + } + + &:active .overview-icon, + &:checked .overview-icon { + background-color: $light_track_color; + box-shadow: none; + transition-duration: $longer_duration; + } +} + +.app-well-app-running-dot { //running apps indicator + width: 5px; height: 5px; + border-radius: 3px; + background-color: $light_alt_fg_color; + margin-bottom: 0; +} + +StWidget.focused .app-well-app-running-dot { + background-color: $primary_color; +} + +.app-well-app.app-folder > .overview-icon { + background-color: $light_divider_color; +} + +.show-apps .show-apps-icon { + color: transparent; + background-image: url("assets/view-app-grid.svg"); + background-size: contain; +} + +.show-apps .overview-icon { + color: transparent; +} + +.show-apps:hover .show-apps-icon, +.show-apps:active .show-apps-icon, +.show-apps:checked .show-apps-icon, +.show-apps:focus .show-apps-icon { + color: transparent; + transition-duration: $longer_duration; +} + +// Collections +.app-folder-popup { //expanded collection + -arrow-border-radius: $bd_radius * 2; + -arrow-background-color: $light_divider_color; + -arrow-base: 0; + -arrow-rise: 12px; +} +.app-folder-popup-bin { padding: 5px; } +.app-folder-icon { + padding: 5px; + spacing-rows: 5px; + spacing-columns: 5px; +} + +.page-indicator { + padding: 15px 20px; + + .page-indicator-icon { + width: 12px; + height: 12px; + border-radius: 12px; + margin: 0; + padding: 0; + background-image: none; + color: transparent; + border: none; + box-shadow: none; + background-color: $light_alt_disabled_fg_color; + } + &:hover .page-indicator-icon { + background-image: none; + background-color: $light_disabled_fg_color; + } + &:active .page-indicator-icon { + margin: 0; + padding: 0; + background-image: none; + color: transparent; + border: none; + box-shadow: none; + background-color: $light_alt_fg_color; + } + &:checked .page-indicator-icon { + background-image: none; + background-color: $light_alt_fg_color; + transition-duration: 0ms; + } + &:checked:active { background-image: none; } +} + +.no-frequent-applications-label { @extend %status_text; } + +.overview-icon.overview-icon-with-label, +.grid-search-result .overview-icon.overview-icon-with-label { + padding: 10px 8px 5px 8px; + spacing: 6px; + + > StBoxLayout { + spacing: 6px; + } +} + +// App Folders +.app-folder { + background: none; + transition: $longer_transition; + + .overview-icon { + background-color: $light_divider_color; + // padding: 16px; + border-radius: $bt_radius * 2; + } + + &:hover .overview-icon { + background-color: rgba(white, 0.2); + } +} + +// expanded folder +.app-folder-dialog { + border-radius: $bd_radius * 4; + border: none; + padding: 12px; + background-color: rgba(#242424, 0.95); + + & .folder-name-container { + padding: 24px 36px 0; + spacing: 12px; + + & .folder-name-label, + & .folder-name-entry { + font-size: 18pt; + font-weight: bold; + } + + & .folder-name-entry { + @extend %search-entry; + width: 300px; + } + + /* FIXME: this is to keep the label in sync with the entry */ + & .folder-name-label { padding: 5px 7px; color: $light_alt_fg_color; } + + & .edit-folder-button { + background-color: $light_divider_color; + color: $light_alt_fg_color; + border: none; + + padding: 0; + width: 36px; + height: 36px; + border-radius: 18px; + + & > StIcon { icon-size: 16px } + + &:hover { background-color: $light_divider_color; } + &:checked, &:active { background-color: $light_track_color; } + } + } + + & .icon-grid { + row-spacing: $container_padding * 2; + column-spacing: $container_padding * 5; + } + + & .page-indicators { + margin-bottom: 18px; + + .page-indicator { + padding: 15px 12px; + } + } + + & StButton#vhandle, + & StButton#vhandle:hover, + & StButton#vhandle:active { background-color: transparent; } +} +.app-folder-dialog-container { + padding: $container_padding; + width: 600px; + height: 600px; +} + +.app-folder-icon { + padding: $container_padding; + spacing-rows: $container_padding; + spacing-columns: $container_padding; +} + +// Rename popup for app folders +.rename-folder-popup { + .rename-folder-popup-item { + spacing: $container_padding; + &:ltr, &:rtl { padding: 0 $container_padding * 2; } + } +} + +// Workspace pager +.workspace-thumbnails { //container ala dash + @extend %overview-panel; + visible-width: 32px; //amount visible before hover + spacing: 12px; + padding: 16px; + border-radius: $bt_radius; + margin: 6px; + // border-width: 0; //fixme: can't have non unoform borders :( + // &:rtl { border-radius: $bt_radius; } + + .placeholder { + background-image: url("assets/dash-placeholder.svg"); + background-size: contain; + height: 24px; + } +} +.workspace-thumbnail-indicator { + border: 2px solid $primary_color; + padding: 6px; + border-radius: 2px; +} + +//Some hacks I don't even +.all-apps, +.search-display > StBoxLayout, +.frequent-apps > StBoxLayout { + // horizontal padding to make sure scrollbars or dash don't overlap content + padding: 0px 88px 10px 88px; +} diff --git a/src/sass/gnome-shell/widgets/_dialogs.scss b/src/sass/gnome-shell/widgets/_dialogs.scss new file mode 100644 index 0000000..b5acdb0 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_dialogs.scss @@ -0,0 +1,507 @@ +%last_dialog_button { + color: white; + background-color: $primary_color; + + &:hover { + color: white; + background-color: lighten($primary_color, 9%); + } + + &:active { + color: white; + background-color: darken($primary_color, 5%); + } + + &:insensitive { + background-color: rgba($primary_color, 0.05); + color: rgba($primary_color, 0.35); + } +} + +// Auth Dialogs & Screen Shield +.framed-user-icon { + background-size: contain; + border: none; + color: $light_alt_fg_color; + border-radius: $circular_radius; + + &:hover { + border-color: $light_alt_fg_color; + color: $light_alt_fg_color; + } +} + +// modal dialog +.modal-dialog { + color: $fg_color; + padding: 0 5px 6px 5px; + @extend %theme_dialogs; + + &-linked-button { + min-height: 40px; + padding: 0 16px; + margin: 3px 3px; + border: none !important; + border-radius: $bt_radius; + @include font(button); + @include button(flat-normal); + &:hover { @include button(flat-hover); } + &:active { @include button(flat-active); } + &:insensitive { @include button(flat-insensitive); } + &:focus { @include button(flat-focus); } + } + + &-linked-button:last-child { + @extend %last_dialog_button; + } + + .modal-dialog-content-box { + margin: 32px 40px; + spacing: 32px; + max-width: 28em; + } + .run-dialog-entry { width: 20em; margin-bottom: 6px; } + .run-dialog-error-box { + padding-top: 16px; + spacing: 6px; + } + .run-dialog-button-box { + padding-top: 1em; + } + .run-dialog-label { + font-size: 1em; + font-weight: normal; + color: $hint_fg_color; + padding-bottom: .4em; + } +} + + .mount-dialog-subject, + .end-session-dialog-subject { //this should be a generic header class + @include font(title); + } + +// Message Dialog +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; +} + +.message-dialog-content { + spacing: 18px; + + .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; + + &.leightweight { + font-size: 13pt; + font-weight: 800; + } + } + + .message-dialog-description { text-align: center; } +} + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; +} + +.message-dialog-subtitle { + color: $alt_fg_color; + font-weight: bold; +} + +// Dialog List +.dialog-list { + spacing: 18px; + + .dialog-list-title { + text-align: center; + font-weight: bold; + } + + .dialog-list-scrollview { max-height: 200px; } + .dialog-list-box { + spacing: 1em; + + .dialog-list-item { + spacing: 1em; + + .dialog-list-item-title { font-weight: bold; } + .dialog-list-item-description { + color: $alt_fg_color; + @include font(title); + } + } + } +} + +// Run Dialog +.run-dialog { + .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 14px; + } + .run-dialog-entry { width: 20em; } + .run-dialog-description { + text-align: center; + color: $alt_fg_color; + @include font(title); + } +} + +// End Session Dialog +.end-session-dialog { + width: 30em; + border: none; + + .end-session-dialog-battery-warning, + .dialog-list-title { + color: $warning_color; + } +} + +.end-session-dialog-list { + padding-top: 20px; +} + +.end-session-dialog-layout { + padding-left: 17px; + &:rtl { padding-right: 17px; } +} + +.end-session-dialog-description { + padding-bottom: 10px; + &:rtl { + text-align: right; + } +} + +.end-session-dialog-warning { + width: 28em; + color: $warning_color; + padding-top: 6px; + &:rtl { + text-align: right; + } +} + +.end-session-dialog-logout-icon { + border-radius: 5px; + width: 48px; + height: 48px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: $hint_fg_color; + width: 48px; + height: 48px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; +} + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; +} + +.end-session-dialog-list-header { + font-weight: bold; + &:rtl { text-align: right; } +} + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; +} + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; +} + +.end-session-dialog-app-list-item-description { + color: $hint_fg_color; + font-size: 1em; +} + +// ShellMountOperation Dialogs +.shell-mount-operation-icon { icon-size: 48px; } + +.mount-dialog { + spacing: 24px; + + .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; + } + + .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; + } + + .message-dialog-body { + padding-left: 17px; + width: 28em; + } + + .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; + } +} + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.mount-dialog-app-list-item { + color: $fg_color; + &:hover { color: $fg_color; } + &:ltr { padding-right: 1em; } + &:rtl { padding-left: 1em; } +} + +.mount-dialog-app-list-item-icon { + &:ltr { padding-right: 17px; } + &:rtl { padding-left: 17px; } +} + +.mount-dialog-app-list-item-name { + font-size: 1em; +} + +// Password or Authentication Dialog +.prompt-dialog { + //this is the width of the entire modal popup + width: 28em; + border: none; + + .modal-dialog-content-box { + margin-bottom: 24px; + } + + .message-dialog-main-layout { spacing: 24px; padding: 10px; } + .message-dialog-content { spacing: 16px; } + .message-dialog-title { @include font(title); color: $fg_color; } +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; + + .prompt-dialog-password-entry { + width: auto; + + // 4px (spacing) + 16px (spinner-width) + &:ltr { margin-left: 20px; } + &:rtl { margin-right: 20px; } + } +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + @include font(title); + margin: 6px; +} + +.prompt-dialog-error-label { + color: $warning_color; +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 1em; + color: $error_color; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 1em; + padding-bottom: 8px; + color: $hint_fg_color; +} + +.hidden { + color: rgba(0,0,0,0); +} + +.prompt-dialog-null-label { + font-size: 1em; + padding-bottom: 8px; + color: $hint_fg_color; +} + + +// Polkit Dialog +.polkit-dialog-user-layout { + text-align: center; + spacing: 8px; + margin-bottom: 6px; + + .polkit-dialog-user-root-label { + color: $warning_color; + } + + .polkit-dialog-user-icon { + border-radius: $circular_radius; + background-size: contain; + width: 48px; + height: 48px; + margin: 6px; + } +} + +// Audio selection dialog +.audio-device-selection-dialog { + .modal-dialog-content-box { margin-bottom: 28px; } + .audio-selection-box { spacing: 20px; } +} + +.audio-selection-content { + spacing: 20px; + padding: 24px; +} + +.audio-selection-title { + font-weight: bold; + text-align: center; +} + +.audio-selection-device { + border: 1px solid $borders_color; + border-radius: $bt_radius; + &:hover, &:focus { background-color: $visit_color; } + &:active { + background-color: $selected_bg_color; + color: $selected_fg_color; + } +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +// Access Dialog +.access-dialog { + spacing: 30px; +} + +// Geolocation Dialog +.geolocation-dialog { + spacing: 30px; +} + +// Extension Dialog +.extension-dialog { + .message-dialog-main-layout { spacing: 24px; padding: 10px; } + .message-dialog-title { color: $alt_fg_color; } +} + +// Inhibit-Shortcuts Dialog +.inhibit-shortcuts-dialog { + spacing: 30px; +} + +// Network Agent Dialog +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +// NETWORK DIALOGS +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} +.nm-dialog-header-hbox { spacing: 10px; } +.nm-dialog-airplane-box { spacing: 12px; } + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { color: $fg_color; } +.nm-dialog-header-icon { icon-size: 32px; } +.nm-dialog-scroll-view { + border: 1px solid $borders_color; + padding: 0; + background-color: if($variant == 'light', rgba(black, 0.05), rgba(black, 0.1)); + border-radius: $bt_radius; +} +.nm-dialog-header { @include font(title); } + +.nm-dialog-item { + font-size: 1em; + border-bottom: none; + border-radius: $bt_radius; + padding: 12px; + spacing: 20px; + &:hover, &:focus { background-color: $divider_color; } + &:active { background-color: $track_color; } +} + +.nm-dialog-item:selected { + background-color: $primary_color; + color: $light_alt_fg_color; +} + +.nm-dialog-icons { spacing: .5em; } +.nm-dialog-icon { icon-size: 16px; } +.no-networks-label { color: $hint_fg_color; } +.no-networks-box { spacing: 12px; } diff --git a/src/sass/gnome-shell/widgets/_entrys.scss b/src/sass/gnome-shell/widgets/_entrys.scss new file mode 100644 index 0000000..0e430fa --- /dev/null +++ b/src/sass/gnome-shell/widgets/_entrys.scss @@ -0,0 +1,29 @@ +StEntry { + min-height: $medium_size; + min-width: $large_size; + padding: 0 8px; + margin: 3px; + border-width: 0; + color: $fg_color; + caret-color: $fg_color; + selection-background-color: $primary_color; + selected-color: $light_alt_fg_color; + // @include font(subheading); + @include entry(normal); + &:hover { @include entry(hover);} + &:focus { @include entry(focus);} + &:insensitive { @include entry(insensitive);} + StIcon.capslock-warning { + icon-size: 16px; + warning-color: $warning_color; + padding: 0 0; + } + StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; + } + StLabel.hint-text { + margin-left: 2px; + color: transparentize($fg_color, 0.3); + } +} diff --git a/src/sass/gnome-shell/widgets/_keyboard.scss b/src/sass/gnome-shell/widgets/_keyboard.scss new file mode 100644 index 0000000..a1e04c7 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_keyboard.scss @@ -0,0 +1,86 @@ +// On-screen Keyboard +.word-suggestions { + font-size: 14pt; + spacing: 12px; + min-height: 20pt; +} + +#keyboard { + background-color: rgba(black, 0.25); + box-shadow: none; + + .page-indicator { + padding: 6px; + + .page-indicator-icon { + width: 8px; + height: 8px; + } + } +} + +// the container for individual keys +.key-container, +.keyboard-layout { + padding: 4px; + spacing: 4px; +} + +// .keyboard-row { spacing: 15px; } + +.keyboard-key { + min-height: 1.2em; + min-width: 1.2em; + font-weight: bold; + font-size: round(16) + pt; + border-radius: $mn_radius; + border: none; + color: $alt_fg_color; + background-color: $solid_bg_color; + box-shadow: 0 1px 3px rgba(black, 0.15); + + &:focus, &:hover { color: $fg_color; background-color: if($variant == 'light', white, lighten($solid_bg_color, 10%)); } + &:checked, &:active { color: $fg_color; background-color: darken($solid_bg_color, 10%); } + &:grayed { //FIXME + background-color: $alt_dark_bg_color; + color: $light_alt_fg_color; + border-color: $alt_dark_bg_color; + } + + &.default-key { // non-character keys + background-color: $alt_solid_bg_color; + box-shadow: 0 2px 3px rgba(black, 0.15); + + &:focus, &:hover { color: $fg_color; background-color: lighten($alt_solid_bg_color, 10%); } + &:checked, &:active { color: $fg_color; background-color: darken($alt_solid_bg_color, 10%); } + } + + &.enter-key { // enter key is suggested-action + color: $light_fg_color; + background-color: $primary_color; + box-shadow: 0 2px 3px rgba(black, 0.15); + + &:focus, &:hover { color: $light_fg_color; background-color: lighten($primary_color, 5%); } + &:checked, &:active { color: $light_fg_color; background-color: darken($primary_color, 10%); } + } + + &.shift-key-uppercase { + &, &:focus, &:hover, &:checked, &:active { + color: $primary_color; + } + } + + StIcon { icon-size: 1.125em; } +} + +.keyboard-subkeys { //long press on a key popup + color: inherit; + -arrow-border-radius: $bt_radius; + -arrow-background-color: rgba(black, 0.45); + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; + box-shadow: $shadow_2; +} diff --git a/src/sass/gnome-shell/widgets/_login-dialog.scss b/src/sass/gnome-shell/widgets/_login-dialog.scss new file mode 100644 index 0000000..c203687 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_login-dialog.scss @@ -0,0 +1,222 @@ +.login-dialog-banner-view { + padding-top: 24px; + max-width: 23em; +} + +.login-dialog { + //reset + border: none; + background-color: transparent; + + StEntry { + selection-background-color: $primary_color; + selected-background-color: $primary_color; + selected-color: white; + padding: 4px 8px; + min-height: $small_size; + @include entry(flat-normal); + &:focus { @include entry(flat-focus); } + &:insensitive { @include entry(flat-insensitive); } + border-radius: $circular_radius; + } + + .modal-dialog-button-box { spacing: 3px; } + + .modal-dialog-button { + padding: 0 16px; + @include button(flat-normal, $tc: $light_fg_color); + &:hover,&:focus { @include button(flat-hover, $tc: $light_fg_color); } + &:active { @include button(flat-active, $tc: $light_fg_color); } + &:insensitive { @include button(flat-insensitive, $tc: $light_fg_color); } + + &:default { + @include button(normal, $c: $suggested_color, $tc: $light_fg_color); + &:hover,&:focus { @include button(hover, $c: $suggested_color, $tc: $light_fg_color); } + &:active { @include button(active, $c: $suggested_color, $tc: $light_fg_color); } + &:insensitive { @include button(insensitive, $c: $light_divider_color, $tc: $light_disabled_fg_color); } + } + } + + .cancel-button, + .switch-user-button, + .login-dialog-session-list-button { + padding: 0; + border-radius: 100px; + width: 32px; + height: 32px; + border: none; + background-color: rgba($borders_color, 0.1); + + StIcon { icon-size: 16px; } + } + + .login-dialog-message-warning { + color: $light_alt_fg_color; + } +} + +// Caps-lock warning +.caps-lock-warning-label { + text-align: center; + margin-bottom: 8px; + padding: 2px 6px; + color: white; + background-color: $warning_color; + border-radius: $circular_radius; +} + +.login-dialog-logo-bin { padding: 24px 0px; } +.login-dialog-banner { color: $light_alt_fg_color; } +.login-dialog-button-box { spacing: 5px; } +.login-dialog-message-warning { color: $warning_color; } +.login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; } +.login-dialog-user-selection-box { padding: 100px 0px; } +.login-dialog-not-listed-label { + padding-left: 2px; + .login-dialog-not-listed-button:focus &, + .login-dialog-not-listed-button:hover & { + color: $light_fg_color; + } +} + +.login-dialog-not-listed-label { + font-size: 1em; + font-weight: bold; + color: $light_alt_fg_color; + padding-top: 1em; + &:hover { color: $light_alt_fg_color; } + &:focus { background-color: $light_divider_color; } +} + +.login-dialog-user-list-view { -st-vfade-offset: 1em; } +.login-dialog-user-list { + spacing: 12px; + padding: .2em; + width: 23em; + &:expanded .login-dialog-user-list-item:selected { background-color: $light_divider_color; color: $light_alt_fg_color; } + &:expanded .login-dialog-user-list-item:hover { background-color: $light_divider_color; color: $light_alt_fg_color; } + &:expanded .login-dialog-user-list-item:active { background-color: $light_track_color; color: $light_alt_fg_color; } + &:expanded .login-dialog-user-list-item:logged-in { border-right: 2px solid $selected_bg_color; } +} + +.login-dialog-user-list-item { + border-radius: $mn_radius; + padding: 6px; + color: $light_alt_fg_color; + &:ltr .user-widget { padding-right: 1em; } + &:rtl .user-widget { padding-left: 1em; } + &:hover { background-color: $light_divider_color; color: $light_alt_fg_color; } + &:active { background-color: $light_track_color; color: $light_alt_fg_color; } + .login-dialog-timed-login-indicator { + height: 2px; + margin: 6px 0 0 0; + background-color: $light_alt_fg_color; + } + &:focus .login-dialog-timed-login-indicator { background-color: $light_alt_fg_color; } +} + +// .login-dialog-username, +.user-widget-label { + color: $light_alt_fg_color; +} + +// User icon +.user-icon { + background-size: contain; + color: $light_alt_fg_color; + border-radius: $circular_radius; + border: 2px $light_alt_fg_color; + + &:hover { + color: $light_fg_color; + } + + & StIcon { + background-color: transparentize($light_alt_fg_color, 0.95); + border-radius: 99px; + } +} + +.user-widget.vertical .user-icon { + icon-size: 128px; // 128px + + & StIcon { + padding: $container_padding * 3 + 2px; // 20px + padding-top: $container_padding * 3; // 18 px + padding-bottom: $container_padding * 3 + 4px; // 22px + width: 88px; height: 88px; // 88px; + } +} + +.user-widget.horizontal .user-icon { + icon-size: 64px; + + & StIcon { + padding: $container_padding * 2 ; // 12px + width: $container_padding * 2.5; height: $container_padding * 2.5; // 40px; + } +} + +.user-widget.horizontal { + .user-widget-label { + // @include font(title); + font-weight: bold; + text-align: left; + padding-left: 15px; + + &:ltr { padding-left: 14px; } + &:rtl { padding-right: 14px; } + } + + .user-icon { + icon-size: 64px; // 64px + + & StIcon { + padding: 12px; // 12px + width: 40px; + height: 40px; // 40px; + } + } +} + +.user-widget.vertical { + .user-widget-label { + text-align: center; + font-weight: normal; + padding-top: 16px; + } + + .user-icon { + icon-size: 96px; // 128px + + & StIcon { + padding: 20px; // 20px + padding-top: 18px; // 18 px + padding-bottom: 22px; // 22px + width: 88px; + height: 88px; // 88px; + } + } +} + +.login-dialog-prompt-entry { + height: 1.5em; +} + +.login-dialog-prompt-layout { + padding-top: 24px; + padding-bottom: 12px; + spacing: 8px; + width: 23em; +} + +.login-dialog-prompt-label { + color: $light_hint_fg_color; + font-size: 1em; + padding-top: 1em; +} + +#lockDialogGroup { + background: url("assets/background.jpg"); + background-size: cover; +} diff --git a/src/sass/gnome-shell/widgets/_looking-glass.scss b/src/sass/gnome-shell/widgets/_looking-glass.scss new file mode 100644 index 0000000..abff27c --- /dev/null +++ b/src/sass/gnome-shell/widgets/_looking-glass.scss @@ -0,0 +1,108 @@ +#LookingGlassDialog { + background-color: $base_color; + spacing: 4px; + padding: 0; + border: none; + border-radius: $bt_radius; + box-shadow: $shadow_4; + color: $fg_color; + + & > #Toolbar { + padding: 0 8px; + border: none; + border-radius: 0; + background-color: rgba($base_color, 0.01); + box-shadow: inset 0 -1px 0 $borders_color; + } + + .labels { spacing: 0; } + .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: $hint_fg_color; + transition-duration: $longer_duration; + padding-left: 16px; + padding-right: 16px; + min-height: $medium_size; + padding: 0 16px * 2; + &:hover { + box-shadow: inset 0 -2px 0px $track_color; + color: $fg_color; + text-shadow: none; + } + &:selected { + border-bottom-width: 0; + border-color: transparent; + background-color: rgba($base_color, 0.01); + box-shadow: inset 0 -2px 0px $light_alt_fg_color; + color: $fg_color; + text-shadow: none; + } + } + StBoxLayout#EvalBox { padding: 4px; spacing: 4px; } + StBoxLayout#ResultsArea { spacing: 4px; } +} + +.lg-dialog { + StEntry { + selection-background-color: $primary_color; + selected-color: $light_alt_fg_color; + } + .shell-link { + color: $link_color; + &:hover { color: $link_color; } + } +} + +.lg-completions-text { + font-size: 1em; + font-style: italic; +} + +.lg-obj-inspector-title { + spacing: 4px; +} + +.lg-obj-inspector-button { + min-height: $medium_size; + padding: 0 16px; + border: none; + border-radius: $bt_radius; + @include font(button); + @include button(flat-normal); + &:hover { @include button(flat-hover); } + &:active { @include button(flat-active); } + &:insensitive { @include button(flat-insensitive); } + &:focus { @include button(flat-focus); } + &:hover { border: none; } +} + +#lookingGlassExtensions { padding: 4px; } + +.lg-extensions-list { + padding: 4px; + spacing: 6px; +} + +.lg-extension { + border: none; + border-radius: $bt_radius; + padding: 4px; +} + +.lg-extension-name { + @include font(headline); +} + +.lg-extension-meta { + spacing: 6px; +} + +#LookingGlassPropertyInspector { + background: $base_color; + border: none; + border-radius: $bt_radius; + padding: 6px; + box-shadow: $shadow_4; +} diff --git a/src/sass/gnome-shell/widgets/_misc.scss b/src/sass/gnome-shell/widgets/_misc.scss new file mode 100644 index 0000000..1e07257 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_misc.scss @@ -0,0 +1,253 @@ +// Pointer location +.ripple-pointer-location { + width: 48px; + height: 48px; + border-radius: 24px; // radius equals the size of the box to give us the curve + background-color: lighten(transparentize($primary_color, 0.7), 30%); + box-shadow: 0 0 2px 2px lighten($primary_color, 20%); +} + +// Pointer accessibility notifications +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: $primary_color; + -pie-background-color: lighten(transparentize($primary_color, 0.7), 40%); +} + +// links +.shell-link { + border-radius: $bt_radius; + color: $link_color; + &:hover { + color: $link_color; + background-color: rgba($link_color, $lower_opacity / 2); + } + &:active { + color: $link_color; + background-color: rgba($link_color, $lower_opacity); + } +} + +// Caps-lock warning +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + @include font(body-1); + color: $warning_color; +} + +.headline { @include font(title); } +.lightbox { background-color: black; } +.flashspot { background-color: white; } + +// App Switcher +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.osd-window, +.resize-popup, +.switcher-list { + @extend %osd-panel; +} + +.switcher-list-item-container { spacing: 8px; } + +.switcher-list .item-box { + padding: 8px; + border-radius: $bt_radius; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: none; + background-color: $divider_color; + color: $fg_color; // for Ubuntu session +} + +.switcher-list .item-box:selected { + background-color: $primary_color; + color: $light_alt_fg_color; +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: $borders_color; +} + +.switcher-arrow { + border-color: rgba(0,0,0,0); + color: $hint_fg_color; + &:highlighted { + color: $fg_color; + } +} + +.input-source-switcher-symbol { + @include font(display-2); + width: 96px; + height: 96px; +} + +// Window Cycler +.cycler-highlight { border: 4px solid $primary_color; } + +// Workspace Switcher +.workspace-switcher-group { padding: 8px; } + +.workspace-switcher-container { + @extend %osd-panel; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 48px; + background-color: $primary_color; + color: $light_alt_fg_color; + background-size: 32px; + border-radius: $bt_radius; +} + +.ws-switcher-box { + height: 48px; + border: none; + background: $divider_color; + border-radius: $bt_radius; +} + +// Tiled window previews +.tile-preview { + background-color: rgba($primary_color, $lower_opacity); + border: 1px solid $primary_color; +} + +.tile-preview-left.on-primary { + border-radius: $panel-corner-radius 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 $panel-corner-radius 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: $panel-corner-radius $panel-corner-radius 0 0; +} + +// Activities Ripples +.ripple-box { + width: 48px; + height: 48px; + border-radius: 0 0 48px 0; + background-color: rgba($primary_color, 0.35); + background-image: none; + background-size: auto; +} + +.ripple-box:rtl { + border-radius: 0 0 0 48px; + background-image: none; +} + +// counter +.summary-source-counter { + font-size: 1em; + font-weight: bold; + height: 1.6em; width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: $primary_color; + color: $light_alt_fg_color; + border: 2px solid $primary_color; + box-shadow: 0 2px 2px rgba(0,0,0,0.5); + border-radius: 0.9em; // should be 0.8 but whatever; wish I could do 50%; +} + +.secondary-icon { icon-size: em(16px); } + +//chat bubbles +.chat-body { spacing: 5px; } +.chat-response { margin: 5px; } +.chat-log-message { color: $fg_color; } +.chat-new-group { padding-top: 1em; } +.chat-received { + padding-left: 4px; + &:rtl { padding-left: 0px; padding-right: 4px; } +} + +.chat-sent { + padding-left: 18pt; + color: $alt_fg_color; + &:rtl { padding-left: 0; padding-right: 18pt; } +} + +.chat-meta-message { + padding-left: 4px; + @include font(caption); + color: $hint_fg_color; + &:rtl { padding-left: 0; padding-right: 4px; } +} + +//hotplug +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; + @extend %bubble_button; + &:focus { padding: 1px 71px 1px 11px; } +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { spacing: 8px; } + +.hotplug-resident-mount { + spacing: 8px; + border-radius: $bt_radius; + &:hover { background-color: $divider_color; } + &:active { background-color: $track_color; } +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: $bt_radius; + color: $fg_color; +} diff --git a/src/sass/gnome-shell/widgets/_notifications.scss b/src/sass/gnome-shell/widgets/_notifications.scss new file mode 100644 index 0000000..3efa487 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_notifications.scss @@ -0,0 +1,67 @@ +// NOTIFICATIONS & MESSAGE TRAY + +.url-highlighter { link-color: $link_color; } + +// Banners +.notification-banner { + font-size: 1em; + width: 34em; + min-height: $menuitem_size * 2; + margin: 5px; + border-radius: $bt_radius; + color: $fg_color; + background-color: rgba($base_color, 0.92); + border: none; + box-shadow: $shadow_2; + + &:hover { background-color: rgba($base_color, 0.95); } + &:focus { background-color: $base_color; } + + .notification-icon { padding: 5px; } + .notification-content { padding: 5px; spacing: 5px; } + .secondary-icon { icon-size: em(16px); } + .notification-actions { + background-color: transparent; + padding-top: 0; + border-top: 1px solid $borders_color; + spacing: 1px; + } + + .notification-button { + min-height: 40px; + padding: 0 16px; + background-color: transparent; + color: $alt_fg_color; + font-weight: 500; + border-width: 0; + + &:first-child { border-radius: 0 0 0 $bt_radius; } + + &:last-child { border-radius: 0 0 $bt_radius 0; } + + &:only-child, &:first-child:last-child { border-radius: 0 0 $bt_radius $bt_radius; } + + &:focus { + background-color: transparent; + color: $alt_fg_color; + box-shadow: inset 0 0 0 2px $divider_color; + } + + &:hover, &:focus:hover { + background-color: $divider_color; + color: $fg_color; + box-shadow: none; + } + + &:active { + background-color: $track_color; + color: $fg_color; + } + } +} + +// Eeeky things +.magnifier-zoom-region { + border: 2px solid $primary_color; + &.full-screen { border-width: 0; } +} diff --git a/src/sass/gnome-shell/widgets/_osd.scss b/src/sass/gnome-shell/widgets/_osd.scss new file mode 100644 index 0000000..34ead21 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_osd.scss @@ -0,0 +1,48 @@ +// OSD +.osd-window { + @extend %osd-panel; + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; + + .osd-monitor-label { @include font(display-2); } + + .level { + height: 4px; + border-radius: 3px; + background-color: rgba(black, 0.1); + color: $fg_color; + + // For >= 3.29.90 + -barlevel-height: 4px; + // FIXME: above 'background-color' property rendered correct trough + // colour already, so keep -background-color style-property transparent + -barlevel-background-color: rgba(black, 0.1); + -barlevel-active-background-color: $selected_bg_color; + -barlevel-overdrive-color: $destructive_color; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -barlevel-border-color: rgba(black, 0.15); + } + + .level-bar { + background-color: white; + border-radius: 16px; + } +} + +// Pad OSD +.pad-osd-window { + padding: 32px; + background-color: $dark_bg_color; + + .pad-osd-title-box { spacing: 12px; } + .pad-osd-title-menu-box { spacing: 6px; } +} + +.combo-box-label { + width: 15em; +} diff --git a/src/sass/gnome-shell/widgets/_overview.scss b/src/sass/gnome-shell/widgets/_overview.scss new file mode 100644 index 0000000..e72930e --- /dev/null +++ b/src/sass/gnome-shell/widgets/_overview.scss @@ -0,0 +1,144 @@ +#overview { + spacing: 24px; + StScrollBar { @extend %overview_scrollbar; } +} + +.overview-controls { + padding-bottom: 32px; +} + +.window-picker { //container around window thumbnails + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 32px; + spacing: 12px; + + &.external-monitor { padding: 16px; } +} + +.window-clone-border { + border: 4px solid $light_track_color; + border-radius: $bt_radius; + // For window decorations with round corners we can't match + // the exact shape when the window is scaled. So apply a shadow + // to fix that case + box-shadow: inset 0 0 0 1px $light_track_color; +} + +.window-caption { + spacing: 25px; + color: $light_alt_fg_color; + background-color: $dark_bg_color; + border-radius: $bt_radius; + padding: 4px 8px; + border: none; + font-weight: normal; + @include font(body); +} + +//search entry +%search-entry, .search-entry { + width: 320px - 8px * 2; + padding: 0 8px; + border: none; + color: $light_hint_fg_color; + caret-color: $light_alt_fg_color; + selection-background-color: $light_track_color; + selected-color: $light_alt_fg_color; + @include search_entry(normal, $fc:$light_track_color); + + &:focus { + @include search_entry(focus, $fc:$light_alt_fg_color); + padding: 0 8px; + border: none; + color: $light_alt_fg_color; + } + + .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: $light_hint_fg_color; + } + + &:hover, &:focus { + .search-entry-icon { color: $light_alt_fg_color; } + } + + &:insensitive { + border: none; + color: $light_disabled_fg_color; + } + + StLabel.hint-text { + color: $light_hint_fg_color; + } +} + +//search results + +// #searchResultsBin { +// max-width: 1000px; +// } + +#searchResultsContent { + max-width: 1000px; + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { // This should be equal to #searchResultsContent spacing + spacing: 16px; + + .search-section-separator { + height: 1px; + background-color: $light_divider_color; + } +} + +.search-section-content { // This is the space between the provider icon and the results container + spacing: 32px; + border-radius: 0; + border: none; + box-shadow: none; + background: none; + text-shadow: none; + color: $light_alt_fg_color; +} + +.search-statustext { // "no results" + @extend %status_text; +} + +// Search results with icons +.grid-search-result { + @extend %app-well-app; +} + +// search result provider +.search-provider-icon { + @extend %app-well-app; + + // content + .list-search-provider-content { + spacing: 12px; + + // provider labels + .list-search-provider-details { + width: 120px; + margin-top: 0; + color: $light_hint_fg_color; + // font-weight: bold; + } + } +} + +.list-search-results { spacing: 3px; } + +.list-search-result-content { spacing: 30px; } +.list-search-result-title { @include font(subheading); color: $light_alt_fg_color; spacing: 12px; } +.list-search-result-description { color: $light_alt_fg_color; } +.list-search-provider-details { width: 150px; color: $light_alt_fg_color; margin-top: 0.24em; } +.list-search-provider-content { spacing: 20px; } +.search-provider-icon { padding: 15px; } + diff --git a/src/sass/gnome-shell/widgets/_panel.scss b/src/sass/gnome-shell/widgets/_panel.scss new file mode 100644 index 0000000..b1adf39 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_panel.scss @@ -0,0 +1,181 @@ +#panel { + background-color: $panel_bg; + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: $menuitem_size; + box-shadow: 0 3px 6px rgba(black, 0.22), 0 5px 16px rgba(black, 0.35); + + &:overview, + &.unlock-screen, + &.login-screen, + &.lock-screen { + background-color: transparent; + + .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; + } + } + + #panelLeft, #panelCenter { // spacing between activities<>app menu and such + spacing: 0; + } + + .panel-corner { + -panel-corner-radius: $panel-corner-radius; + -panel-corner-background-color: $panel_bg; + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; + + &:active, &:overview, &:focus { + -panel-corner-border-color: $panel_fg; + } + + &.lock-screen, &.login-screen, &.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; + } + + StLabel { padding: 0 4px; } + } + + .panel-button { + -natural-hpadding: 8px; + -minimum-hpadding: 8px; + font-weight: bold; + color: $panel_fg; + transition-duration: $longer_duration; + border-radius: $bt_radius; + // margin-top: 2px; + // margin-bottom: 2px; + + StLabel { padding: 0 2px; } + + &, &:hover, &:active, &:overview, &:focus, &:checked { + text-shadow: $panel_asset_shadow; + + .system-status-icon, + .app-menu-icon > StIcon, + .popup-menu-arrow { + icon-shadow: $panel_asset_shadow; + } + } + + .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 0; + margin-right: 0; + icon-size: 16px; + //dimensions of the icon are hardcoded + + > StIcon { + padding-left: 4px; + padding-right: 6px; + } + } + + .popup-menu-arrow { width: 0; height: 0; } // Remove arrow on panel button + + &:hover { + color: $panel_fg; + background-color: $light_divider_color; + } + + &:active, &:overview, &:focus, &:checked { + &, &:hover { + background-color: $light_track_color; + color: $panel_fg; + box-shadow: none; + } + } + + .system-status-icon { icon-size: em(16px); padding: 0 4px; } + .unlock-screen &, + .login-screen &, + .lock-screen & { + color: $panel_fg; + &:focus, &:hover, &:active { color: $panel_fg; } + } + } + + .panel-button.clock-display { + &:active, &:overview, &:focus, &:checked { + .clock { + background: none; + box-shadow: none; + } + } + } + + .panel-status-indicators-box, + .panel-status-menu-box { + spacing: 2px; + } + + // spacing between power icon and (optional) percentage label + .power-status.panel-status-indicators-box { + spacing: 0; + } + + .screencast-indicator { color: $error_color; } + .remote-access-indicator { color: $warning_color; } // > 3.29.4 + + &.solid { + background-color: $panel_bg; + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; // for Ubuntu session + text-shadow: none; // for Ubuntu session + + &:overview { background-color: transparent; } // for Ubuntu session + + .panel-corner { + -panel-corner-background-color: $panel_bg; + } + + .panel-button { + color: $panel_fg; + text-shadow: none; + + &:active, &:overview, &:focus, &:checked { + color: $light_alt_fg_color; + text-shadow: 0 1px rgba(black, 0.45); + } + } + + .system-status-icon, + .app-menu-icon > StIcon, + .popup-menu-arrow { + icon-shadow: none; + + &:active, &:overview, &:focus, &:checked { + icon-shadow: 0 1px rgba(black, 0.45); + } + } + } +} + +// Activities button +#panel #panelActivities.panel-button { + > * { + background-image: url("assets/activities.svg"); + background-position: center top; + // background-size: 18px 18px; + width: 24px; + height: 24px; + background-color: transparent !important; + background-gradient-direction: none !important; + border: none; + color: transparent; + } + + &:active, &:overview, &:focus, &:checked { + background-color: transparent; + border: none; + + // > * { background-image: url("assets/activities-active.svg"); } + } +} diff --git a/src/sass/gnome-shell/widgets/_popovers.scss b/src/sass/gnome-shell/widgets/_popovers.scss new file mode 100644 index 0000000..c865667 --- /dev/null +++ b/src/sass/gnome-shell/widgets/_popovers.scss @@ -0,0 +1,281 @@ +$popop_menuitem_radius: $wm_radius - 4px; + +.popup-menu { + min-width: 12em; + color: $alt_fg_color; + padding: 0 0 !important; + + .popup-menu-arrow { } //defined globally in the TOP BAR + + .popup-menu-content { + padding: 6px 0 !important; + @extend %theme_dialogs; + box-shadow: 0 8px 16px 0 rgba(black, 0.25); + border: 1px solid if($variant=='light', rgba(black, 0), rgba(black, 0.75)); + margin: 4px 8px !important; + } + + .popup-menu-item { + spacing: 12px; + padding-top: 6px !important; + padding-bottom: 6px !important; + color: $alt_fg_color; + text-shadow: none; + border-radius: $popop_menuitem_radius; + margin: 0 6px; + transition-duration: 0ms; + + &:ltr { padding-right: 2em !important; padding-left: 0 !important; } + &:rtl { padding-right: 0 !important; padding-left: 2em !important; } + + &:checked { + font-weight: normal; + border-radius: $popop_menuitem_radius $popop_menuitem_radius 0 0; + border: none; + box-shadow: none; + color: $alt_fg_color; + background-color: if($variant == 'light', rgba(white, 0.75), rgba(white, 0.15)); + + &.hover, &.selected { + color: $selected_fg_color; + background-color: $selected_bg_color; + } + + &:active { + color: $selected_fg_color; + background-color: mix($fg_color, $selected_bg_color, 5%); + } + + &:insensitive { color: $disabled_fg_color; } + } + + &.selected { + color: $selected_fg_color; + background-color: $selected_bg_color; + transition: none; + } + + &:active, &.selected:active { + color: $selected_fg_color; + background-color: mix($fg_color, $selected_bg_color, 5%); + transition-duration: 100ms; + } + + &:insensitive { color: $disabled_fg_color; } + } + + .popup-sub-menu { + background-color: if($variant == 'light', rgba(white, 0.75), rgba(white, 0.15)); + border-radius: 0 0 $popop_menuitem_radius $popop_menuitem_radius; + border: none; + box-shadow: none; + margin: 0 6px; + transition-duration: 0ms; + + .popup-menu-item { + margin: 0; + border-radius: $popop_menuitem_radius; + + &:hover { + color: $selected_fg_color; + background-color: $selected_bg_color; + } + + &:active { + color: $selected_fg_color; + background-color: mix($fg_color, $selected_bg_color, 5%); + } + + &:not(:first-child):last-child { + border-radius: 0 0 $popop_menuitem_radius $popop_menuitem_radius; + } + } + } + + .popup-inactive-menu-item { //all icons and other graphical elements + color: $alt_fg_color; + + &:insensitive { color: $disabled_fg_color; } + } + + //.popup-status-menu-item { font-weight: normal; color: pink; } //dunno what that is + &.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; + } +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 0; + -arrow-box-shadow: none; //dreaming. bug #689995 + background: transparent; // needs to reset? + + StEntry { + selection-background-color: $light_alt_fg_color; + selected-background-color: $light_alt_fg_color; + selected-color: $primary_color; + } +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: $dialog_bg_color; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 5px; + -arrow-rise: 5px; + background-color: transparent; + @extend %theme_dialogs; +} + +.popup-separator-menu-item { + margin: 0 0; + padding: 0 0; + background: none; + border: none; + + .popup-separator-menu-item-separator { + height: 1px; //not really the whole box + margin: 0 0; + background-color: $borders_color; + padding: 0 0; + + .popup-sub-menu & { //submenu separators + padding: 0 0; + margin: 0 32px 0 0; + } + } +} + +// a little unstructured mess: +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +.system-switch-user-submenu-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; + + .label-shadow { color: transparent; } +} + +// system status popover menu +.aggregate-menu { + min-width: 21em; + + // lock screen, shutdown, etc. buttons + .popup-menu-icon { + padding: 0; + margin: 0 0; + -st-icon-style: symbolic; + } + + .popup-sub-menu .popup-menu-item > :first-child { + &:ltr { /* 12px spacing + 2*4px padding */ + padding-left: 16px; margin-left: 1em; } + &:rtl { /* 12px spacing + 2*4px padding */ + padding-right: 16px; margin-right: 1em; } + } +} + +.system-menu-action { + color: $alt_fg_color; + border-radius: 100px; /* wish we could do 50% */ + padding: ($large_size - 20px) / 2; + border: none; + -st-icon-style: symbolic; // >= 3.29.90 + + &:hover, &:focus { + background-color: $divider_color; + color: $fg_color; + border: none; + padding: ($large_size - 20px) / 2; + } + + &:active { background-color: $track_color; color: $fg_color; } + + & > StIcon { icon-size: 16px; } +} + +// Background menu +.background-menu { -boxpointer-gap: 4px; -arrow-rise: 0; } + +// not really top bar only +.popup-menu-arrow, +.popup-menu-icon { icon-size: em(16px); } + +// emoji +.emoji-page { + .keyboard-key { + background-color: transparent; + border: none; + color: initial; + } +} + +.emoji-panel { + .keyboard-key:latched { + border-color: lighten($primary_color, 5%); + background-color: $primary_color; + } +} + +// IBus Candidate Popup +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: $hint_fg_color; + .candidate-box:selected & { color: $light_hint_fg_color; } +} + +.candidate-box { + transition-duration: 0ms; // FIXME: needs more natural transitions + min-height: $menuitem_size; + padding: 0 8px; + border-radius: $bt_radius; + &:hover { background-color: $divider_color; color: $fg_color; } + &:active { background-color: $track_color; color: $fg_color; } + &:selected { background-color: $primary_color; color: $light_alt_fg_color; } +} + +.candidate-page-button-box { + height: $menuitem_size; + .vertical & { padding-top: 0; } + .horizontal & { padding-left: 0; } +} + +.candidate-page-button { + min-width: $menuitem_size; + min-height: $menuitem_size; + padding: 0; +} + +.candidate-page-button-previous { border-radius: $bt_radius; border-right-width: 0; } +.candidate-page-button-next { border-radius: $bt_radius; } +.candidate-page-button-icon { icon-size: em(16px); } diff --git a/src/sass/gnome-shell/widgets/_screen-shield.scss b/src/sass/gnome-shell/widgets/_screen-shield.scss new file mode 100644 index 0000000..a66632d --- /dev/null +++ b/src/sass/gnome-shell/widgets/_screen-shield.scss @@ -0,0 +1,131 @@ +.screen-shield-arrows { + padding-bottom: 3em; +} + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: $shadow_1; +} + +.screen-shield-clock { + color: white; + text-shadow: $shadow_1; + font-weight: normal; + text-align: center; + padding-bottom: 1.5em; +} + +.screen-shield-clock-time { + @include font(display-4); + text-shadow: $shadow_1; +} + +.screen-shield-clock-date { @include font(display-2); } + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; + .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; + } + + .notification, + .screen-shield-notification-source { + padding: 8px; + border: none; + background-color: $alt_dark_bg_color; + color: $light_alt_fg_color; + border-radius: $bt_radius; + } + .notification { margin-right: 16px; } //compensate for space allocated to the scrollbar +} + + +.screen-shield-notification-label { + min-height: $small_size - 2px; + padding: 2px 0px 0px 16px; + font-weight: bold; +} + +.screen-shield-notification-count-text { + min-height: $small_size - 2px; + padding: 2px 0px 0px 16px; + color: $light_alt_fg_color; +} + +#panel.lock-screen { background-color: $alt_dark_bg_color; } + +.screen-shield-background { //just the shadow, really + background: black; + box-shadow: $shadow_5; +} + +#screenShieldNotifications { + StScrollBar { @extend %overview_scrollbar; } +} + +// unlock-dialog +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; + .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; + } + + .notification, + .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: $dark_bg_color; + color: $light_fg_color; + border-radius: $bt_radius; + + &.critical { background-color: $alt_dark_bg_color; } + } +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: $dark_sidebar_bg; + background-color: $light_alt_fg_color; + border-radius: 99px; + margin-right: 12px; +} diff --git a/src/sass/gnome-shell/widgets/_scrollbar.scss b/src/sass/gnome-shell/widgets/_scrollbar.scss new file mode 100644 index 0000000..d04540f --- /dev/null +++ b/src/sass/gnome-shell/widgets/_scrollbar.scss @@ -0,0 +1,28 @@ +StScrollView { + &.vfade { -st-vfade-offset: 32px; } + &.hfade { -st-hfade-offset: 32px; } +} + +StScrollBar { + padding: 0; + + StScrollView & { + min-width: 16px; + min-height: 6px; + } + + StBin#trough { + margin: 6px; + border-radius: 100px; + background-color: $divider_color; + } + + StButton#vhandle, StButton#hhandle { + border-radius: 100px; + background-color: $hint_fg_color; + //border: 4px solid transparent; //would be nice to margin or at least to transparent + margin: 6px; + &:hover { background-color: $alt_fg_color; } + &:active { background-color: $fg_color; } + } +} diff --git a/src/sass/gnome-shell/widgets/_slider.scss b/src/sass/gnome-shell/widgets/_slider.scss new file mode 100644 index 0000000..7e829ae --- /dev/null +++ b/src/sass/gnome-shell/widgets/_slider.scss @@ -0,0 +1,32 @@ +$slider_color: if($variant == 'light', white, white); +$barlevel_bg_color: if($variant == 'light', rgba(black, 0.1), rgba(white, 0.1)); +$barlevel_active_bg_color: if($variant == 'light', white, rgba(white, 0.35)); +$barlevel_boder_color: if($variant == 'light', rgba(black, 0.15), transparent); + +.slider { + height: 20px; + color: $slider_color; + border-radius: 16px; + + -slider-height: 19px; + -slider-background-color: $barlevel_bg_color; //background of the trough + -slider-border-color: $barlevel_boder_color; //trough border color + -slider-active-background-color: $barlevel_active_bg_color; //active trough fill + -slider-active-border-color: $barlevel_boder_color; //active trough border + -slider-border-width: 1px; + -slider-handle-radius: 10px; + -slider-handle-border-width: 1px; + -slider-handle-border-color: $barlevel_boder_color; + + // barlevels are for >= 3.29.90 + -barlevel-height: 19px; + -barlevel-background-color: $barlevel_bg_color; + -barlevel-border-color: $barlevel_boder_color; + -barlevel-active-background-color: $barlevel_active_bg_color; + -barlevel-active-border-color: $barlevel_boder_color; + -barlevel-overdrive-color: $destructive_color; + -barlevel-overdrive-border-color: $barlevel_boder_color; + -barlevel-overdrive-separator-width: 0; + -barlevel-border-width: 1px; + -barlevel-border-color: $barlevel_boder_color; +} diff --git a/src/sass/gnome-shell/widgets/_switch.scss b/src/sass/gnome-shell/widgets/_switch.scss new file mode 100644 index 0000000..c496f6b --- /dev/null +++ b/src/sass/gnome-shell/widgets/_switch.scss @@ -0,0 +1,21 @@ +.toggle-switch { + width: 40px; + height: 24px; + background-size: contain; + background-image: url("assets/toggle-off.svg"); + + &:checked { background-image: url("assets/toggle-on.svg"); } + + .popup-menu-item.selected & { + background-image: url("assets/toggle-off.svg"); + + &:checked { background-image: url("assets/toggle-on.svg"); } + } +} + +@each $v in us, intl { + .toggle-switch-#{$v} { + background-image: url("assets/toggle-off.svg"); + &:checked { background-image: url("assets/toggle-on.svg"); } + } +} diff --git a/src/sass/gtk/_common.scss b/src/sass/gtk/_common.scss index ca44cee..ea52bc8 100644 --- a/src/sass/gtk/_common.scss +++ b/src/sass/gtk/_common.scss @@ -1375,7 +1375,6 @@ headerbar { // Headerbar Switches switch { - // @extend %switch; margin-top: 10px; margin-bottom: 10px; @@ -1456,15 +1455,6 @@ headerbar { min-height: 16px; margin: 0; padding: 0; - - &.appmenu { - &, &:active, &:checked { - background-color: transparent; - box-shadow: none; - background-image: -gtk-scaled(url("assets/setting-icon#{$con_asset_suffix}.png"), - url("assets/setting-icon#{$con_asset_suffix}@2.png")); - } - } } } @@ -2583,11 +2573,6 @@ radio { menu menuitem & { margin: 0; } } -//checkbutton > check, -//radiobutton > radio { -// &:hover, &:active { } -//} - // // GtkScale // @@ -3927,35 +3912,6 @@ decoration { headerbar, .titlebar { button.titlebutton { - &.appmenu { - transition: background-color 0.1s $ease-out-quad, - box-shadow 0.1s $ease-out-quad, - background-image 0, - background-size 0; - - color: transparent; - background-image: -gtk-scaled(url("assets/setting#{$asset_suffix}.png"), - url("assets/setting#{$asset_suffix}@2.png")); - background-repeat: no-repeat; - background-position: center; - - image { opacity: 0; } // Make menu button default icon invisible - - &:active, &:checked { - transition: background-color 0.3s $ease-out-quad, - box-shadow 0.3s $ease-out-quad, - background-image 0, - background-size 0; - background-image: -gtk-scaled(url("assets/setting-icon#{$asset_suffix}.png"), - url("assets/setting-icon#{$asset_suffix}@2.png")); - } - - &:backdrop { - background-image: -gtk-scaled(url("assets/setting-icon#{$con_asset_suffix}.png"), - url("assets/setting-icon#{$con_asset_suffix}@2.png")); - } - } - &.close, &.maximize, &.minimize { min-width: 16px; min-height: 16px;