Fix css
This commit is contained in:
15
simplelogin-gui/data/global.css
Normal file
15
simplelogin-gui/data/global.css
Normal file
@ -0,0 +1,15 @@
|
||||
.login-title-label {
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
.error-message-label {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.loading-label {
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
<schema id="im.zander.SimpleLogin" path="/im/zander/SimpleLogin/">
|
||||
<key name="api-key" type="s">
|
||||
<default>""</default>
|
||||
<key name="api-key" type="ms">
|
||||
<default>nothing</default>
|
||||
<summary>Api key</summary>
|
||||
<description>The api key for the current user</description>
|
||||
</key>
|
||||
|
||||
@ -117,9 +117,6 @@ template $LoginWindow : ApplicationWindow {
|
||||
receives-default: true;
|
||||
truncate-multiline: true;
|
||||
|
||||
styles [
|
||||
]
|
||||
|
||||
layout {
|
||||
column: "1";
|
||||
row: "1";
|
||||
|
||||
Reference in New Issue
Block a user