aboutsummaryrefslogtreecommitdiff
path: root/views/common/index.css
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-05 17:21:23 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-05 17:21:23 +0200
commitd5a620cf09b835db2bccd99556525c90b458719f (patch)
tree1507f96be0413bd20026878890b0c1ad438e51d2 /views/common/index.css
parent44210691ee8444509ac466a362337af77f2bcd49 (diff)
downloadkartik-client-d5a620cf09b835db2bccd99556525c90b458719f.tar.gz
kartik-client-d5a620cf09b835db2bccd99556525c90b458719f.tar.bz2
kartik-client-d5a620cf09b835db2bccd99556525c90b458719f.zip
i18n for 21.08
Diffstat (limited to 'views/common/index.css')
-rw-r--r--views/common/index.css56
1 files changed, 28 insertions, 28 deletions
diff --git a/views/common/index.css b/views/common/index.css
index f9ff24e..71bc233 100644
--- a/views/common/index.css
+++ b/views/common/index.css
@@ -1,29 +1,29 @@
-#titlebar-minimize, #titlebar-close {
- background-color: transparent;
- transition: background-color 200ms;
- border-radius: 10px;
-}
-
-#titlebar-minimize:hover {
- background-color: rgba(99, 99, 99, .5);
-}
-
-#titlebar-minimize:focus, #titlebar-minimize:active {
- background-color: rgba(99, 99, 99, .75);
-}
-
-#titlebar-close:hover {
- background-color: rgba(255, 0, 0, .5);
-}
-
-#titlebar-close:focus, #titlebar-close:active {
- background-color: rgba(255, 0, 0, .75);
-}
-
-*::selection {
- background-color: transparent;
-}
-
-*::inactive-selection {
- background-color: transparent;
+#titlebar-minimize, #titlebar-close {
+ background-color: transparent;
+ transition: background-color 200ms;
+ border-radius: 10px;
+}
+
+#titlebar-minimize:hover {
+ background-color: rgba(99, 99, 99, .5);
+}
+
+#titlebar-minimize:focus, #titlebar-minimize:active {
+ background-color: rgba(99, 99, 99, .75);
+}
+
+#titlebar-close:hover {
+ background-color: rgba(255, 0, 0, .5);
+}
+
+#titlebar-close:focus, #titlebar-close:active {
+ background-color: rgba(255, 0, 0, .75);
+}
+
+*::selection {
+ background-color: transparent;
+}
+
+*::inactive-selection {
+ background-color: transparent;
} \ No newline at end of file