aboutsummaryrefslogtreecommitdiff
path: root/views/common/index.css
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-05 17:29:18 +0200
committerGitHub <noreply@github.com>2021-08-05 17:29:18 +0200
commitb865b8f6586ffd4554cdfe45c739030afc882acd (patch)
tree37bcdf6575d8764b7367f34544658886879c0c5e /views/common/index.css
parent79edea37d15f88f086f7775bbbce64a57535b043 (diff)
parent7b541bbf2a8d754d26511895801d90f02cdf99f7 (diff)
downloadkartik-client-b865b8f6586ffd4554cdfe45c739030afc882acd.tar.gz
kartik-client-b865b8f6586ffd4554cdfe45c739030afc882acd.tar.bz2
kartik-client-b865b8f6586ffd4554cdfe45c739030afc882acd.zip
Merge pull request #4 from Minteck-Projects/devel
Branching 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