dotfiles/.config/Code/User/History/6692182f/jxiD.css
RafayAhmad7548 ab03d5f10c test
2024-06-16 18:53:25 +05:00

32 lines
804 B
CSS

/* .tab{
-fx-pref-width: 150px;
-fx-pref-height: 30px;
}
.tab-close-button:hover{
/* -fx-shape: "M 10,10 m -10,0 a 10,10 0 1,0 20,0 a 10,10 0 1,0 -20,0"; */
/* -fx-shape: "M 7,7 m -7,0 a 7,7 0 1,0 14,0 a 7,7 0 1,0 -14,0";
-fx-background-color: rgb(165, 165, 165);
-fx-text-fill: black;
} */
#tab-button{
-fx-pref-width: 150px;
-fx-pref-height: 30px;
-fx-translate-x: 5px;
-fx-translate-y: 5px;
-fx-focus-traversable: false;
-fx-text-alignment: left;
}
#tab-close-button{
-fx-translate-x: 125px;
-fx-translate-y: 10px;
-fx-min-width: 20px;
-fx-min-height: 20px;
-fx-max-height: 20px;
-fx-border-radius: 5px;
-fx-focus-traversable: false;
-fx-border-style: none, none, none, none;
}
#tab-pane{
-fx-translate-y: 70px;
}