Skip to content

Commit

Permalink
Merge branch 'pr/Foldex/79'
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed Jan 2, 2023
2 parents ec7ad3b + f72db35 commit 84106b5
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 34 deletions.
41 changes: 41 additions & 0 deletions Adwaita/resource/layout/login_dialog.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
"resource/layout/login_dialog.layout"
{
controls
{
LoginDialog { controlname="Frame" title="#Steam_Login_Title" style="LoginDialog" }
HTMLRoot { controlname=HTML style="HTMLRoot" }
}

styles
{
LoginDialog
{
bgcolor="window_bg"
}

HTML
{
inset="1 1 1 1"
render_bg
{
0="fill( x0, y0, x1, y1, window_bg )"
}
}
}

layout
{
region { name="root" y=0 x=0 width=max height=max }

place
{
control=HTMLRoot
region=root
x=0
y=26
width=max
height=max
}
}
}

34 changes: 0 additions & 34 deletions web_themes/base/10_login.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,40 +160,6 @@
outline: none !important;
}

/* Window Controls */
#root [class*="login_CloseButton_"]
{
background-color: var(--button_bg) !important;
border-radius: 50% !important;
height: 24px !important;
margin-left: 14px !important;
transition: var(--focus_transition) !important;
width: 24px !important;
}

#root [class*="login_CloseButton_"]:hover
{
background-color: var(--button_hover_bg) !important;
}

#root [class*="login_CloseButton_"]:active
{
background-color: var(--button_active_bg) !important;
}

#root [class*="login_CloseButton_"] > svg
{
height: 10px !important;
margin-left: 7px !important;
margin-top: 5px !important;
width: 10px !important;
}

#root [class*="login_CloseButton_"] > svg > *
{
stroke: var(--headerbar_fg) !important;
}

#root [class*="login_Login_"]
{
height: 100% !important;
Expand Down

0 comments on commit 84106b5

Please sign in to comment.