Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7da7950

Browse files
committed
Update GTK4 entries
1 parent6c58f1d commit7da7950

File tree

1 file changed

+53
-25
lines changed

1 file changed

+53
-25
lines changed

‎gtk-4.0/gtk.css‎

Lines changed: 53 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -399,19 +399,16 @@ spinner {
399399

400400
entry {
401401
padding:5px;
402-
border-width:1px;
403-
border-style: solid;
404-
border-color:#b5b5b5;
405402
border-radius:0px;
403+
border:1px solid#b5b5b5;
406404
color:#000000;
407-
caret-color: currentColor;
408405
background-color:#FFFFFF;
409-
box-shadow: inset002px0rgba(0,0,0,0.08), inset01px#bebebe; }
410-
entry:active,entry:focus {
406+
box-shadow: inset002px0rgba(0,0,0,0.08), inset01px#bebebe;
407+
caret-color: currentColor; }
408+
entry:focus-within {
411409
box-shadow: inset001px3px#92c3ff; }
412-
entry:selected,entry:selected:focus,entryselection,entryselection:focus {
413-
color:#FFFFFF;
414-
background-color:#2563AE; }
410+
entry:focus-within>placeholder {
411+
opacity:0; }
415412
entry:disabled {
416413
color:#777777;
417414
box-shadow: inset002px0rgba(0,0,0,0.045), inset01px#e1e1e1; }
@@ -422,29 +419,60 @@ entry {
422419
entry:backdrop {
423420
color:#8C8C8C;
424421
background-color:#f2f2f2; }
425-
entry>image.left {
426-
padding-right:5px; }
427-
entry>image.right {
428-
padding-left:5px; }
429-
entryprogress {
430-
margin:-4px-4px;
431-
border-width:002px;
432-
border-radius:0;
433-
border-style: solid;
434-
border-color:#92c3ff;
435-
background-color: transparent; }
436422
entry.flat,entry.flat:focus {
437-
min-height:0;
423+
min-height:0px;
438424
padding:3px;
439-
border-radius:0;
425+
border-radius:0px;
440426
box-shadow: none;
441427
background-image: none;
442428
border-color: transparent; }
429+
entry>text>selection {
430+
background-color:#2563AE;
431+
color:#FFFFFF; }
432+
entry>text>selection:focus-within {
433+
background-color:#2563AE;
434+
color:#FFFFFF; }
435+
entry>image {
436+
color:#333333; }
437+
entry>image.left {
438+
padding-right:5px; }
439+
entry>image.right {
440+
padding-left:5px; }
441+
entry>image:hover {
442+
color:#000000; }
443+
entry>image:active {
444+
color:#2563AE; }
445+
entry.passwordimage.caps-lock-indicator {
446+
color:#a0a0a0; }
447+
entry>progress {
448+
margin-bottom:2px;
449+
border-color: transparent; }
450+
entryprogress>trough>progress {
451+
border-radius:0;
452+
border-width:002px;
453+
border-style: solid;
454+
border-color:#2563AE;
455+
background-color: transparent;
456+
background-image: none;
457+
box-shadow: none;
458+
margin-left:2px;
459+
margin-right:2px; }
443460
entry.search {
444461
border-radius:40px; }
445-
entryentry {
446-
box-shadow: none;
447-
background-color: transparent; }
462+
entry:drop(active),entry:drop(active):focus-within {
463+
border-color:#2563AE;
464+
box-shadow: inset0001px#2563AE; }
465+
466+
treeviewentry:focus-within:dir(rtl),treeviewentry:focus-within:dir(ltr) {
467+
background-color:#FFFFFF;
468+
transition-property: color, background; }
469+
470+
treeviewentry.flat,treeviewentry {
471+
border-radius:0;
472+
background-image: none;
473+
background-color:#FFFFFF; }
474+
treeviewentry.flat:focus-within,treeviewentry:focus-within {
475+
border-color:#2563AE; }
448476

449477
editablelabel>stack>text>selection {
450478
color: transparent;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp